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