Skip to content

Commit 9159656

Browse files
fix(deps): update all non-major dependencies
1 parent 7752221 commit 9159656

File tree

5 files changed

+135
-135
lines changed

5 files changed

+135
-135
lines changed

Diff for: package.json

+78-78
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
"registry": "https://registry.npmjs.org/"
4646
},
4747
"engines": {
48-
"pnpm": ">=10.0.0"
48+
"pnpm": ">=10.8.0"
4949
},
5050
"scripts": {
5151
"add": "node scripts/create-component-mode.js && npm run prepare",
@@ -107,139 +107,139 @@
107107
"*.{ts,tsx,js}": "eslint"
108108
},
109109
"dependencies": {
110-
"@babel/runtime": "^7.23.9",
110+
"@babel/runtime": "^7.27.0",
111111
"@nutui/icons-react": "^3.0.1",
112112
"@nutui/icons-react-taro": "^3.0.1",
113113
"@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
114114
"@nutui/touch-emulator": "^1.0.0",
115115
"@nutui/lottie-miniprogram": "^1.0.2",
116116
"@react-spring/web": "~9.6.1",
117-
"@swc/helpers": "^0.5.7",
117+
"@swc/helpers": "^0.5.17",
118118
"@use-gesture/react": "10.2.20",
119119
"async-validator": "^4.2.5",
120120
"classnames": "^2.5.1",
121121
"codesandbox": "^2.2.3",
122122
"lodash.kebabcase": "^4.1.1",
123-
"lottie-react": "^2.4.0",
123+
"lottie-react": "^2.4.1",
124124
"react-fast-compare": "^3.2.2",
125125
"react-transition-group": "^4.4.5",
126126
"rehype-highlight": "^7.0.2"
127127
},
128128
"devDependencies": {
129129
"@babel/plugin-proposal-class-properties": "^7.18.6",
130-
"@commitlint/cli": "^19.0.3",
131-
"@commitlint/config-conventional": "^19.0.3",
132-
"@inquirer/prompts": "^7.2.3",
133-
"@loadable/component": "^5.16.3",
134-
"@mdx-js/mdx": "^3.0.1",
135-
"@mdx-js/react": "^3.0.1",
136-
"@mdx-js/rollup": "^3.0.1",
137-
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
130+
"@commitlint/cli": "^19.8.0",
131+
"@commitlint/config-conventional": "^19.8.0",
132+
"@inquirer/prompts": "^7.4.1",
133+
"@loadable/component": "^5.16.4",
134+
"@mdx-js/mdx": "^3.1.0",
135+
"@mdx-js/react": "^3.1.0",
136+
"@mdx-js/rollup": "^3.1.0",
137+
"@pmmmwh/react-refresh-webpack-plugin": "0.5.16",
138138
"@rollup/plugin-babel": "^6.0.4",
139-
"@rollup/plugin-commonjs": "^26.0.1",
140-
"@rollup/plugin-node-resolve": "16.0.0",
139+
"@rollup/plugin-commonjs": "^26.0.3",
140+
"@rollup/plugin-node-resolve": "16.0.1",
141141
"@rollup/plugin-typescript": "^11.1.6",
142-
"@shikijs/markdown-it": "^3.0.0",
143-
"@swc/core": "^1.4.8",
142+
"@shikijs/markdown-it": "^3.2.2",
143+
"@swc/core": "^1.11.20",
144144
"@tarojs/components": "4.0.8-beta.1",
145145
"@tarojs/plugin-platform-alipay": "4.0.8-beta.1",
146146
"@tarojs/plugin-platform-jd": "4.0.8-beta.1",
147147
"@tarojs/plugin-platform-weapp": "4.0.8-beta.1",
148148
"@tarojs/react": "4.0.8-beta.1",
149149
"@tarojs/taro": "4.0.8-beta.1",
150-
"@testing-library/jest-dom": "^6.4.2",
151-
"@testing-library/react": "^16.0.0",
150+
"@testing-library/jest-dom": "^6.6.3",
151+
"@testing-library/react": "^16.3.0",
152152
"@types/fs-extra": "^11.0.4",
153-
"@types/loadable__component": "^5.13.8",
153+
"@types/loadable__component": "^5.13.9",
154154
"@types/lodash.kebabcase": "^4.1.9",
155-
"@types/node": "^20.11.19",
155+
"@types/node": "^20.17.30",
156156
"@types/postcss-import": "^14.0.3",
157-
"@types/react": "^18.2.57",
158-
"@types/react-dom": "^18.2.19",
159-
"@types/react-syntax-highlighter": "^15.5.11",
160-
"@types/react-test-renderer": "^19.0.0",
161-
"@types/react-transition-group": "^4.4.10",
157+
"@types/react": "^18.3.20",
158+
"@types/react-dom": "^18.3.6",
159+
"@types/react-syntax-highlighter": "^15.5.13",
160+
"@types/react-test-renderer": "^19.1.0",
161+
"@types/react-transition-group": "^4.4.12",
162162
"@types/testing-library__jest-dom": "^6.0.0",
163-
"@typescript-eslint/eslint-plugin": "^7.0.2",
164-
"@typescript-eslint/parser": "^7.0.2",
165-
"@vitejs/plugin-react": "^4.2.1",
166-
"@vitest/coverage-v8": "^2.0.4",
167-
"@vitest/ui": "^2.0.4",
168-
"autoprefixer": "^10.4.17",
169-
"axios": "^1.6.7",
170-
"cypress": "^13.15.0",
163+
"@typescript-eslint/eslint-plugin": "^7.18.0",
164+
"@typescript-eslint/parser": "^7.18.0",
165+
"@vitejs/plugin-react": "^4.3.4",
166+
"@vitest/coverage-v8": "^2.1.9",
167+
"@vitest/ui": "^2.1.9",
168+
"autoprefixer": "^10.4.21",
169+
"axios": "^1.8.4",
170+
"cypress": "^13.17.0",
171171
"del": "^8.0.0",
172-
"eslint": "^8.56.0",
172+
"eslint": "^8.57.1",
173173
"eslint-config-airbnb": "^19.0.4",
174174
"eslint-config-prettier": "^9.1.0",
175-
"eslint-plugin-import": "^2.29.1",
176-
"eslint-plugin-jsx-a11y": "^6.8.0",
177-
"eslint-plugin-markdown": "^5.0.0",
178-
"eslint-plugin-prettier": "^5.1.3",
179-
"eslint-plugin-react": "^7.33.2",
180-
"eslint-plugin-react-hooks": "^4.6.0",
181-
"eslint-plugin-unused-imports": "^4.0.0",
182-
"fs-extra": "^11.2.0",
183-
"glob": "^11.0.0",
175+
"eslint-plugin-import": "^2.31.0",
176+
"eslint-plugin-jsx-a11y": "^6.10.2",
177+
"eslint-plugin-markdown": "^5.1.0",
178+
"eslint-plugin-prettier": "^5.2.6",
179+
"eslint-plugin-react": "^7.37.5",
180+
"eslint-plugin-react-hooks": "^4.6.2",
181+
"eslint-plugin-unused-imports": "^4.1.4",
182+
"fs-extra": "^11.3.0",
183+
"glob": "^11.0.1",
184184
"gulp": "^5.0.0",
185185
"gulp-insert": "^0.5.0",
186186
"gulp-postcss": "^10.0.0",
187187
"gulp-rename": "^2.0.0",
188188
"gulp-replace": "^1.1.4",
189189
"gulp-sass": "^5.1.0",
190190
"happy-dom": "^14.12.3",
191-
"highlight.js": "^11.9.0",
192-
"husky": "^9.0.11",
193-
"jscodeshift": "^17.0.0",
194-
"lint-staged": "^15.2.2",
191+
"highlight.js": "^11.11.1",
192+
"husky": "^9.1.7",
193+
"jscodeshift": "^17.3.0",
194+
"lint-staged": "^15.5.1",
195195
"lzutf8": "0.6.3",
196196
"map-stream": "0.0.7",
197-
"markdown-it": "^14.0.0",
198-
"marked": "^14.1.1",
199-
"mobx": "^6.12.0",
200-
"mobx-react-lite": "^4.0.5",
201-
"postcss": "^8.4.35",
197+
"markdown-it": "^14.1.0",
198+
"marked": "^14.1.4",
199+
"mobx": "^6.13.7",
200+
"mobx-react-lite": "^4.1.0",
201+
"postcss": "^8.5.3",
202202
"postcss-css-variables": "^0.19.0",
203-
"postcss-import": "^16.0.1",
204-
"postcss-modules": "^6.0.0",
205-
"postcss-rtlcss": "^5.1.0",
203+
"postcss-import": "^16.1.0",
204+
"postcss-modules": "^6.0.1",
205+
"postcss-rtlcss": "^5.7.0",
206206
"postcss-scss": "^4.0.9",
207-
"prettier": "^3.2.5",
208-
"prettier-markdown-table": "^1.0.2",
209-
"react": "^18.2.0",
207+
"prettier": "^3.5.3",
208+
"prettier-markdown-table": "^1.0.3",
209+
"react": "^18.3.1",
210210
"react-color": "^2.19.3",
211-
"react-dom": "^18.2.0",
212-
"react-markdown": "^9.0.1",
213-
"react-refresh": "^0.14.0",
214-
"react-router-dom": "^7.1.5",
215-
"react-syntax-highlighter": "^15.5.0",
216-
"react-test-renderer": "^18.2.0",
211+
"react-dom": "^18.3.1",
212+
"react-markdown": "^9.1.0",
213+
"react-refresh": "^0.17.0",
214+
"react-router-dom": "^7.5.0",
215+
"react-syntax-highlighter": "^15.6.1",
216+
"react-test-renderer": "^18.3.1",
217217
"reactcss": "^1.2.3",
218-
"remark-directive": "^3.0.0",
219-
"remark-gfm": "^4.0.0",
220-
"rollup": "^4.12.0",
221-
"sass": "^1.71.1",
222-
"shelljs": "^0.8.5",
223-
"simple-git": "^3.25.0",
224-
"start-server-and-test": "^2.0.8",
225-
"turndown": "^7.1.2",
218+
"remark-directive": "^3.0.1",
219+
"remark-gfm": "^4.0.1",
220+
"rollup": "^4.40.0",
221+
"sass": "^1.86.3",
222+
"shelljs": "^0.9.2",
223+
"simple-git": "^3.27.0",
224+
"start-server-and-test": "^2.0.11",
225+
"turndown": "^7.2.0",
226226
"turndown-plugin-gfm": "^1.0.2",
227227
"typescript": "^5.3.3",
228228
"unist-util-visit": "^5.0.0",
229229
"vinyl-fs": "^4.0.0",
230-
"vite": "^5.1.3",
231-
"vite-plugin-dts": "4.2.1",
232-
"vitest": "^3.0.7",
230+
"vite": "^5.4.18",
231+
"vite-plugin-dts": "4.5.3",
232+
"vitest": "^3.1.1",
233233
"vitest-canvas-mock": "^0.3.3",
234234
"yargs": "^17.7.2"
235235
},
236236
"peerDependencies": {
237237
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
238238
},
239239
"resolutions": {
240-
"@types/react": "^18.2.57",
241-
"@types/react-dom": "^18.2.19",
242-
"sass": "1.77.6",
240+
"@types/react": "^18.3.20",
241+
"@types/react-dom": "^18.3.6",
242+
"sass": "^1.86.3",
243243
"@tarojs/api": "4.0.8-beta.1",
244244
"@tarojs/components": "4.0.8-beta.1"
245245
}

