Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 21, 2024
1 parent 33208c7 commit bc14037
Show file tree
Hide file tree
Showing 7 changed files with 1,188 additions and 1,073 deletions.
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.6.4
with :
branch : 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 @@ -32,7 +32,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.6.4
with :
branch : 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.6.4
with :
branch : new-site # action 应该部署到的分支 。
folder : site_docs #操作应该部署的文件夹 。
Expand Down
122 changes: 61 additions & 61 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"*.{ts,tsx,js}": "eslint"
},
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.25.6",
"@nutui/icons-react": "^1.0.5",
"@nutui/icons-react-taro": "^1.0.5",
"@nutui/touch-emulator": "^1.0.0",
Expand All @@ -107,22 +107,22 @@
"react-transition-group": "^4.4.5"
},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@babel/plugin-proposal-class-properties": "^7.18.6",
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-react": "^7.23.3",
"@babel/preset-typescript": "^7.23.3",
"@commitlint/cli": "^19.0.3",
"@commitlint/config-conventional": "^19.0.3",
"@loadable/component": "^5.16.3",
"@babel/plugin-transform-runtime": "^7.25.4",
"@babel/preset-env": "^7.25.4",
"@babel/preset-react": "^7.24.7",
"@babel/preset-typescript": "^7.24.7",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@loadable/component": "^5.16.4",
"prettier-markdown-table": "^1.0.2",
"@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",
"@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",
Expand All @@ -132,90 +132,90 @@
"@tarojs/plugin-platform-weapp": "3.6.22",
"@tarojs/react": "3.6.22",
"@tarojs/taro": "3.6.22",
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^16.0.0",
"@testing-library/jest-dom": "^6.5.0",
"@testing-library/react": "^16.0.1",
"@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.16.5",
"@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.8",
"@types/react-dom": "^18.3.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"@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",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.3.1",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/ui": "^2.1.1",
"autoprefixer": "^10.4.20",
"axios": "^1.7.7",
"babel-plugin-react-scoped-css": "^1.1.1",
"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.30.0",
"eslint-plugin-jsx-a11y": "^6.10.0",
"eslint-plugin-markdown": "^5.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-unused-imports": "^4.1.4",
"fs-extra": "^11.2.0",
"glob": "^11.0.0",
"happy-dom": "^14.2.0",
"highlight.js": "^11.9.0",
"husky": "^9.0.11",
"inquirer": "^10.1.4",
"happy-dom": "^14.12.3",
"highlight.js": "^11.10.0",
"husky": "^9.1.6",
"inquirer": "^10.2.2",
"jscodeshift": "^17.0.0",
"lint-staged": "^15.2.2",
"lint-staged": "^15.2.10",
"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",
"postcss-import": "^16.0.1",
"markdown-it": "^14.1.0",
"marked": "^14.1.2",
"mobx": "^6.13.2",
"mobx-react-lite": "^4.0.7",
"postcss": "^8.4.47",
"postcss-import": "^16.1.0",
"postcss-modules": "^6.0.0",
"postcss-rtlcss": "^5.1.0",
"postcss-rtlcss": "^5.4.0",
"postcss-scss": "^4.0.9",
"prettier": "^3.2.5",
"react": "^18.2.0",
"prettier": "^3.3.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-refresh": "^0.14.2",
"react-router-dom": "^6.26.2",
"react-syntax-highlighter": "^15.5.0",
"react-test-renderer": "^18.2.0",
"react-test-renderer": "^18.3.1",
"reactcss": "^1.2.3",
"remark-directive": "^3.0.0",
"remark-gfm": "^4.0.0",
"rollup": "^4.12.0",
"rollup-plugin-delete": "^2.0.0",
"rollup-plugin-dts": "^6.1.0",
"sass": "^1.71.1",
"rollup": "^4.22.4",
"rollup-plugin-delete": "^2.1.0",
"rollup-plugin-dts": "^6.1.1",
"sass": "^1.79.3",
"shelljs": "^0.8.5",
"ts-node": "^10.9.2",
"turndown": "^7.1.2",
"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": "^5.4.7",
"vite-plugin-dts": "4.2.1",
"vitest": "^2.0.4",
"vitest": "^2.1.1",
"vitest-canvas-mock": "^0.3.3"
},
"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.8",
"@types/react-dom": "^18.3.0"
}
}
6 changes: 3 additions & 3 deletions packages/nutui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
},
"devDependencies": {
"jest": "^29.7.0",
"prettier": "^3.2.5",
"release-it": "^17.1.1",
"ts-jest": "^29.1.2"
"prettier": "^3.3.3",
"release-it": "^17.6.0",
"ts-jest": "^29.2.5"
}
}
40 changes: 20 additions & 20 deletions packages/nutui-taro-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@
],
"author": "",
"dependencies": {
"@babel/runtime": "^7.23.9",
"@babel/runtime": "^7.25.6",
"@nutui/touch-emulator": "^1.0.0",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
"@tarojs/components": "3.6.22",
"@tarojs/helper": "3.6.22",
"@tarojs/plugin-framework-react": "3.6.22",
Expand All @@ -65,32 +65,32 @@
"@tarojs/taro": "3.6.22",
"@tarojs/taro-h5": "3.6.22",
"babel-plugin-import": "^1.13.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-refresh": "^0.14.0"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-refresh": "^0.14.2"

},
"devDependencies": {
"@babel/core": "^7.23.9",
"@babel/core": "^7.25.2",
"@tarojs/cli": "3.6.22",
"@tarojs/webpack5-runner": "3.6.22",
"@types/react": "^18.2.57",
"@types/react-dom": "^18.2.19",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"@types/react-router-dom": "^5.3.3",
"@types/react-syntax-highlighter": "^15.5.11",
"@types/react-test-renderer": "^18.0.7",
"@types/react-transition-group": "^4.4.10",
"@types/webpack-env": "^1.18.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-test-renderer": "^18.3.0",
"@types/react-transition-group": "^4.4.11",
"@types/webpack-env": "^1.18.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"babel-preset-taro": "^3.6.4",
"eslint": "^8.56.0",
"eslint": "^8.57.1",
"eslint-config-taro": "^3.6.4",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"postcss": "^8.4.35",
"stylelint": "^16.2.1",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-react": "^7.36.1",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.47",
"stylelint": "^16.9.0",
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit bc14037

Please sign in to comment.