Skip to content

Commit 3dea0f2

Browse files
fix(deps): update all dependencies
1 parent b436616 commit 3dea0f2

27 files changed

Lines changed: 1952 additions & 1623 deletions

File tree

.github/workflows/format.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
format:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
with:
1515
ref: ${{ github.event.pull_request.head.ref }}
1616
- uses: ./.github/workflows/setup

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
concurrency:
1212
group: ${{ github.workflow }}-${{ github.ref }}
1313
steps:
14-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
14+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1515
- uses: ./.github/workflows/setup
1616
- run: yarn --cwd docs build --base /vue-3-practices
1717
- uses: peaceiris/actions-gh-pages@4f9cc6602d3f66b9c108549d475ec49e8ef4d45e # v4

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
lint:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
10+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1111
- uses: ./.github/workflows/setup
1212
- run: yarn build
1313
- run: yarn lint

.github/workflows/setup/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ runs:
55
using: "composite"
66
steps:
77
- name: "Setup Node"
8-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
8+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
99
with:
1010
node-version-file: 'package.json'
1111
cache: 'yarn'

docs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "1.0.0",
55
"type": "module",
66
"dependencies": {
7-
"@slidev/cli": "52.11.3",
7+
"@slidev/cli": "52.14.1",
88
"@slidev/theme-default": "0.25.0",
99
"vite-plugin-vue-server-ref": "1.0.0"
1010
},
@@ -18,7 +18,7 @@
1818
},
1919
"devDependencies": {
2020
"@iconify-json/mdi": "^1.1.55",
21-
"eslint": "^9.0.0",
21+
"eslint": "^10.0.0",
2222
"eslint-config-prettier": "^10.0.0",
2323
"eslint-plugin-vue": "^10.0.0",
2424
"prettier": "^3.1.1"

handson-fetch-router-finish/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"vue": "^3.2.33"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "6.0.3",
15-
"eslint": "^9.0.0",
14+
"@vitejs/plugin-vue": "6.0.4",
15+
"eslint": "^10.0.0",
1616
"eslint-config-prettier": "^10.0.0",
1717
"eslint-plugin-vue": "^10.0.0",
1818
"prettier": "^3.1.1",
1919
"vite": "7.3.1",
20-
"vue-router": "4.6.4"
20+
"vue-router": "5.0.3"
2121
},
2222
"homepage": "https://github.com/tuqulore/vue-3-practices#readme",
2323
"keywords": [

handson-fetch-router-nuxt-finish/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@
88
},
99
"type": "module",
1010
"devDependencies": {
11-
"@nuxt/eslint": "1.13.0",
11+
"@nuxt/eslint": "1.15.2",
1212
"@nuxt/eslint-config": "^1.0.0",
13-
"eslint": "^9.0.0",
13+
"eslint": "^10.0.0",
1414
"eslint-config-prettier": "^10.0.0",
15-
"nuxt": "4.3.0",
15+
"nuxt": "4.3.1",
1616
"prettier": "^3.1.1"
1717
},
1818
"homepage": "https://github.com/tuqulore/vue-3-practices#readme",

handson-fetch-router/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@
1111
"vue": "^3.2.33"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "6.0.3",
15-
"eslint": "^9.0.0",
14+
"@vitejs/plugin-vue": "6.0.4",
15+
"eslint": "^10.0.0",
1616
"eslint-config-prettier": "^10.0.0",
1717
"eslint-plugin-vue": "^10.0.0",
1818
"prettier": "^3.1.1",
1919
"vite": "7.3.1",
20-
"vue-router": "4.6.4"
20+
"vue-router": "5.0.3"
2121
},
2222
"homepage": "https://github.com/tuqulore/vue-3-practices#readme",
2323
"keywords": [

handson-gallery-shoes-cart-finish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"vue": "^3.2.33"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "6.0.3",
15-
"eslint": "^9.0.0",
14+
"@vitejs/plugin-vue": "6.0.4",
15+
"eslint": "^10.0.0",
1616
"eslint-config-prettier": "^10.0.0",
1717
"eslint-plugin-vue": "^10.0.0",
1818
"prettier": "^3.1.1",

handson-gallery-shoes-finish/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
"vue": "^3.2.33"
1212
},
1313
"devDependencies": {
14-
"@vitejs/plugin-vue": "6.0.3",
15-
"eslint": "^9.0.0",
14+
"@vitejs/plugin-vue": "6.0.4",
15+
"eslint": "^10.0.0",
1616
"eslint-config-prettier": "^10.0.0",
1717
"eslint-plugin-vue": "^10.0.0",
1818
"prettier": "^3.1.1",

0 commit comments

Comments
 (0)