Skip to content

Commit 7b0d7cd

Browse files
committed
tweaks
1 parent 3247db1 commit 7b0d7cd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,10 @@
3131
"test:browser:chrome": "karma start --single-run --browsers ChromeHeadless",
3232
"test:watch:browser": "karma start --browsers ChromeHeadless,FirefoxHeadless",
3333
"test:watch:nodejs": "mocha -w 'test/**/*.test.ts'",
34-
"test:deno": "deno test test/deno_test.ts",
3534
"lint": "eslint --ext .ts src test",
3635
"lint:fix": "prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test",
3736
"lint:print-config": "eslint --print-config .eslintrc.js",
38-
"update-dependencies": "npx rimraf node_modules/ package-lock.json && npm install && npm audit fix --force && 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 && git restore package.json && npm install"
3938
},
4039
"homepage": "https://msgpack.org/",
4140
"repository": {
@@ -74,11 +73,11 @@
7473
"karma-cli": "latest",
7574
"karma-firefox-launcher": "latest",
7675
"karma-mocha": "latest",
77-
"karma-sauce-launcher": "latest",
76+
"karma-sauce-launcher": "^4.1.4",
7877
"karma-sourcemap-loader": "latest",
7978
"karma-webpack": "latest",
8079
"lodash": "latest",
81-
"mocha": "latest",
80+
"mocha": "^8.1.3",
8281
"msgpack-test-js": "latest",
8382
"npm-run-all": "latest",
8483
"prettier": "latest",

0 commit comments

Comments
 (0)