Skip to content

Commit

Permalink
adjust testing package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
btholt committed Oct 24, 2022
1 parent 6d508ed commit eccc4d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions testing/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"devDependencies": {
"@testing-library/react": "13.4.0",
"@vitejs/plugin-react": "2.1.0",
"@vitest/coverage-c8": "^0.24.3",
"@vitest/coverage-c8": "0.24.3",
"eslint": "8.24.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
Expand All @@ -28,8 +28,8 @@
"happy-dom": "^7.6.0",
"prettier": "2.7.1",
"vite": "3.1.4",
"vitest": "^0.24.3",
"vitest-fetch-mock": "^0.2.1"
"vitest": "0.24.3",
"vitest-fetch-mock": "0.2.1"
},
"dependencies": {
"@tanstack/react-query": "4.10.1",
Expand Down

0 comments on commit eccc4d7

Please sign in to comment.