Skip to content

Commit f619bfe

Browse files
committed
Bump json-server from 0.10.1 to 0.17.4
1 parent a439b44 commit f619bfe

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
@@ -35,7 +35,7 @@
3535
},
3636
"repository": "Codeception/codeceptjs",
3737
"scripts": {
38-
"json-server": "./node_modules/json-server/bin/index.js test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
38+
"json-server": "npx json-server test/data/rest/db.json -p 8010 --watch -m test/data/rest/headers.js",
3939
"json-server:graphql": "node test/data/graphql/index.js",
4040
"lint": "eslint bin/ examples/ lib/ test/ translations/ runok.js",
4141
"lint-fix": "eslint bin/ examples/ lib/ test/ translations/ runok.js --fix",
@@ -64,7 +64,7 @@
6464
"update-contributor-faces": "./runok.js contributor:faces",
6565
"types-fix": "node typings/fixDefFiles.js",
6666
"dtslint": "npm run types-fix && tsd",
67-
"prepare": "husky install",
67+
"prepare": "husky",
6868
"prepare-release": "./runok.js versioning && ./runok.js get:commit-log",
6969
"publish-beta": "./runok.js publish:next-beta-version"
7070
},
@@ -148,7 +148,7 @@
148148
"inquirer-test": "2.0.1",
149149
"jsdoc": "4.0.3",
150150
"jsdoc-typeof-plugin": "1.0.0",
151-
"json-server": "0.10.1",
151+
"json-server": "0.17.4",
152152
"playwright": "1.48.2",
153153
"prettier": "^3.3.2",
154154
"puppeteer": "23.6.0",

0 commit comments

Comments
 (0)