Skip to content

Commit

Permalink
chore(deps): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
mufeng889 committed Aug 14, 2024
1 parent 5bc13d6 commit 95d38fe
Show file tree
Hide file tree
Showing 4 changed files with 625 additions and 678 deletions.
41 changes: 20 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.2.0",
"private": false,
"packageManager": "pnpm@9.1.1",
"packageManager": "pnpm@9.7.0",
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
Expand All @@ -29,12 +29,12 @@
"@sa/materials": "workspace:*",
"@sa/simple-router": "workspace:*",
"@sa/utils": "workspace:*",
"ahooks": "3.8.0",
"antd": "5.20.0",
"ahooks": "3.8.1",
"antd": "5.20.1",
"classnames": "2.5.1",
"dayjs": "1.11.12",
"echarts": "5.5.1",
"i18next": "23.12.2",
"i18next": "23.12.3",
"immer": "10.1.1",
"lodash-es": "4.17.21",
"nprogress": "0.2.0",
Expand All @@ -43,14 +43,13 @@
"react-countup": "6.5.3",
"react-dom": "18.3.1",
"react-error-boundary": "4.0.13",
"react-i18next": "15.0.0",
"react-i18next": "15.0.1",
"react-redux": "9.1.2",
"react-router-dom": "6.26.0",
"react-transition-group": "4.4.5",
"tween-one": "1.2.7"
"react-transition-group": "4.4.5"
},
"devDependencies": {
"@iconify/json": "2.2.234",
"@iconify/json": "2.2.237",
"@iconify/types": "2.0.0",
"@ohh-889/react-auto-route": "0.2.9",
"@sa/scripts": "workspace:*",
Expand All @@ -59,30 +58,30 @@
"@svgr/core": "8.1.0",
"@svgr/plugin-jsx": "8.1.0",
"@types/lodash-es": "4.17.12",
"@types/node": "22.1.0",
"@types/node": "22.3.0",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-beautiful-dnd": "13.1.8",
"@types/react-dom": "18.3.0",
"@types/react-transition-group": "4.4.10",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@unocss/eslint-config": "0.61.9",
"@unocss/preset-icons": "0.61.9",
"@unocss/preset-uno": "0.61.9",
"@unocss/transformer-variant-group": "0.61.9",
"@unocss/vite": "0.61.9",
"@types/react-transition-group": "4.4.11",
"@typescript-eslint/eslint-plugin": "8.1.0",
"@typescript-eslint/parser": "8.1.0",
"@unocss/eslint-config": "0.62.1",
"@unocss/preset-icons": "0.62.1",
"@unocss/preset-uno": "0.62.1",
"@unocss/transformer-variant-group": "0.62.1",
"@unocss/vite": "0.62.1",
"@vitejs/plugin-react": "4.3.1",
"eslint": "9.8.0",
"eslint": "9.9.0",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"eslint-plugin-react-refresh": "0.4.9",
"sass": "1.77.8",
"tsx": "4.16.5",
"tsx": "4.17.0",
"typescript": "5.5.4",
"unplugin-auto-import": "0.18.2",
"unplugin-icons": "0.19.1",
"vite": "5.3.5",
"unplugin-icons": "0.19.2",
"vite": "5.4.0",
"vite-plugin-inspect": "0.8.5",
"vite-plugin-remove-console": "2.2.0",
"vite-plugin-svg-icons": "2.0.1"
Expand Down
2 changes: 1 addition & 1 deletion packages/axios/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@sa/utils": "workspace:*",
"axios": "1.7.3",
"axios": "1.7.4",
"axios-retry": "4.5.0",
"qs": "6.13.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
},
"devDependencies": {
"@soybeanjs/changelog": "0.3.24",
"bumpp": "9.4.2",
"bumpp": "9.5.1",
"c12": "1.11.1",
"cac": "6.7.14",
"consola": "3.2.3",
"enquirer": "2.4.1",
"execa": "9.3.0",
"kolorist": "1.8.0",
"npm-check-updates": "17.0.3",
"npm-check-updates": "17.0.6",
"rimraf": "6.0.1"
}
}
Loading

0 comments on commit 95d38fe

Please sign in to comment.