Skip to content
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
4 changes: 2 additions & 2 deletions .github/workflows/auto-fix-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,15 @@ jobs:
- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
version: 10
version: 10.34.5

- name: Install Node Dependencies
run: pnpm install

- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: '3.10'
python-version: '3.14.7'

- name: Install Python Dependencies
run: |
Expand Down
176 changes: 88 additions & 88 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"registry": "https://registry.npmjs.org/"
},
"engines": {
"pnpm": ">=10.0.0"
"pnpm": ">=10.34.5"
},
"scripts": {
"add": "node scripts/create-component-mode.js && npm run prepare",
Expand Down Expand Up @@ -113,140 +113,140 @@
"verify-scale:mirror": "node .cursor/skills/nutui-build-local-verify/scripts/verify-scale-generation.mjs --mirror"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@nutui/icons-react": "^3.0.2-beta.5",
"@nutui/icons-react-taro": "^3.0.2-beta.3",
"@babel/runtime": "^7.29.7",
"@nutui/icons-react": "^3.0.2",
"@nutui/icons-react-taro": "^3.0.2",
"@nutui/jdesign-icons-react-taro": "1.0.6-beta.2",
"@nutui/lottie-miniprogram": "^1.0.2",
"@nutui/touch-emulator": "^1.0.0",
"@react-spring/web": "~9.6.1",
"@swc/helpers": "^0.5.7",
"@swc/helpers": "^0.5.23",
"@use-gesture/react": "10.2.20",
"async-validator": "^4.2.5",
"classnames": "^2.5.1",
"codesandbox": "^2.2.3",
"lodash.kebabcase": "^4.1.1",
"lottie-react": "^2.4.0",
"lottie-react": "^2.4.1",
"react-fast-compare": "^3.2.2",
"react-transition-group": "^4.4.5",
"rehype-highlight": "^7.0.2"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@commitlint/cli": "^20.5.2",
"@commitlint/config-conventional": "^20.5.0",
"@inquirer/prompts": "^7.2.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",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^26.0.1",
"@rollup/plugin-node-resolve": "16.0.0",
"@commitlint/cli": "^20.5.3",
"@commitlint/config-conventional": "^20.5.3",
"@inquirer/prompts": "^7.10.1",
"@loadable/component": "^5.16.7",
"@mdx-js/mdx": "^3.1.1",
"@mdx-js/react": "^3.1.1",
"@mdx-js/rollup": "^3.1.1",
"@pmmmwh/react-refresh-webpack-plugin": "0.6.2",
"@rollup/plugin-babel": "^6.1.0",
"@rollup/plugin-commonjs": "^26.0.3",
"@rollup/plugin-node-resolve": "16.0.3",
"@rollup/plugin-typescript": "^11.1.6",
"@shikijs/markdown-it": "^3.0.0",
"@swc/core": "^1.4.8",
"@shikijs/markdown-it": "^3.23.0",
"@swc/core": "^1.16.0",
"@tarojs/components": "4.2.0",
"@tarojs/plugin-platform-alipay": "4.2.0",
"@tarojs/plugin-platform-jd": "4.2.0",
"@tarojs/plugin-platform-weapp": "4.2.0",
"@tarojs/react": "4.2.0",
"@tarojs/taro": "4.2.0",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/fs-extra": "^11.0.4",
"@types/loadable__component": "^5.13.8",
"@types/loadable__component": "^5.13.10",
"@types/lodash.kebabcase": "^4.1.9",
"@types/node": "^20.11.19",
"@types/node": "^20.19.43",
"@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": "^19.0.0",
"@types/react-transition-group": "^4.4.10",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^19.1.0",
"@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": "^3.0.7",
"@vitest/ui": "^2.0.4",
"autoprefixer": "^10.4.17",
"axios": "^1.6.7",
"cypress": "^13.15.0",
"del": "^8.0.0",
"eslint": "^8.56.0",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^3.2.7",
"@vitest/ui": "^2.1.9",
"autoprefixer": "^10.5.4",
"axios": "^1.19.0",
"cypress": "^13.17.0",
"del": "^8.0.1",
"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",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"gulp": "^5.0.0",
"eslint-config-prettier": "^9.1.2",
"eslint-plugin-import": "^2.32.0",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.5.6",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.4.1",
"fs-extra": "^11.4.0",
"glob": "^11.1.0",
"gulp": "^5.0.1",
"gulp-insert": "^0.5.0",
"gulp-postcss": "^10.0.0",
"gulp-rename": "^2.0.0",
"gulp-rename": "^2.1.0",
"gulp-replace": "^1.1.4",
"gulp-sass": "^5.1.0",
"happy-dom": "^14.12.3",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"jscodeshift": "^17.0.0",
"lint-staged": "^15.2.2",
"highlight.js": "^11.12.0",
"husky": "^9.1.7",
"jscodeshift": "^17.4.0",
"lint-staged": "^15.5.2",
"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.3.0",
"marked": "^14.1.4",
"mobx": "^6.16.1",
"mobx-react-lite": "^4.1.1",
"postcss": "^8.5.26",
"postcss-css-variables": "^0.19.0",
"postcss-import": "^16.0.1",
"postcss-modules": "^6.0.0",
"postcss-rtlcss": "^5.1.0",
"postcss-import": "^16.2.0",
"postcss-modules": "^6.0.1",
"postcss-rtlcss": "^5.7.1",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"prettier-markdown-table": "^1.0.2",
"react": "^18.2.0",
"prettier": "^3.9.6",
"prettier-markdown-table": "^1.0.3",
"react": "^18.3.1",
"react-color": "^2.19.3",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1",
"react-refresh": "^0.14.0",
"react-router-dom": "^7.1.5",
"react-syntax-highlighter": "^15.5.0",
"react-test-renderer": "^18.2.0",
"react-dom": "^18.3.1",
"react-markdown": "^9.1.0",
"react-refresh": "^0.18.0",
"react-router-dom": "^7.18.2",
"react-syntax-highlighter": "^15.6.6",
"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",
"shelljs": "^0.8.5",
"simple-git": "^3.25.0",
"start-server-and-test": "^2.0.8",
"turndown": "^7.1.2",
"remark-directive": "^3.0.1",
"remark-gfm": "^4.0.1",
"rollup": "^4.62.4",
"sass": "^1.102.0",
"shelljs": "^0.10.0",
"simple-git": "^3.36.0",
"start-server-and-test": "^2.1.5",
"turndown": "^7.2.4",
"turndown-plugin-gfm": "^1.0.2",
"typescript": "^5.3.3",
"unist-util-visit": "^5.0.0",
"unist-util-visit": "^5.1.0",
"vconsole": "^3.15.1",
"vinyl-fs": "^4.0.0",
"vite": "^5.1.3",
"vite-plugin-dts": "4.2.1",
"vitest": "^3.0.7",
"vinyl-fs": "^4.0.2",
"vite": "^5.4.21",
"vite-plugin-dts": "4.5.4",
"vitest": "^3.2.7",
"vitest-canvas-mock": "^0.3.3",
"yargs": "^17.7.2"
"yargs": "^17.7.3"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0 || ^18.0.0"
},
"resolutions": {
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"sass": "1.77.6",
"@types/react": "^18.3.31",
"@types/react-dom": "^18.3.7",
"sass": "^1.102.0",
"@tarojs/api": "4.2.0",
"@tarojs/components": "4.2.0"
}
Expand Down
40 changes: 20 additions & 20 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.9",
"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",
"@types/babel__traverse": "^7.20.6",
"@rollup/pluginutils": "^5.4.0",
"@types/babel__traverse": "^7.28.0",
"estree-walker": "^3.0.3",
"magic-string": "^0.30.11",
"magic-string": "^0.30.21",
"unplugin": "^2.2.0"
},
"devDependencies": {
"@nutui/nutui-react": "^2.6.22",
"@babel/core": "^7.25.8",
"@babel/preset-react": "^7.25.7",
"@rollup/plugin-babel": "^6.0.4",
"@sxzz/eslint-config": "^4.2.0",
"@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",
"fast-glob": "^3.3.2",
"prettier": "^3.3.3",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"@nutui/nutui-react": "^2.7.15",
"@babel/core": "^7.29.7",
"@babel/preset-react": "^7.29.7",
"@rollup/plugin-babel": "^6.1.0",
"@sxzz/eslint-config": "^4.6.0",
"@sxzz/prettier-config": "^2.3.2",
"@sxzz/test-utils": "^0.5.18",
"@types/node": "^22.20.1",
"bumpp": "^9.11.1",
"eslint": "^9.39.5",
"fast-glob": "^3.3.3",
"prettier": "^3.9.6",
"tsup": "^8.5.1",
"tsx": "^4.23.12",
"typescript": "^5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1"
"vite": "^5.4.21",
"vitest": "^2.1.9"
},
"engines": {
"node": ">=18.12.0"
Expand Down
10 changes: 5 additions & 5 deletions packages/nutui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
},
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"chalk": "^5.6.2",
"is-git-clean": "^1.1.0",
"jscodeshift": "^17.0.0"
"jscodeshift": "^17.4.0"
},
"devDependencies": {
"jest": "^30.3.0",
"prettier": "^3.2.5",
"jest": "^30.4.2",
"prettier": "^3.9.6",
"release-it": "^18.1.2",
"ts-jest": "^29.1.2"
"ts-jest": "^29.4.12"
}
}
10 changes: 5 additions & 5 deletions packages/nutui-inject-ui-styles/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,15 @@
"dependencies": {
"@tarojs/service": "^4.0.0",
"lodash.kebabcase": "^4.1.1",
"tslib": "^2.6.2",
"tslib": "^2.8.1",
"webpack-chain": "^6.5.1"
},
"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.130",
"prettier": "^3.9.6",
"rollup": "^2.80.0",
"rollup-plugin-ts": "^3.4.5",
"typescript": "^5.4.5"
}
}
8 changes: 4 additions & 4 deletions packages/nutui-react-cli-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
"./scripts/prepare-data.mjs": "./scripts/prepare-data.mjs"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.29.0",
"yargs": "^17.7.2"
"@modelcontextprotocol/sdk": "^1.30.0",
"yargs": "^17.7.3"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/yargs": "^17.0.33",
"@types/node": "^22.20.1",
"@types/yargs": "^17.0.35",
"typescript": "^5.6.2"
}
}
10 changes: 5 additions & 5 deletions packages/nutui-react-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,14 @@
"release:beta": "bumpp --preid beta && pnpm publish --tag beta"
},
"dependencies": {
"yargs": "^17.7.2"
"yargs": "^17.7.3"
},
"devDependencies": {
"@nutui/nutui-react-cli-core": "workspace:*",
"@types/node": "^22.5.5",
"@types/yargs": "^17.0.33",
"bumpp": "^9.5.2",
"tsup": "^8.3.0",
"@types/node": "^22.20.1",
"@types/yargs": "^17.0.35",
"bumpp": "^9.11.1",
"tsup": "^8.5.1",
"typescript": "^5.6.2"
}
}
Loading
Loading