Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
wangxingkang committed May 9, 2024
1 parent d16bcb4 commit 65fe486
Show file tree
Hide file tree
Showing 2 changed files with 3,937 additions and 2,242 deletions.
52 changes: 35 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,38 @@
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"reinstall": "rimraf pnpm-lock.yaml && rimraf package.lock.json && rimraf node_modules && npm run bootstrap",
"preinstall": "npx only-allow pnpm",
"preview": "vite preview"
"preview": "vite preview",
"prepare": "husky || true"
},
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@ant-design/pro-components": "^2.4.14",
"@arco-design/web-react": "^2.61.3",
"@arco-design/web-react": "^2.62.0",
"@pansy/react-amap": "^2.20.1",
"@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",
"@rcuse/core": "^0.16.0",
"@rcuse/integrations": "^0.16.0",
"@tanstack/react-query": "^5.35.1",
"@unocss/reset": "^0.60.0",
"antd": "^5.4.7",
"dayjs": "^1.11.10",
"dayjs": "^1.11.11",
"mapbox-gl": "^3.3.0",
"nprogress": "^0.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.23.0",
"react-transition-group": "^4.4.5",
"react-virtualized": "^9.22.5",
"screenfull": "^6.0.2",
"valtio": "^1.13.2"
},
"devDependencies": {
"@antfu/eslint-config": "^2.17.0",
"@arco-plugins/vite-react": "^1.3.3",
"@eslint-react/eslint-plugin": "^1.5.11",
"@types/node": "^20.1.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"@types/react-transition-group": "^4.4.10",
"@types/react-virtualized": "^9.21.30",
"@typescript-eslint/eslint-plugin": "^5.57.1",
Expand All @@ -54,15 +56,23 @@
"cross-env": "^7.0.3",
"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",
"eslint": "^8.57.0",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-refresh": "^0.4.6",
"gh-pages": "^6.1.1",
"https-localhost": "^4.7.1",
"husky": "^9.0.11",
"less": "^4.2.0",
"lint-staged": "^15.2.2",
"pnpm": "^8.15.8",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"stylelint": "^16.5.0",
"stylelint-config-property-sort-order-smacss": "^10.0.0",
"stylelint-config-standard": "^36.0.0",
"stylelint-order": "^6.0.4",
"stylelint-prettier": "^5.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"typescript": "^5.4.5",
"unocss": "^0.60.0",
Expand All @@ -74,5 +84,13 @@
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.6.0"
},
"packageManager": "[email protected]"
"packageManager": "[email protected]",
"lint-staged": {
"*.{ts,tsx}": [
"eslint --cache --fix"
],
"*.{less,styl,html}": [
"stylelint --fix"
]
}
}
Loading

0 comments on commit 65fe486

Please sign in to comment.