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 Jul 30, 2023
1 parent e70dfc1 commit 5dba66e
Show file tree
Hide file tree
Showing 11 changed files with 428 additions and 409 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
node-version: latest

- name: Install pnpm
uses: pnpm/action-setup@v2.2.4
uses: pnpm/action-setup@v2.4.0
with:
version: latest

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,12 @@
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.4.4",
"@types/node": "^20.4.5",
"@types/shell-quote": "^1.7.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "^0.7.0",
"@nuxt/devtools": "^0.7.1",
"nuxt": "^3.6.5",
"vite-plugin-inspect": "^0.7.33"
},
Expand Down
2 changes: 1 addition & 1 deletion playground/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"vite": "^4.4.7"
}
}
4 changes: 2 additions & 2 deletions playground/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
"vite-plugin-inspect": "^0.7.33"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.17",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"vite": "^4.4.7"
}
}
2 changes: 1 addition & 1 deletion playground/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"license": "MIT",
"devDependencies": {
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
Expand Down
6 changes: 3 additions & 3 deletions playground/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@sveltejs/vite-plugin-svelte": "^2.4.3",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"tslib": "^2.6.1",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"vite": "^4.4.7"
},
"dependencies": {
"vite-inspector": "workspace:*",
Expand Down
14 changes: 7 additions & 7 deletions playground/vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"release": "bumpp package.json --commit --push --tag"
},
"dependencies": {
"@unocss/reset": "^0.53.6",
"@vueuse/core": "^10.2.1",
"unocss": "^0.53.6",
"@unocss/reset": "^0.54.0",
"@vueuse/core": "^10.3.0",
"unocss": "^0.54.0",
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33",
"vue": "^3.3.4",
Expand All @@ -27,22 +27,22 @@
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.18",
"@types/node": "^20.4.4",
"@types/node": "^20.4.5",
"@vitejs/plugin-vue": "^4.2.3",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@vue/test-utils": "^2.4.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"eslint": "^8.46.0",
"happy-dom": "^10.5.2",
"typescript": "^5.1.6",
"unplugin-auto-import-api": "^0.0.2",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-prop": "^0.0.10",
"unplugin-vue-sfc-name": "^0.0.9",
"vite": "^4.4.6",
"vite": "^4.4.7",
"vite-plugin-pages": "^0.31.0",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6"
"vue-tsc": "^1.8.8"
}
}
4 changes: 2 additions & 2 deletions playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
"vite": "^4.4.7",
"vue-tsc": "^1.8.8"
}
}
4 changes: 2 additions & 2 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
"vite": "^4.4.7",
"vue-tsc": "^1.8.8"
}
}

0 comments on commit 5dba66e

Please sign in to comment.