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