File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 31
31
"test:browser:chrome" : " karma start --single-run --browsers ChromeHeadless" ,
32
32
"test:watch:browser" : " karma start --browsers ChromeHeadless,FirefoxHeadless" ,
33
33
"test:watch:nodejs" : " mocha -w 'test/**/*.test.ts'" ,
34
- "test:deno" : " deno test test/deno_test.ts" ,
35
34
"lint" : " eslint --ext .ts src test" ,
36
35
"lint:fix" : " prettier --loglevel=warn --write 'src/**/*.ts' 'test/**/*.ts' && eslint --fix --ext .ts src test" ,
37
36
"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 "
39
38
},
40
39
"homepage" : " https://msgpack.org/" ,
41
40
"repository" : {
74
73
"karma-cli" : " latest" ,
75
74
"karma-firefox-launcher" : " latest" ,
76
75
"karma-mocha" : " latest" ,
77
- "karma-sauce-launcher" : " latest " ,
76
+ "karma-sauce-launcher" : " ^4.1.4 " ,
78
77
"karma-sourcemap-loader" : " latest" ,
79
78
"karma-webpack" : " latest" ,
80
79
"lodash" : " latest" ,
81
- "mocha" : " latest " ,
80
+ "mocha" : " ^8.1.3 " ,
82
81
"msgpack-test-js" : " latest" ,
83
82
"npm-run-all" : " latest" ,
84
83
"prettier" : " latest" ,
You can’t perform that action at this time.
0 commit comments