Diff for: packages/nutui-auto-import/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nutui/nutui-react-auto-import",
33
"version": "0.0.1",
4-
"packageManager": "pnpm@9.11.0",
4+
"packageManager": "pnpm@9.15.9",
55
"description": "NutUI React 组件的自动导入插件,支持多种构建工具如 Vite、Webpack、Rollup 等。",
66
"type": "module",
77
"keywords": [
@@ -87,30 +87,30 @@
8787
"prepublishOnly": "pnpm run build"
8888
},
8989
"dependencies": {
90-
"@rollup/pluginutils": "^5.1.1",
91-
"@types/babel__traverse": "^7.20.6",
90+
"@rollup/pluginutils": "^5.1.4",
91+
"@types/babel__traverse": "^7.20.7",
9292
"estree-walker": "^3.0.3",
93-
"magic-string": "^0.30.11",
93+
"magic-string": "^0.30.17",
9494
"unplugin": "^2.2.0"
9595
},
9696
"devDependencies": {
97-
"@nutui/nutui-react": "^2.6.22",
98-
"@babel/core": "^7.25.8",
99-
"@babel/preset-react": "^7.25.7",
97+
"@nutui/nutui-react": "^2.7.13",
98+
"@babel/core": "^7.26.10",
99+
"@babel/preset-react": "^7.26.3",
100100
"@rollup/plugin-babel": "^6.0.4",
101-
"@sxzz/eslint-config": "^4.2.0",
102-
"@sxzz/prettier-config": "^2.0.2",
103-
"@sxzz/test-utils": "^0.3.2",
104-
"@types/node": "^22.5.5",
105-
"bumpp": "^9.5.2",
106-
"eslint": "^9.11.0",
107-
"fast-glob": "^3.3.2",
108-
"prettier": "^3.3.3",
109-
"tsup": "^8.3.0",
110-
"tsx": "^4.19.1",
101+
"@sxzz/eslint-config": "^4.6.0",
102+
"@sxzz/prettier-config": "^2.2.1",
103+
"@sxzz/test-utils": "^0.5.4",
104+
"@types/node": "^22.14.1",
105+
"bumpp": "^9.11.1",
106+
"eslint": "^9.24.0",
107+
"fast-glob": "^3.3.3",
108+
"prettier": "^3.5.3",
109+
"tsup": "^8.4.0",
110+
"tsx": "^4.19.3",
111111
"typescript": "^5.6.2",
112-
"vite": "^5.4.7",
113-
"vitest": "^2.1.1"
112+
"vite": "^5.4.18",
113+
"vitest": "^2.1.9"
114114
},
115115
"engines": {
116116
"node": ">=18.12.0"

Diff for: packages/nutui-codemod/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
},
2727
"license": "MIT",
2828
"dependencies": {
29-
"chalk": "^5.3.0",
29+
"chalk": "^5.4.1",
3030
"is-git-clean": "^1.1.0",
31-
"jscodeshift": "^17.0.0"
31+
"jscodeshift": "^17.3.0"
3232
},
3333
"devDependencies": {
3434
"jest": "^29.7.0",
35-
"prettier": "^3.2.5",
35+
"prettier": "^3.5.3",
3636
"release-it": "^18.1.2",
37-
"ts-jest": "^29.1.2"
37+
"ts-jest": "^29.3.2"
3838
}
3939
}

