Skip to content

Commit

Permalink
downgrade vite
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 12, 2024
1 parent e62d72f commit 66d11e1
Show file tree
Hide file tree
Showing 2 changed files with 1,834 additions and 2,494 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,18 +69,18 @@
"@types/qs": "^6.9.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
"eslint-plugin-prettier": "^5.1.3",
"jsdom": "^23.2.0",
"prettier": "^3.2.1",
"typescript": "^5.3.3",
"vite": "^6.0.3",
"vitest": "^2.1.8"
"vite": "^5.0.11",
"vitest": "^1.2.0"
},
"peerDependencies": {
"@eslint/js": "^9.9.0",
Expand All @@ -95,9 +95,9 @@
"@types/qs": "^6.9.7",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-istanbul": "^2.1.8",
"@vitest/ui": "^2.1.8",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-istanbul": "^1.6.0",
"@vitest/ui": "^1.6.0",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-react-app": "^7.0.1",
Expand All @@ -110,8 +110,8 @@
"prettier": "^3.2.1",
"typescript": "^5.3.3",
"typescript-eslint": "^8.1.0",
"vite": "^6.0.3",
"vitest": "^2.1.8"
"vite": "^5.0.11",
"vitest": "^1.2.0"
},
"release": {
"branches": [
Expand Down
Loading

0 comments on commit 66d11e1

Please sign in to comment.