|
45 | 45 | "registry": "https://registry.npmjs.org/" |
46 | 46 | }, |
47 | 47 | "engines": { |
48 | | - "pnpm": ">=10.0.0" |
| 48 | + "pnpm": ">=10.5.2" |
49 | 49 | }, |
50 | 50 | "scripts": { |
51 | 51 | "add": "node scripts/create-component-mode.js && npm run prepare", |
|
104 | 104 | "*.{ts,tsx,js}": "eslint" |
105 | 105 | }, |
106 | 106 | "dependencies": { |
107 | | - "@babel/runtime": "^7.23.9", |
108 | | - "@nutui/icons-react": "^3.0.0-beta.2", |
109 | | - "@nutui/icons-react-taro": "^3.0.0-beta.2", |
| 107 | + "@babel/runtime": "^7.26.9", |
| 108 | + "@nutui/icons-react": "^3.0.0", |
| 109 | + "@nutui/icons-react-taro": "^3.0.0", |
110 | 110 | "@nutui/jdesign-icons-react-taro": "1.0.6-beta.2", |
111 | 111 | "@nutui/touch-emulator": "^1.0.0", |
112 | 112 | "@react-spring/web": "~9.6.1", |
113 | | - "@swc/helpers": "^0.5.7", |
| 113 | + "@swc/helpers": "^0.5.15", |
114 | 114 | "@use-gesture/react": "10.2.20", |
115 | 115 | "async-validator": "^4.2.5", |
116 | 116 | "classnames": "^2.5.1", |
117 | 117 | "lodash.kebabcase": "^4.1.1", |
118 | 118 | "lottie-miniprogram": "^1.0.12", |
119 | | - "lottie-react": "^2.4.0", |
| 119 | + "lottie-react": "^2.4.1", |
120 | 120 | "react-fast-compare": "^3.2.2", |
121 | 121 | "react-transition-group": "^4.4.5", |
122 | 122 | "rehype-highlight": "^7.0.2" |
123 | 123 | }, |
124 | 124 | "devDependencies": { |
125 | 125 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
126 | | - "@commitlint/cli": "^19.0.3", |
127 | | - "@commitlint/config-conventional": "^19.0.3", |
128 | | - "@inquirer/prompts": "^7.2.3", |
129 | | - "@loadable/component": "^5.16.3", |
130 | | - "@mdx-js/mdx": "^3.0.1", |
131 | | - "@mdx-js/react": "^3.0.1", |
132 | | - "@mdx-js/rollup": "^3.0.1", |
133 | | - "@pmmmwh/react-refresh-webpack-plugin": "0.5.10", |
| 126 | + "@commitlint/cli": "^19.7.1", |
| 127 | + "@commitlint/config-conventional": "^19.7.1", |
| 128 | + "@inquirer/prompts": "^7.3.2", |
| 129 | + "@loadable/component": "^5.16.4", |
| 130 | + "@mdx-js/mdx": "^3.1.0", |
| 131 | + "@mdx-js/react": "^3.1.0", |
| 132 | + "@mdx-js/rollup": "^3.1.0", |
| 133 | + "@pmmmwh/react-refresh-webpack-plugin": "0.5.15", |
134 | 134 | "@rollup/plugin-babel": "^6.0.4", |
135 | | - "@rollup/plugin-commonjs": "^26.0.1", |
| 135 | + "@rollup/plugin-commonjs": "^26.0.3", |
136 | 136 | "@rollup/plugin-node-resolve": "16.0.0", |
137 | 137 | "@rollup/plugin-typescript": "^11.1.6", |
138 | | - "@shikijs/markdown-it": "^3.0.0", |
139 | | - "@swc/core": "^1.4.8", |
| 138 | + "@shikijs/markdown-it": "^3.1.0", |
| 139 | + "@swc/core": "^1.11.7", |
140 | 140 | "@tarojs/components": "4.0.8-beta.1", |
141 | 141 | "@tarojs/plugin-platform-alipay": "4.0.8-beta.1", |
142 | 142 | "@tarojs/plugin-platform-jd": "4.0.8-beta.1", |
143 | 143 | "@tarojs/plugin-platform-weapp": "4.0.8-beta.1", |
144 | 144 | "@tarojs/react": "4.0.8-beta.1", |
145 | 145 | "@tarojs/taro": "4.0.8-beta.1", |
146 | | - "@testing-library/jest-dom": "^6.4.2", |
147 | | - "@testing-library/react": "^16.0.0", |
| 146 | + "@testing-library/jest-dom": "^6.6.3", |
| 147 | + "@testing-library/react": "^16.2.0", |
148 | 148 | "@types/fs-extra": "^11.0.4", |
149 | | - "@types/loadable__component": "^5.13.8", |
| 149 | + "@types/loadable__component": "^5.13.9", |
150 | 150 | "@types/lodash.kebabcase": "^4.1.9", |
151 | | - "@types/node": "^20.11.19", |
| 151 | + "@types/node": "^20.17.23", |
152 | 152 | "@types/postcss-import": "^14.0.3", |
153 | | - "@types/react": "^18.2.57", |
154 | | - "@types/react-dom": "^18.2.19", |
155 | | - "@types/react-syntax-highlighter": "^15.5.11", |
| 153 | + "@types/react": "^18.3.18", |
| 154 | + "@types/react-dom": "^18.3.5", |
| 155 | + "@types/react-syntax-highlighter": "^15.5.13", |
156 | 156 | "@types/react-test-renderer": "^19.0.0", |
157 | | - "@types/react-transition-group": "^4.4.10", |
| 157 | + "@types/react-transition-group": "^4.4.12", |
158 | 158 | "@types/testing-library__jest-dom": "^6.0.0", |
159 | | - "@typescript-eslint/eslint-plugin": "^7.0.2", |
160 | | - "@typescript-eslint/parser": "^7.0.2", |
161 | | - "@vitejs/plugin-react": "^4.2.1", |
162 | | - "@vitest/coverage-v8": "^2.0.4", |
163 | | - "@vitest/ui": "^2.0.4", |
164 | | - "autoprefixer": "^10.4.17", |
165 | | - "axios": "^1.6.7", |
166 | | - "cypress": "^13.15.0", |
| 159 | + "@typescript-eslint/eslint-plugin": "^7.18.0", |
| 160 | + "@typescript-eslint/parser": "^7.18.0", |
| 161 | + "@vitejs/plugin-react": "^4.3.4", |
| 162 | + "@vitest/coverage-v8": "^2.1.9", |
| 163 | + "@vitest/ui": "^2.1.9", |
| 164 | + "autoprefixer": "^10.4.20", |
| 165 | + "axios": "^1.8.1", |
| 166 | + "cypress": "^13.17.0", |
167 | 167 | "del": "^8.0.0", |
168 | | - "eslint": "^8.56.0", |
| 168 | + "eslint": "^8.57.1", |
169 | 169 | "eslint-config-airbnb": "^19.0.4", |
170 | 170 | "eslint-config-prettier": "^9.1.0", |
171 | | - "eslint-plugin-import": "^2.29.1", |
172 | | - "eslint-plugin-jsx-a11y": "^6.8.0", |
173 | | - "eslint-plugin-markdown": "^5.0.0", |
174 | | - "eslint-plugin-prettier": "^5.1.3", |
175 | | - "eslint-plugin-react": "^7.33.2", |
176 | | - "eslint-plugin-react-hooks": "^4.6.0", |
177 | | - "eslint-plugin-unused-imports": "^4.0.0", |
178 | | - "fs-extra": "^11.2.0", |
179 | | - "glob": "^11.0.0", |
| 171 | + "eslint-plugin-import": "^2.31.0", |
| 172 | + "eslint-plugin-jsx-a11y": "^6.10.2", |
| 173 | + "eslint-plugin-markdown": "^5.1.0", |
| 174 | + "eslint-plugin-prettier": "^5.2.3", |
| 175 | + "eslint-plugin-react": "^7.37.4", |
| 176 | + "eslint-plugin-react-hooks": "^4.6.2", |
| 177 | + "eslint-plugin-unused-imports": "^4.1.4", |
| 178 | + "fs-extra": "^11.3.0", |
| 179 | + "glob": "^11.0.1", |
180 | 180 | "gulp": "^5.0.0", |
181 | 181 | "gulp-insert": "^0.5.0", |
182 | 182 | "gulp-postcss": "^10.0.0", |
183 | 183 | "gulp-rename": "^2.0.0", |
184 | 184 | "gulp-replace": "^1.1.4", |
185 | 185 | "gulp-sass": "^5.1.0", |
186 | 186 | "happy-dom": "^14.12.3", |
187 | | - "highlight.js": "^11.9.0", |
188 | | - "husky": "^9.0.11", |
189 | | - "jscodeshift": "^17.0.0", |
190 | | - "lint-staged": "^15.2.2", |
| 187 | + "highlight.js": "^11.11.1", |
| 188 | + "husky": "^9.1.7", |
| 189 | + "jscodeshift": "^17.1.2", |
| 190 | + "lint-staged": "^15.4.3", |
191 | 191 | "lzutf8": "0.6.3", |
192 | 192 | "map-stream": "0.0.7", |
193 | | - "markdown-it": "^14.0.0", |
194 | | - "marked": "^14.1.1", |
195 | | - "mobx": "^6.12.0", |
196 | | - "mobx-react-lite": "^4.0.5", |
197 | | - "postcss": "^8.4.35", |
| 193 | + "markdown-it": "^14.1.0", |
| 194 | + "marked": "^14.1.4", |
| 195 | + "mobx": "^6.13.6", |
| 196 | + "mobx-react-lite": "^4.1.0", |
| 197 | + "postcss": "^8.5.3", |
198 | 198 | "postcss-css-variables": "^0.19.0", |
199 | | - "postcss-import": "^16.0.1", |
200 | | - "postcss-modules": "^6.0.0", |
201 | | - "postcss-rtlcss": "^5.1.0", |
| 199 | + "postcss-import": "^16.1.0", |
| 200 | + "postcss-modules": "^6.0.1", |
| 201 | + "postcss-rtlcss": "^5.6.0", |
202 | 202 | "postcss-scss": "^4.0.9", |
203 | | - "prettier": "^3.2.5", |
204 | | - "prettier-markdown-table": "^1.0.2", |
205 | | - "react": "^18.2.0", |
| 203 | + "prettier": "^3.5.3", |
| 204 | + "prettier-markdown-table": "^1.0.3", |
| 205 | + "react": "^18.3.1", |
206 | 206 | "react-color": "^2.19.3", |
207 | | - "react-dom": "^18.2.0", |
208 | | - "react-markdown": "^9.0.1", |
209 | | - "react-refresh": "^0.14.0", |
210 | | - "react-router-dom": "^7.1.5", |
211 | | - "react-syntax-highlighter": "^15.5.0", |
212 | | - "react-test-renderer": "^18.2.0", |
| 207 | + "react-dom": "^18.3.1", |
| 208 | + "react-markdown": "^9.1.0", |
| 209 | + "react-refresh": "^0.16.0", |
| 210 | + "react-router-dom": "^7.2.0", |
| 211 | + "react-syntax-highlighter": "^15.6.1", |
| 212 | + "react-test-renderer": "^18.3.1", |
213 | 213 | "reactcss": "^1.2.3", |
214 | | - "remark-directive": "^3.0.0", |
215 | | - "remark-gfm": "^4.0.0", |
216 | | - "rollup": "^4.12.0", |
217 | | - "sass": "^1.71.1", |
| 214 | + "remark-directive": "^3.0.1", |
| 215 | + "remark-gfm": "^4.0.1", |
| 216 | + "rollup": "^4.34.9", |
| 217 | + "sass": "^1.85.1", |
218 | 218 | "shelljs": "^0.8.5", |
219 | | - "simple-git": "^3.25.0", |
220 | | - "start-server-and-test": "^2.0.8", |
221 | | - "turndown": "^7.1.2", |
| 219 | + "simple-git": "^3.27.0", |
| 220 | + "start-server-and-test": "^2.0.10", |
| 221 | + "turndown": "^7.2.0", |
222 | 222 | "turndown-plugin-gfm": "^1.0.2", |
223 | 223 | "typescript": "^5.3.3", |
224 | 224 | "unist-util-visit": "^5.0.0", |
225 | 225 | "vinyl-fs": "^4.0.0", |
226 | | - "vite": "^5.1.3", |
227 | | - "vite-plugin-dts": "4.2.1", |
| 226 | + "vite": "^5.4.14", |
| 227 | + "vite-plugin-dts": "4.5.3", |
228 | 228 | "vitest": "^3.0.7", |
229 | 229 | "vitest-canvas-mock": "^0.3.3", |
230 | 230 | "yargs": "^17.7.2" |
|
233 | 233 | "react": "^16.8.0 || ^17.0.0 || ^18.0.0" |
234 | 234 | }, |
235 | 235 | "resolutions": { |
236 | | - "@types/react": "^18.2.57", |
237 | | - "@types/react-dom": "^18.2.19", |
238 | | - "sass": "1.77.6", |
| 236 | + "@types/react": "^18.3.18", |
| 237 | + "@types/react-dom": "^18.3.5", |
| 238 | + "sass": "^1.85.1", |
239 | 239 | "@tarojs/api": "4.0.8-beta.1", |
240 | 240 | "@tarojs/components": "4.0.8-beta.1" |
241 | 241 | } |
|
0 commit comments