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 Jan 2, 2024
1 parent 3922617 commit 607f27b
Show file tree
Hide file tree
Showing 5 changed files with 1,168 additions and 834 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sfc-playground.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: pnpm build

- name: Deploy site
uses: JamesIves/github-pages-deploy-action@v4.4.2
uses: JamesIves/github-pages-deploy-action@v4.5.0
with:
branch: vant-sfc-playground-gh-page
folder: dist
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/greetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/first-interaction@v1.1.1
- uses: actions/first-interaction@v1.3.0
with:
repo-token: ${{ secrets.GH_PAT }}
issue-message: 'thanks for you Issue'
Expand Down
42 changes: 21 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,43 +39,43 @@
"sort-package-json": "wireit"
},
"dependencies": {
"@vue/repl": "^1.4.1",
"fflate": "^0.8.0",
"@vue/repl": "^1.5.0",
"fflate": "^0.8.1",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "3.3.4"
"vue": "3.4.3"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@types/file-saver": "2.0.5",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@vitejs/plugin-vue": "4.2.3",
"@changesets/cli": "2.27.1",
"@commitlint/cli": "17.8.1",
"@commitlint/config-conventional": "17.8.1",
"@types/file-saver": "2.0.7",
"@types/node": "18.19.4",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.6.2",
"consola": "2.15.3",
"eslint": "8.42.0",
"eslint": "8.56.0",
"eslint-config-standard": "17.1.0",
"eslint-module-utils": "2.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-n": "15.7.0",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-vue": "9.14.1",
"eslint-plugin-vue": "9.19.2",
"execa": "6.1.0",
"husky": "8.0.3",
"lint-staged": "13.2.2",
"markdownlint-cli2": "0.7.1",
"lint-staged": "13.3.0",
"markdownlint-cli2": "0.11.0",
"ora": "6.3.1",
"prettier": "2.8.8",
"sort-package-json": "2.4.1",
"sort-package-json": "2.6.0",
"typescript": "4.9.5",
"vite": "4.3.9",
"vite": "4.5.1",
"vite-plugin-style-import": "2.0.0",
"vue-eslint-parser": "9.3.0",
"wireit": "0.9.5",
"zx": "7.2.2"
"vue-eslint-parser": "9.3.2",
"wireit": "0.14.1",
"zx": "7.2.3"
},
"renovate": {
"enabled": false
Expand Down
Loading

0 comments on commit 607f27b

Please sign in to comment.