Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update all non-major dependencies #2839

Open
wants to merge 1 commit into
base: feat_v3.x
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: node scripts/copy-docs-h5-or-taro.js

- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.5.0
uses : JamesIves/github-pages-deploy-action@v4.7.2
with :
branch : react3x/new-site # action 应该部署到的分支 。
folder : site_docs #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: node scripts/copy-migrate-from-v1.js

- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.5.0
uses : JamesIves/github-pages-deploy-action@v4.7.2
with :
branch : react3x/new-site # action 应该部署到的分支 。
folder : site_docs_migrate #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-taro.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: node scripts/copy-docs-h5-or-taro.js taro

- name : Sync
uses : JamesIves/github-pages-deploy-action@v4.5.0
uses : JamesIves/github-pages-deploy-action@v4.7.2
with :
branch : react3x/new-site # action 应该部署到的分支 。
folder : site_docs #操作应该部署的文件夹 。
Expand Down
138 changes: 69 additions & 69 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,13 @@
"*.{ts,tsx,js}": "eslint"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.26.0",
"@nutui/icons-react": "^2.0.1",
"@nutui/icons-react-taro": "^2.0.1",
"@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
"@nutui/touch-emulator": "^1.0.0",
"@react-spring/web": "~9.6.1",
"@swc/helpers": "^0.5.7",
"@swc/helpers": "^0.5.15",
"@use-gesture/react": "10.2.20",
"async-validator": "^4.2.5",
"classnames": "^2.5.1",
Expand All @@ -116,57 +116,57 @@
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@loadable/component": "^5.16.3",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@mdx-js/rollup": "^3.0.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@loadable/component": "^5.16.4",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "15.2.3",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-node-resolve": "15.3.0",
"@rollup/plugin-typescript": "^11.1.6",
"@swc/core": "^1.4.8",
"@swc/core": "^1.10.1",
"@tarojs/components": "4.0.8-beta.1",
"@tarojs/plugin-platform-alipay": "4.0.8-beta.1",
"@tarojs/plugin-platform-weapp": "4.0.8-beta.1",
"@tarojs/plugin-platform-jd": "4.0.8-beta.1",
"@tarojs/react": "4.0.8-beta.1",
"@tarojs/taro": "4.0.8-beta.1",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.8",
"@types/loadable__component": "^5.13.9",
"@types/lodash.isequal": "^4.5.8",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.11.19",
"@types/node": "^20.17.10",
"@types/postcss-import": "^14.0.3",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-test-renderer": "^18.0.7",
"@types/react-transition-group": "^4.4.10",
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.3.1",
"@types/react-transition-group": "^4.4.12",
"@types/testing-library__jest-dom": "^6.0.0",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^2.0.4",
"@vitest/ui": "^2.0.4",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"cypress": "^13.15.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "^2.1.8",
"@vitest/ui": "^2.1.8",
"autoprefixer": "^10.4.20",
"axios": "^1.7.9",
"cypress": "^13.16.1",
"del": "^7.1.0",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-markdown": "^5.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-unused-imports": "^4.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"gulp": "^5.0.0",
Expand All @@ -175,58 +175,58 @@
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"happy-dom": "^14.2.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"inquirer": "^10.1.4",
"jscodeshift": "^17.0.0",
"lint-staged": "^15.2.2",
"happy-dom": "^14.12.3",
"highlight.js": "^11.10.0",
"husky": "^9.1.7",
"inquirer": "^10.2.2",
"jscodeshift": "^17.1.1",
"lint-staged": "^15.2.11",
"lzutf8": "0.6.3",
"map-stream": "0.0.7",
"markdown-it": "^14.0.0",
"marked": "^14.1.1",
"mobx": "^6.12.0",
"mobx-react-lite": "^4.0.5",
"postcss": "^8.4.35",
"markdown-it": "^14.1.0",
"marked": "^14.1.4",
"mobx": "^6.13.5",
"mobx-react-lite": "^4.0.7",
"postcss": "^8.4.49",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^16.0.1",
"postcss-modules": "^6.0.0",
"postcss-rtlcss": "^5.1.0",
"postcss-import": "^16.1.0",
"postcss-modules": "^6.0.1",
"postcss-rtlcss": "^5.5.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier-markdown-table": "^1.0.2",
"react": "^18.2.0",
"prettier": "^3.4.2",
"prettier-markdown-table": "^1.0.3",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.0.1",
"react-refresh": "^0.14.0",
"react-router-dom": "^6.22.1",
"react-syntax-highlighter": "^15.5.0",
"react-test-renderer": "^18.2.0",
"react-refresh": "^0.16.0",
"react-router-dom": "^6.28.0",
"react-syntax-highlighter": "^15.6.1",
"react-test-renderer": "^18.3.1",
"reactcss": "^1.2.3",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"rollup": "^4.12.0",
"sass": "^1.71.1",
"rollup": "^4.28.1",
"sass": "^1.82.0",
"shelljs": "^0.8.5",
"simple-git": "^3.25.0",
"start-server-and-test": "^2.0.8",
"turndown": "^7.1.2",
"simple-git": "^3.27.0",
"start-server-and-test": "^2.0.9",
"turndown": "^7.2.0",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"vinyl-fs": "^4.0.0",
"vite": "^5.1.3",
"vite-plugin-dts": "4.2.1",
"vitest": "^2.0.4",
"vite": "^5.4.11",
"vite-plugin-dts": "4.3.0",
"vitest": "^2.1.8",
"vitest-canvas-mock": "^0.3.3",
"yargs": "^17.7.2"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19"
"@types/react": "^18.3.16",
"@types/react-dom": "^18.3.5"
}
}
34 changes: 17 additions & 17 deletions packages/nutui-auto-import/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nutui/nutui-react-auto-import",
"version": "0.0.1",
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.15.0",
"description": "NutUI React 组件的自动导入插件,支持多种构建工具如 Vite、Webpack、Rollup 等。",
"type": "module",
"keywords": [
Expand Down Expand Up @@ -87,30 +87,30 @@
"prepublishOnly": "pnpm run build"
},
"dependencies": {
"@rollup/pluginutils": "^5.1.1",
"@rollup/pluginutils": "^5.1.3",
"@types/babel__traverse": "^7.20.6",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.11",
"unplugin": "^1.14.1"
"magic-string": "^0.30.15",
"unplugin": "^1.16.0"
},
"devDependencies": {
"@nutui/nutui-react": "^2.6.22",
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@nutui/nutui-react": "^2.7.2",
"@babel/core": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@rollup/plugin-babel": "^6.0.4",
"@sxzz/eslint-config": "^4.2.0",
"@sxzz/eslint-config": "^4.5.1",
"@sxzz/prettier-config": "^2.0.2",
"@sxzz/test-utils": "^0.3.2",
"@types/node": "^22.5.5",
"bumpp": "^9.5.2",
"eslint": "^9.11.0",
"@sxzz/test-utils": "^0.3.11",
"@types/node": "^22.10.2",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"fast-glob": "^3.3.2",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"prettier": "^3.4.2",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1"
"vite": "^5.4.11",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18.12.0"
Expand Down
8 changes: 4 additions & 4 deletions packages/nutui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@
"dependencies": {
"chalk": "^5.3.0",
"is-git-clean": "^1.1.0",
"jscodeshift": "^17.0.0"
"jscodeshift": "^17.1.1"
},
"devDependencies": {
"jest": "^29.7.0",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"ts-jest": "^29.1.2"
"prettier": "^3.4.2",
"release-it": "^17.10.0",
"ts-jest": "^29.2.5"
}
}
20 changes: 10 additions & 10 deletions packages/nutui-replace-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,21 +36,21 @@
"url": ""
},
"dependencies": {
"@babel/cli": "^7.25.7",
"@babel/core": "^7.23.9",
"@babel/generator": "^7.24.5",
"@babel/preset-env": "^7.25.7",
"@babel/preset-react": "^7.25.7",
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.26.3",
"@types/babel__core": "^7.20.5",
"@types/babel__generator": "^7.6.8",
"vitest": "^1.5.0"
"vitest": "^1.6.0"
},
"devDependencies": {
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^18.13.0",
"prettier": "^3.2.5",
"rollup": "^2.79.0",
"rollup-plugin-ts": "^3.0.2",
"@types/node": "^18.19.68",
"prettier": "^3.4.2",
"rollup": "^2.79.2",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
}
}
Loading
Loading