Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#3076)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored May 20, 2024
1 parent 2a00413 commit f0e3799
Show file tree
Hide file tree
Showing 9 changed files with 276 additions and 286 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: pnpm copy:h5

- name: Sync
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: pnpm build:taro

- name: Sync
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: pkg # action 应该部署到的分支 。
folder: publish #操作应该部署的文件夹 。
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 @@ -32,7 +32,7 @@ jobs:
run: pnpm copy:taro

- name: Sync
uses: JamesIves/[email protected].0
uses: JamesIves/[email protected].1
with:
branch: new-site # action 应该部署到的分支 。
folder: site_docs #操作应该部署的文件夹 。
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,19 +75,19 @@
"@nutui/icons-vue": "^0.1.1",
"@nutui/icons-vue-taro": "^0.0.9",
"@nutui/touch-emulator": "workspace:^",
"sass": "^1.77.1",
"sass": "^1.77.2",
"vue-router": "^4.3.2"
},
"devDependencies": {
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@eslint/config-inspector": "^0.4.8",
"@eslint/eslintrc": "^3.0.2",
"@eslint/eslintrc": "^3.1.0",
"@nutui/eslint-config": "workspace:*",
"@nutui/prettier-plugin": "workspace:*",
"@nutui/vite-plugins": "workspace:*",
"@tarojs/taro": "3.6.24",
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"@vitejs/plugin-vue-jsx": "^3.1.0",
"@vitest/coverage-istanbul": "^1.6.0",
Expand All @@ -96,12 +96,12 @@
"@vue/test-utils": "^2.4.6",
"autoprefixer": "^10.4.19",
"codesandbox": "^2.2.3",
"eslint": "^9.2.0",
"eslint": "^9.3.0",
"eslint-config-flat-gitignore": "^0.1.5",
"fs-extra": "^11.2.0",
"happy-dom": "^14.10.1",
"happy-dom": "^14.11.0",
"husky": "^9.0.11",
"inquirer": "^9.2.20",
"inquirer": "^9.2.22",
"lzutf8": "^0.6.3",
"markdown-it": "^14.1.0",
"nano-staged": "^0.8.0",
Expand All @@ -110,7 +110,7 @@
"typescript": "^5.4.5",
"unplugin-vue-components": "^0.27.0",
"vite": "^5.2.11",
"vite-plugin-vue-devtools": "^7.1.3",
"vite-plugin-vue-devtools": "^7.2.1",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"vue": "^3.4.27",
Expand All @@ -129,6 +129,6 @@
"url": "https://github.com/jdf2e/nutui.git"
},
"resolutions": {
"@typescript-eslint/utils": "^8.0.0-alpha.10"
"@typescript-eslint/utils": "^8.0.0-alpha.14"
}
}
10 changes: 5 additions & 5 deletions packages/nutui-eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@
},
"dependencies": {
"@stylistic/eslint-plugin": "^2.1.0",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.10",
"@typescript-eslint/parser": "^8.0.0-alpha.10",
"@typescript-eslint/eslint-plugin": "^8.0.0-alpha.14",
"@typescript-eslint/parser": "^8.0.0-alpha.14",
"eslint-plugin-vue": "^9.26.0",
"typescript-eslint": "^8.0.0-alpha.10",
"typescript-eslint": "^8.0.0-alpha.14",
"vue-eslint-parser": "^9.4.2",
"@eslint/js": "^9.2.0"
"@eslint/js": "^9.3.0"
},
"devDependencies": {
"eslint": "^9.2.0"
"eslint": "^9.3.0"
},
"peerDependencies": {
"eslint": "^8.44.0 || ^9.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"serve": "vite preview"
},
"devDependencies": {
"@types/node": "^20.12.11",
"@types/node": "^20.12.12",
"@vitejs/plugin-vue": "^5.0.4",
"rimraf": "^5.0.7",
"vite": "^5.2.11",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"dependencies": {
"vue": "^3.4.27",
"@nutui/nutui": "^4.3.7",
"@nutui/nutui": "^4.3.8",
"@nutui/touch-emulator": "^1.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nutui-vite-plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"unplugin-vue-markdown": "^0.26.2"
},
"devDependencies": {
"@shikijs/markdown-it": "^1.5.1",
"@shikijs/markdown-it": "^1.6.0",
"@types/fs-extra": "^11.0.4",
"@types/markdown-it-container": "^2.0.10",
"tsup": "^8.0.2",
Expand Down
Loading

0 comments on commit f0e3799

Please sign in to comment.