Skip to content

Commit

Permalink
Merge pull request #39 from asmyshlyaev177/dep_update
Browse files Browse the repository at this point in the history
chore: bump node and typescript versions
  • Loading branch information
asmyshlyaev177 authored Dec 5, 2024
2 parents 7f0ca1b + a409818 commit 32e3423
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
20
22
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@
"semantic-release": "^24.1.0",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typescript": "^5.3.3",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.5",
"vitest": "^2.1.5",
"wait-on": "^8.0.1",
Expand Down
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sourcemaps from 'rollup-plugin-sourcemaps';
import typescript from '@rollup/plugin-typescript';
import filesize from 'rollup-plugin-filesize';
import { glob } from 'glob'
import config from './tsconfig.json' assert { type: "json" };
import config from './tsconfig.json' with { type: "json" };

const isProduction = !process.env.IS_DEVELOPMENT;
const sourcemap = !isProduction;
Expand Down

0 comments on commit 32e3423

Please sign in to comment.