Skip to content

Commit

Permalink
chore: use vite5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Flower-F committed Nov 17, 2023
1 parent bc8105c commit e7ed45e
Show file tree
Hide file tree
Showing 3 changed files with 1,028 additions and 920 deletions.
1 change: 0 additions & 1 deletion .vscode/extensions.json
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"antfu.unocss",
"dbaeumer.vscode-eslint",
"antfu.iconify",
"editorconfig.editorconfig",
"stylelint.vscode-stylelint",
"antfu.goto-alias"
Expand Down
37 changes: 19 additions & 18 deletions package.json
Expand Up @@ -3,6 +3,7 @@
"private": true,
"version": "0.0.0",
"packageManager": "pnpm@8.10.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand All @@ -16,26 +17,26 @@
"typecheck": "tsc"
},
"dependencies": {
"@unocss/reset": "0.57.2",
"@unocss/reset": "0.57.4",
"ahooks": "^3.7.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.18.0"
"react-router-dom": "^6.19.0"
},
"devDependencies": {
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@commitlint/cli": "^18.4.2",
"@commitlint/config-conventional": "^18.4.2",
"@iconify-json/carbon": "^1.1.21",
"@testing-library/react": "^14.0.0",
"@types/node": "^20.8.10",
"@types/react": "^18.2.34",
"@types/react-dom": "^18.2.14",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitejs/plugin-legacy": "^4.1.1",
"@vitejs/plugin-react-swc": "^3.4.1",
"@testing-library/react": "^14.1.0",
"@types/node": "^20.9.1",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@typescript-eslint/eslint-plugin": "^6.11.0",
"@typescript-eslint/parser": "^6.11.0",
"@vitejs/plugin-legacy": "^5.0.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"@vitest/coverage-v8": "^0.34.6",
"commitlint": "^18.2.0",
"commitlint": "^18.4.2",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-define-config": "^1.24.1",
Expand All @@ -45,8 +46,8 @@
"eslint-plugin-react-hooks": "^4.6.0",
"husky": "^8.0.3",
"jsdom": "^22.1.0",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"lint-staged": "^15.1.0",
"prettier": "^3.1.0",
"rollup-plugin-visualizer": "^5.9.2",
"sass": "^1.69.5",
"stylelint": "^15.11.0",
Expand All @@ -55,10 +56,10 @@
"stylelint-config-standard-scss": "^11.1.0",
"terser": "^5.24.0",
"typescript": "^5.2.2",
"unocss": "0.57.2",
"unocss": "0.57.4",
"unplugin-auto-import": "^0.16.7",
"vite": "4.5.0",
"vite": "5.0.0",
"vite-plugin-pages": "^0.31.0",
"vitest": "0.34.6"
}
}
}

0 comments on commit e7ed45e

Please sign in to comment.