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 Sep 12, 2023
1 parent e70dfc1 commit 2fbc99f
Show file tree
Hide file tree
Showing 11 changed files with 2,366 additions and 1,536 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
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,14 @@
"shell-quote": "^1.8.1"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@antfu/eslint-config": "^0.41.2",
"@types/fs-extra": "^11.0.1",
"@types/node": "^20.4.4",
"@types/node": "^20.6.0",
"@types/shell-quote": "^1.7.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"tsup": "^7.1.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"tsup": "^7.2.0",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
6 changes: 3 additions & 3 deletions playground/nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "^0.7.0",
"nuxt": "^3.6.5",
"vite-plugin-inspect": "^0.7.33"
"@nuxt/devtools": "^0.8.3",
"nuxt": "^3.7.1",
"vite-plugin-inspect": "^0.7.38"
},
"dependencies": {
"vite-inspector": "workspace:*"
Expand Down
8 changes: 4 additions & 4 deletions playground/preact/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
"preview": "vite preview"
},
"dependencies": {
"preact": "^10.16.0",
"preact": "^10.17.1",
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33"
"vite-plugin-inspect": "^0.7.38"
},
"devDependencies": {
"@preact/preset-vite": "^2.5.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
10 changes: 5 additions & 5 deletions playground/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@
"react": "^18.2.0",
"react-dom": "^18.2.0",
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33"
"vite-plugin-inspect": "^0.7.38"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react": "^4.0.3",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"@vitejs/plugin-react": "^4.0.4",
"typescript": "^5.2.2",
"vite": "^4.4.9"
}
}
4 changes: 2 additions & 2 deletions playground/solid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"vite-plugin-solid": "^2.7.0"
},
"dependencies": {
"solid-js": "^1.7.8",
"solid-js": "^1.7.11",
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33"
"vite-plugin-inspect": "^0.7.38"
}
}
16 changes: 8 additions & 8 deletions playground/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
"check": "svelte-check --tsconfig ./tsconfig.json"
},
"devDependencies": {
"@sveltejs/vite-plugin-svelte": "^2.4.2",
"@tsconfig/svelte": "^5.0.0",
"svelte": "^4.1.1",
"svelte-check": "^3.4.6",
"tslib": "^2.6.0",
"typescript": "^5.1.6",
"vite": "^4.4.6"
"@sveltejs/vite-plugin-svelte": "^2.4.5",
"@tsconfig/svelte": "^5.0.2",
"svelte": "^4.2.0",
"svelte-check": "^3.5.1",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.4.9"
},
"dependencies": {
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33"
"vite-plugin-inspect": "^0.7.38"
}
}
34 changes: 17 additions & 17 deletions playground/vue-router/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,33 +16,33 @@
"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.55.7",
"@vueuse/core": "^10.4.1",
"unocss": "^0.55.7",
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-inspect": "^0.7.38",
"vue": "^3.3.4",
"vue-router": "^4.2.4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.8",
"@iconify-json/carbon": "^1.1.18",
"@types/node": "^20.4.4",
"@vitejs/plugin-vue": "^4.2.3",
"@antfu/eslint-config": "^0.41.2",
"@iconify-json/carbon": "^1.1.21",
"@types/node": "^20.6.0",
"@vitejs/plugin-vue": "^4.3.4",
"@vitest/coverage-c8": "^0.33.0",
"@vitest/ui": "^0.33.0",
"@vitest/ui": "^0.34.4",
"@vue/test-utils": "^2.4.1",
"bumpp": "^9.1.1",
"eslint": "^8.45.0",
"happy-dom": "^10.5.2",
"typescript": "^5.1.6",
"bumpp": "^9.2.0",
"eslint": "^8.49.0",
"happy-dom": "^10.11.2",
"typescript": "^5.2.2",
"unplugin-auto-import-api": "^0.0.2",
"unplugin-vue-components": "^0.25.1",
"unplugin-vue-components": "^0.25.2",
"unplugin-vue-prop": "^0.0.10",
"unplugin-vue-sfc-name": "^0.0.9",
"vite": "^4.4.6",
"vite": "^4.4.9",
"vite-plugin-pages": "^0.31.0",
"vitest": "^0.33.0",
"vue-tsc": "^1.8.6"
"vitest": "^0.34.4",
"vue-tsc": "^1.8.10"
}
}
8 changes: 4 additions & 4 deletions playground/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"dependencies": {
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-inspect": "^0.7.38",
"vue": "^2.7.14"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^2.2.0",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
}
}
10 changes: 5 additions & 5 deletions playground/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
},
"dependencies": {
"vite-inspector": "workspace:*",
"vite-plugin-inspect": "^0.7.33",
"vite-plugin-inspect": "^0.7.38",
"vue": "^3.3.4"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"typescript": "^5.1.6",
"vite": "^4.4.6",
"vue-tsc": "^1.8.6"
"@vitejs/plugin-vue": "^4.3.4",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vue-tsc": "^1.8.10"
}
}

0 comments on commit 2fbc99f

Please sign in to comment.