Diff for: packages/nutui-replace-icons/package.json

+11-11
Original file line numberDiff line numberDiff line change
@@ -36,21 +36,21 @@
3636
"url": ""
3737
},
3838
"dependencies": {
39-
"@babel/cli": "^7.25.7",
40-
"@babel/core": "^7.23.9",
41-
"@babel/generator": "^7.24.5",
42-
"@babel/preset-env": "^7.25.7",
43-
"@babel/preset-react": "^7.25.7",
39+
"@babel/cli": "^7.27.0",
40+
"@babel/core": "^7.26.10",
41+
"@babel/generator": "^7.27.0",
42+
"@babel/preset-env": "^7.26.9",
43+
"@babel/preset-react": "^7.26.3",
4444
"@types/babel__core": "^7.20.5",
45-
"@types/babel__generator": "^7.6.8",
46-
"vitest": "^1.5.0"
45+
"@types/babel__generator": "^7.27.0",
46+
"vitest": "^1.6.1"
4747
},
4848
"devDependencies": {
4949
"@types/lodash.kebabcase": "^4.1.9",
50-
"@types/node": "^18.13.0",
51-
"prettier": "^3.2.5",
52-
"rollup": "^2.79.0",
53-
"rollup-plugin-ts": "^3.0.2",
50+
"@types/node": "^18.19.86",
51+
"prettier": "^3.5.3",
52+
"rollup": "^2.79.2",
53+
"rollup-plugin-ts": "^3.4.5",
5454
"typescript": "^5.4.5"
5555
}
5656
}

0 commit comments

Comments
 (0)