Skip to content

Commit

Permalink
other: Fixed dependencies in root package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Luna-Klatzer committed Feb 13, 2024
1 parent 97e9385 commit d8d417b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 6 deletions.
12 changes: 7 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@
"tslib": "~2.6.2"
},
"devDependencies": {
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.0",
"@types/mocha": "10.0.1",
"@types/node": "18.16.16",
"@types/semver": "7.5.7",
"@oclif/test": "2.3.21",
"@size-limit/preset-big-lib": "8.2.4",
"@types/chai": "4.3.0",
"@types/mocha": "10.0.1",
"@types/node": "18.16.16",
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@typescript-eslint/eslint-plugin": "6.21.0",
"eslint": "8.56.0",
"json-parse-even-better-errors": "3.0.0",
Expand All @@ -40,7 +41,8 @@
"uglify-js": "3.17.4",
"uuid": "9.0.0",
"watchify": "4.0.0",
"antlr4ts": "^0.5.0-alpha.4"
"antlr4ts": "^0.5.0-alpha.4",
"semver": "7.6.0"
},
"engines": {
"node": ">=16.0.0",
Expand Down
11 changes: 10 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit d8d417b

Please sign in to comment.