Skip to content

Commit 6a89f9f

Browse files
committed
tweaks
1 parent 7b0d7cd commit 6a89f9f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint": "eslint --ext .ts src test",
3535
"lint:fix": "prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test",
3636
"lint:print-config": "eslint --print-config .eslintrc.js",
37-
"update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm audit fix --force && git restore package.json && npm install && git restore package.json && npm install"
37+
"update-dependencies": "npx rimraf node_modules/ package-lock.json ; npm install ; npm audit fix --force ; git restore package.json ; npm install"
3838
},
3939
"homepage": "https://msgpack.org/",
4040
"repository": {
@@ -60,7 +60,7 @@
6060
"@types/node": "latest",
6161
"@typescript-eslint/eslint-plugin": "latest",
6262
"@typescript-eslint/parser": "latest",
63-
"assert": "^2.0.0",
63+
"assert": "latest",
6464
"blob-polyfill": "latest",
6565
"buffer": "latest",
6666
"core-js": "latest",
@@ -77,7 +77,7 @@
7777
"karma-sourcemap-loader": "latest",
7878
"karma-webpack": "latest",
7979
"lodash": "latest",
80-
"mocha": "^8.1.3",
80+
"mocha": "latest",
8181
"msgpack-test-js": "latest",
8282
"npm-run-all": "latest",
8383
"prettier": "latest",

0 commit comments

Comments
 (0)