Skip to content

Commit a3985ea

Browse files
fix(deps): update all non-major dependencies
1 parent 3c06f21 commit a3985ea

File tree

2 files changed

+722
-478
lines changed

2 files changed

+722
-478
lines changed

package.json

Lines changed: 24 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -36,33 +36,33 @@
3636
"pm2:prod": "npx --yes --ignore-scripts pnpm i && cross-env NODE_ENV=production tsx server/pm2 --tsconfig tsconfig.pm2.json"
3737
},
3838
"dependencies": {
39-
"@ant-design/cssinjs": "^1.3.2",
39+
"@ant-design/cssinjs": "^1.5.6",
4040
"@minko-fe/style-object-to-string": "^0.0.1",
4141
"ahooks": "^3.7.4",
42-
"antd": "5.1.2",
43-
"axios": "1.2.2",
42+
"antd": "5.1.6",
43+
"axios": "1.2.6",
4444
"change-case": "^4.1.2",
4545
"classnames": "^2.3.2",
4646
"dayjs": "^1.11.7",
47-
"framer-motion": "^8.1.3",
48-
"i18next": "^22.4.7",
47+
"framer-motion": "^8.5.4",
48+
"i18next": "^22.4.9",
4949
"i18next-browser-languagedetector": "^7.0.1",
50-
"i18next-http-middleware": "^3.2.1",
50+
"i18next-http-middleware": "^3.2.2",
5151
"lodash-es": "^4.17.21",
5252
"normalize-path": "^3.0.0",
5353
"normalize-url": "^8.0.0",
5454
"query-string": "^8.1.0",
5555
"react": "18.2.0",
5656
"react-dom": "18.2.0",
5757
"react-helmet": "^6.1.0",
58-
"react-i18next": "^12.1.1",
58+
"react-i18next": "^12.1.4",
5959
"react-use": "^17.4.0",
60-
"vite": "^4.0.3",
61-
"vite-plugin-ssr": "^0.4.69",
62-
"zustand": "^4.2.0"
60+
"vite": "^4.0.4",
61+
"vite-plugin-ssr": "^0.4.71",
62+
"zustand": "^4.3.2"
6363
},
6464
"devDependencies": {
65-
"@commitlint/cli": "^17.3.0",
65+
"@commitlint/cli": "^17.4.2",
6666
"@minko-fe/commitlint-config": "^1.2.4",
6767
"@minko-fe/eslint-config": "^1.2.4",
6868
"@minko-fe/postcss-pxtorem": "^1.1.0",
@@ -71,29 +71,29 @@
7171
"@minko-fe/tsconfig": "^1.2.4",
7272
"@types/compression": "^1.7.2",
7373
"@types/cross-spawn": "^6.0.2",
74-
"@types/express": "^4.17.15",
74+
"@types/express": "^4.17.16",
7575
"@types/fs-extra": "^9.0.13",
7676
"@types/headroom.js": "^0.12.2",
7777
"@types/inquirer": "^9.0.3",
7878
"@types/lodash-es": "^4.17.6",
7979
"@types/minimist": "^1.2.2",
8080
"@types/node": "^18.11.18",
8181
"@types/normalize-path": "^3.0.0",
82-
"@types/react": "18.0.26",
82+
"@types/react": "18.0.27",
8383
"@types/react-dom": "18.0.10",
8484
"@types/react-helmet": "^6.1.6",
8585
"@types/shelljs": "^0.8.11",
86-
"@vercel/node": "^2.8.2",
87-
"@vitejs/plugin-legacy": "3.0.1",
88-
"@vitejs/plugin-react": "3.0.0",
86+
"@vercel/node": "^2.8.16",
87+
"@vitejs/plugin-legacy": "3.0.2",
88+
"@vitejs/plugin-react": "3.0.1",
8989
"autoprefixer": "^10.4.13",
9090
"browserslist": "^4.21.4",
9191
"compression": "^1.7.4",
9292
"cookie-parser": "^1.4.6",
9393
"cross-env": "^7.0.3",
94-
"esbuild": "^0.16.13",
95-
"eslint": "^8.31.0",
96-
"eslint-define-config": "^1.13.0",
94+
"esbuild": "^0.17.5",
95+
"eslint": "^8.33.0",
96+
"eslint-define-config": "^1.14.0",
9797
"execa": "^6.1.0",
9898
"express": "^4.18.2",
9999
"fast-glob": "^3.2.12",
@@ -105,18 +105,18 @@
105105
"picocolors": "^1.0.0",
106106
"pm2": "5.2.2",
107107
"pnpm": "^7.18.1",
108-
"postcss": "^8.4.20",
109-
"prettier": "^2.8.1",
110-
"rollup": "3.9.1",
108+
"postcss": "^8.4.21",
109+
"prettier": "^2.8.3",
110+
"rollup": "3.12.0",
111111
"rollup-plugin-visualizer": "^5.9.0",
112112
"simple-git-hooks": "^2.8.1",
113113
"sirv": "^2.0.2",
114114
"tailwindcss": "^3.2.4",
115115
"terser": "5.16.1",
116-
"tsx": "^3.12.1",
116+
"tsx": "^3.12.2",
117117
"typescript": "^4.9.4",
118118
"vite-plugin-i18next-loader": "^2.0.2",
119-
"vite-plugin-public-typescript": "^1.0.4",
119+
"vite-plugin-public-typescript": "^1.0.7",
120120
"vite-plugin-time-reporter": "^2.1.0"
121121
},
122122
"engines": {

0 commit comments

Comments
 (0)