Update dev express server to v5
Showing
... | @@ -64,7 +64,7 @@ | ... | @@ -64,7 +64,7 @@ |
"eslint-plugin-mocha": "^10.0.1", | "eslint-plugin-mocha": "^10.0.1", | ||
"eslint-plugin-react": "^7.12.4", | "eslint-plugin-react": "^7.12.4", | ||
"eslint-plugin-react-hooks": "^4.0.4", | "eslint-plugin-react-hooks": "^4.0.4", | ||
"express": "^4.14.1", | "express": "^5.0.1", | ||
"fancy-log": "^2.0.0", | "fancy-log": "^2.0.0", | ||
"fetch-mock": "11", | "fetch-mock": "11", | ||
"focus-visible": "^5.0.0", | "focus-visible": "^5.0.0", | ||
... | @@ -81,7 +81,7 @@ | ... | @@ -81,7 +81,7 @@ |
"lodash.debounce": "^4.0.3", | "lodash.debounce": "^4.0.3", | ||
"mocha": "10.7.3", | "mocha": "10.7.3", | ||
"mustache": "^4.0.1", | "mustache": "^4.0.1", | ||
"mustache-express": "^1.3.0", | "mustache-express": "^1.3.2", | ||
"npm-packlist": "^9.0.0", | "npm-packlist": "^9.0.0", | ||
"postcss": "^8.0.3", | "postcss": "^8.0.3", | ||
"preact": "^10.4.0", | "preact": "^10.4.0", | ||
... | ... |
This diff is collapsed.
Please register or sign in to comment