Skip to content

Commit 25bc28d

Browse files
Update all non-major dependencies (#19)
* Update all non-major dependencies * Fix coverage Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Ivan Demchuk <ide@interlogic.com.ua>
1 parent 99de26c commit 25bc28d

File tree

3 files changed

+578
-333
lines changed

3 files changed

+578
-333
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
repository: fluent-vue/examples
6464
path: examples
6565
- name: Setup Node.js
66-
uses: actions/setup-node@v3.2.0
66+
uses: actions/setup-node@v3.4.1
6767
- uses: pnpm/action-setup@v2.2.2
6868
with:
6969
version: 7.x.x

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -62,27 +62,27 @@
6262
"dependencies": {
6363
"@rollup/pluginutils": "^4.2.1",
6464
"magic-string": "^0.26.2",
65-
"unplugin": "^0.8.0"
65+
"unplugin": "^0.9.0"
6666
},
6767
"devDependencies": {
68-
"@antfu/eslint-config-ts": "0.25.2",
68+
"@antfu/eslint-config-ts": "0.26.3",
6969
"@release-it-plugins/lerna-changelog": "5.0.0",
7070
"@types/node": "18.6.1",
71-
"@vitejs/plugin-vue": "3.0.1",
72-
"@vue/compiler-sfc": "3.2.37",
73-
"c8": "7.12.0",
74-
"eslint": "8.20.0",
71+
"@vitejs/plugin-vue": "3.0.3",
72+
"@vitest/coverage-c8": "^0.22.1",
73+
"@vue/compiler-sfc": "3.2.38",
74+
"eslint": "8.23.0",
7575
"execa": "6.1.0",
7676
"husky": "8.0.1",
7777
"lint-staged": "13.0.3",
7878
"memfs": "3.4.7",
79-
"release-it": "15.2.0",
80-
"tsup": "6.2.1",
81-
"typescript": "4.7.4",
82-
"vite": "3.0.4",
79+
"release-it": "15.4.1",
80+
"tsup": "6.2.3",
81+
"typescript": "4.8.2",
82+
"vite": "3.0.9",
8383
"vite-plugin-externals": "0.5.1",
84-
"vitest": "0.20.2",
85-
"vue": "3.2.37",
84+
"vitest": "0.22.1",
85+
"vue": "3.2.38",
8686
"vue-loader": "17.0.0",
8787
"webpack": "5.74.0"
8888
},

0 commit comments

Comments
 (0)