|
36 | 36 | "pm2:prod": "npx --yes --ignore-scripts pnpm i && cross-env NODE_ENV=production tsx server/pm2 --tsconfig tsconfig.pm2.json" |
37 | 37 | }, |
38 | 38 | "dependencies": { |
39 | | - "@ant-design/cssinjs": "^1.3.2", |
| 39 | + "@ant-design/cssinjs": "^1.5.6", |
40 | 40 | "@minko-fe/style-object-to-string": "^0.0.1", |
41 | 41 | "ahooks": "^3.7.4", |
42 | | - "antd": "5.1.2", |
43 | | - "axios": "1.2.2", |
| 42 | + "antd": "5.1.6", |
| 43 | + "axios": "1.2.6", |
44 | 44 | "change-case": "^4.1.2", |
45 | 45 | "classnames": "^2.3.2", |
46 | 46 | "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", |
49 | 49 | "i18next-browser-languagedetector": "^7.0.1", |
50 | | - "i18next-http-middleware": "^3.2.1", |
| 50 | + "i18next-http-middleware": "^3.2.2", |
51 | 51 | "lodash-es": "^4.17.21", |
52 | 52 | "normalize-path": "^3.0.0", |
53 | 53 | "normalize-url": "^8.0.0", |
54 | 54 | "query-string": "^8.1.0", |
55 | 55 | "react": "18.2.0", |
56 | 56 | "react-dom": "18.2.0", |
57 | 57 | "react-helmet": "^6.1.0", |
58 | | - "react-i18next": "^12.1.1", |
| 58 | + "react-i18next": "^12.1.4", |
59 | 59 | "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" |
63 | 63 | }, |
64 | 64 | "devDependencies": { |
65 | | - "@commitlint/cli": "^17.3.0", |
| 65 | + "@commitlint/cli": "^17.4.2", |
66 | 66 | "@minko-fe/commitlint-config": "^1.2.4", |
67 | 67 | "@minko-fe/eslint-config": "^1.2.4", |
68 | 68 | "@minko-fe/postcss-pxtorem": "^1.1.0", |
|
71 | 71 | "@minko-fe/tsconfig": "^1.2.4", |
72 | 72 | "@types/compression": "^1.7.2", |
73 | 73 | "@types/cross-spawn": "^6.0.2", |
74 | | - "@types/express": "^4.17.15", |
| 74 | + "@types/express": "^4.17.16", |
75 | 75 | "@types/fs-extra": "^9.0.13", |
76 | 76 | "@types/headroom.js": "^0.12.2", |
77 | 77 | "@types/inquirer": "^9.0.3", |
78 | 78 | "@types/lodash-es": "^4.17.6", |
79 | 79 | "@types/minimist": "^1.2.2", |
80 | 80 | "@types/node": "^18.11.18", |
81 | 81 | "@types/normalize-path": "^3.0.0", |
82 | | - "@types/react": "18.0.26", |
| 82 | + "@types/react": "18.0.27", |
83 | 83 | "@types/react-dom": "18.0.10", |
84 | 84 | "@types/react-helmet": "^6.1.6", |
85 | 85 | "@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", |
89 | 89 | "autoprefixer": "^10.4.13", |
90 | 90 | "browserslist": "^4.21.4", |
91 | 91 | "compression": "^1.7.4", |
92 | 92 | "cookie-parser": "^1.4.6", |
93 | 93 | "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", |
97 | 97 | "execa": "^6.1.0", |
98 | 98 | "express": "^4.18.2", |
99 | 99 | "fast-glob": "^3.2.12", |
|
105 | 105 | "picocolors": "^1.0.0", |
106 | 106 | "pm2": "5.2.2", |
107 | 107 | "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", |
111 | 111 | "rollup-plugin-visualizer": "^5.9.0", |
112 | 112 | "simple-git-hooks": "^2.8.1", |
113 | 113 | "sirv": "^2.0.2", |
114 | 114 | "tailwindcss": "^3.2.4", |
115 | 115 | "terser": "5.16.1", |
116 | | - "tsx": "^3.12.1", |
| 116 | + "tsx": "^3.12.2", |
117 | 117 | "typescript": "^4.9.4", |
118 | 118 | "vite-plugin-i18next-loader": "^2.0.2", |
119 | | - "vite-plugin-public-typescript": "^1.0.4", |
| 119 | + "vite-plugin-public-typescript": "^1.0.7", |
120 | 120 | "vite-plugin-time-reporter": "^2.1.0" |
121 | 121 | }, |
122 | 122 | "engines": { |
|
0 commit comments