Skip to content

Commit b101a6d

Browse files
committed
chore: update package.json
1 parent 6b347ef commit b101a6d

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

package-lock.json

+20-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
"test:coverage": "npm run test:only -- --coverage",
4242
"test:watch": "npm run test:coverage --watch",
4343
"test": "npm run test:coverage",
44-
"test:e2e": "npx nyc playwright test",
44+
"test:e2e": "nyc playwright test",
4545
"pretest": "npm run lint",
4646
"prepare": "husky && npm run build",
4747
"release": "standard-version"
@@ -72,7 +72,6 @@
7272
"schema-utils": "^4.2.0",
7373
"selfsigned": "^2.4.1",
7474
"serve-index": "^1.9.1",
75-
"sinon": "^18.0.0",
7675
"sockjs": "^0.3.24",
7776
"spdy": "^4.0.2",
7877
"webpack-dev-middleware": "^7.1.0",
@@ -129,6 +128,7 @@
129128
"readable-stream": "^4.5.2",
130129
"require-from-string": "^2.0.2",
131130
"rimraf": "^5.0.5",
131+
"sinon": "^18.0.0",
132132
"sockjs-client": "^1.6.1",
133133
"standard-version": "^9.3.0",
134134
"strip-ansi-v6": "npm:strip-ansi@^6.0.0",

0 commit comments

Comments
 (0)