Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed Aug 27, 2024
1 parent 55bfd69 commit 9faaaba
Show file tree
Hide file tree
Showing 3 changed files with 314 additions and 320 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
// Enable the ESlint flat config support
"eslint.experimental.useFlatConfig": true,
"eslint.useFlatConfig": true,

// Disable the default formatter, use eslint instead
"prettier.enable": false,
Expand All @@ -11,7 +11,7 @@

// Auto fix
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
// "source.fixAll.eslint": "explicit",
"source.fixAll.stylelint": "explicit",
"source.organizeImports": "never"
},
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
"bootstrap": "pnpm install",
"analyze": "cross-env ANALYZE=1 vite build",
"start": "vite",
"dev": "vite",
"predeploy": "pnpm run build",
"prepreview": "pnpm run build",
"build": "tsc && vite build",
Expand All @@ -22,29 +21,30 @@
"typecheck": "tsc --noEmit",
"lint": "eslint --cache .",
"lint:fix": "nr lint --fix",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"clean": "rimraf pnpm-lock.yaml && rimraf node_modules",
"reinstall": "pnpm clean && npm run bootstrap",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview",
"prepare": "husky || true"
},
"dependencies": {
"@arco-design/web-react": "^2.63.3",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@mui/material": "^5.15.20",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@mui/material": "^5.16.7",
"clsx": "^2.1.1",
"@pansy/react-amap": "^2.21.0",
"@pansy/react-mapbox-gl": "^1.8.1",
"@rcuse/core": "^0.25.0",
"@rcuse/integrations": "^0.25.0",
"@tanstack/react-query": "^5.45.1",
"@unocss/reset": "^0.61.0",
"dayjs": "^1.11.11",
"framer-motion": "^11.2.10",
"mapbox-gl": "^3.4.0",
"@tanstack/react-query": "^5.52.2",
"@unocss/reset": "^0.62.3",
"dayjs": "^1.11.13",
"framer-motion": "^11.3.30",
"mapbox-gl": "^3.6.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.1",
"react-router-dom": "^6.26.1",
"screenfull": "^6.0.2",
"valtio": "^1.13.2"
},
Expand Down Expand Up @@ -76,11 +76,11 @@
"prettier": "^3.3.3",
"rimraf": "^6.0.1",
"rollup-plugin-visualizer": "^5.12.0",
"stylelint": "^16.6.1",
"stylelint": "^16.8.2",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-config-standard": "^36.0.1",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"stylelint-prettier": "^5.0.2",
"typescript": "^5.5.4",
"unocss": "^0.62.3",
"vite": "^5.4.2",
Expand Down
Loading

0 comments on commit 9faaaba

Please sign in to comment.