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 Aug 15, 2023
1 parent 9d37520 commit 86bbfed
Show file tree
Hide file tree
Showing 4 changed files with 802 additions and 603 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/[email protected].2
uses: JamesIves/[email protected].3
with:
branch: vant-sfc-playground-gh-page
folder: dist
Expand Down
34 changes: 17 additions & 17 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",
"@vue/repl": "^1.5.0",
"fflate": "^0.8.0",
"file-saver": "^2.0.5",
"jszip": "^3.10.1",
"vue": "3.3.4"
},
"devDependencies": {
"@changesets/cli": "2.26.1",
"@commitlint/cli": "17.6.5",
"@commitlint/config-conventional": "17.6.5",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.7.1",
"@commitlint/config-conventional": "17.7.0",
"@types/file-saver": "2.0.5",
"@types/node": "18.16.16",
"@typescript-eslint/eslint-plugin": "5.59.9",
"@typescript-eslint/parser": "5.59.9",
"@types/node": "18.17.5",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"@vitejs/plugin-vue": "4.2.3",
"consola": "2.15.3",
"eslint": "8.42.0",
"eslint": "8.47.0",
"eslint-config-standard": "17.1.0",
"eslint-module-utils": "2.8.0",
"eslint-plugin-import": "2.27.5",
"eslint-plugin-import": "2.28.0",
"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.17.0",
"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.8.1",
"ora": "6.3.1",
"prettier": "2.8.8",
"sort-package-json": "2.4.1",
"sort-package-json": "2.5.1",
"typescript": "4.9.5",
"vite": "4.3.9",
"vite": "4.4.9",
"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.1",
"wireit": "0.10.0",
"zx": "7.2.3"
},
"renovate": {
"enabled": false
Expand Down
Loading

0 comments on commit 86bbfed

Please sign in to comment.