Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Apr 24, 2024
1 parent ea7880f commit 4c320cf
Show file tree
Hide file tree
Showing 3 changed files with 2,873 additions and 4,571 deletions.
59 changes: 28 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "vite-react-starter",
"name": "react-starter",
"private": true,
"version": "1.0.0",
"type": "module",
Expand All @@ -18,59 +18,56 @@
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.14",
"@pansy/react-amap": "^2.20.1",
"@pansy/react-mapbox-gl": "^1.7.0",
"@pansy/smart-captcha": "^2.1.0",
"@rcuse/core": "^0.3.8",
"@rcuse/integrations": "^0.3.8",
"@tanstack/react-query": "^4.29.5",
"@unocss/reset": "^0.58.5",
"@pansy/react-mapbox-gl": "^1.8.1",
"@pansy/smart-captcha": "^2.1.2",
"@rcuse/core": "^0.15.0",
"@rcuse/integrations": "^0.15.0",
"@tanstack/react-query": "^5.32.0",
"@unocss/reset": "^0.59.4",
"antd": "^5.4.7",
"dayjs": "^1.11.7",
"mapbox-gl": "^3.1.2",
"dayjs": "^1.11.10",
"mapbox-gl": "^3.3.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.11.1",
"react-router-dom": "^6.23.0",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.5"
"react-virtualized": "^9.22.5",
"screenfull": "^6.0.2",
"valtio": "^1.13.2"
},
"devDependencies": {
"@types/node": "^20.1.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react-transition-group": "^4.4.10",
"@types/react-virtualized": "^9.21.21",
"@types/react-virtualized": "^9.21.30",
"@typescript-eslint/eslint-plugin": "^5.57.1",
"@typescript-eslint/parser": "^5.57.1",
"@unocss/eslint-config": "^0.58.3",
"@unocss/eslint-config": "^0.59.4",
"@vitejs/plugin-react": "^4.2.1",
"cross-env": "^7.0.3",
"cypress": "^13.6.2",
"cypress": "^13.8.1",
"cypress-vite": "^1.5.0",
"eslint": "^8.56.0",
"eslint-plugin-cypress": "^2.15.1",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"gh-pages": "^5.0.0",
"gh-pages": "^6.1.1",
"https-localhost": "^4.7.1",
"less": "^4.1.3",
"less": "^4.2.0",
"pnpm": "^8.15.3",
"postcss": "^8.4.23",
"rollup-plugin-visualizer": "^5.9.0",
"typescript": "^5.3.3",
"unocss": "^0.58.5",
"vite": "^5.1.3",
"vite-bundle-visualizer": "^1.0.1",
"vite-plugin-pages": "^0.32.0",
"vite-plugin-pwa": "^0.19.0",
"unocss": "^0.59.4",
"vite": "^5.2.10",
"vite-bundle-visualizer": "^1.1.0",
"vite-plugin-pages": "^0.32.1",
"vite-plugin-pwa": "^0.19.8",
"vite-plugin-react-virtualized": "^1.0.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.0"
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"packageManager": "[email protected]",
"pnpm": {
"overrides": {
"@types/react": "^18.0.28"
}
}
"packageManager": "[email protected]"
}
Loading

0 comments on commit 4c320cf

Please sign in to comment.