Skip to content

Commit

Permalink
downgrade vite 4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Nov 28, 2023
1 parent 95acd35 commit 2f4e130
Show file tree
Hide file tree
Showing 2 changed files with 227 additions and 79 deletions.
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -219,12 +219,12 @@
"@rollup/plugin-terser": "^0.4.4",
"@rollup/plugin-typescript": "^11.1.5",
"@testing-library/react": "^14.1.2",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/react-dom": "^18.2.17",
"@types/use-sync-external-store": "^0.0.6",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@vitest/coverage-v8": "^0.33.0",
"@typescript-eslint/eslint-plugin": "^6.13.0",
"@typescript-eslint/parser": "^6.13.0",
"@vitest/coverage-v8": "^0.34.6",
"@vitest/ui": "^0.34.6",
"concurrently": "^8.2.2",
"downlevel-dts": "^0.11.0",
Expand Down Expand Up @@ -265,5 +265,8 @@
"react": {
"optional": true
}
},
"resolutions": {
"vite": "4.5.0"
}
}
Loading

0 comments on commit 2f4e130

Please sign in to comment.