Skip to content

Commit

Permalink
move fetchwmg for testing and fetchmock to dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Mgrdich committed Apr 4, 2024
1 parent 506b27e commit 19a93f9
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 23 deletions.
6 changes: 3 additions & 3 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"ajv": "^8.6.3",
"ajv-formats": "^2.1.1",
"classnames": "^2.2.6",
"fetch-mock": "^9.11.0",
"json-schema-faker": "^0.5.6",
"jsonpath-plus": "^7.2.0",
"lodash": "^4.17.21",
Expand All @@ -37,7 +36,6 @@
"sass": "^1.52.3",
"styled-components": "^5.3.1",
"use-debounce": "^9.0.3",
"whatwg-fetch": "^3.6.2",
"yup": "^1.0.0",
"zustand": "^4.1.1"
},
Expand Down Expand Up @@ -105,7 +103,9 @@
"ts-prune": "^0.10.3",
"typescript": "^4.7.4",
"vite-plugin-checker": "^0.6.4",
"vite-plugin-ejs": "^1.6.4"
"vite-plugin-ejs": "^1.6.4",
"fetch-mock": "^9.11.0",
"whatwg-fetch": "^3.6.2"
},
"engines": {
"node": "v18.17.1",
Expand Down
64 changes: 44 additions & 20 deletions frontend/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 19a93f9

Please sign in to comment.