Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Jul 26, 2022
1 parent 3d92952 commit 6c3865c
Show file tree
Hide file tree
Showing 6 changed files with 167 additions and 113 deletions.
2 changes: 1 addition & 1 deletion examples/solid-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vite": "^3.0.3",
"vite-plugin-solid": "^2.3.0"
}
}
2 changes: 1 addition & 1 deletion examples/vite-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"unplugin-icons": "^0.14.7",
"vite": "^3.0.2"
"vite": "^3.0.3"
}
}
2 changes: 1 addition & 1 deletion examples/vite-svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"unplugin-auto-import": "workspace:*",
"vite": "^3.0.2",
"vite": "^3.0.3",
"vite-plugin-inspect": "^0.6.0"
}
}
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,23 +97,23 @@
"local-pkg": "^0.4.2",
"magic-string": "^0.26.2",
"unimport": "^0.6.3",
"unplugin": "^0.7.2"
"unplugin": "^0.8.0"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@antfu/ni": "^0.17.2",
"@types/node": "^18.0.6",
"@types/node": "^18.6.1",
"@types/resolve": "^1.20.2",
"@vueuse/metadata": "^8.9.4",
"@vueuse/metadata": "^9.0.0",
"bumpp": "^8.2.1",
"eslint": "^8.20.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.11",
"rollup": "^2.77.0",
"tsup": "^6.1.3",
"rollup": "^2.77.1",
"tsup": "^6.2.0",
"typescript": "^4.7.4",
"vite": "^3.0.2",
"vitest": "^0.19.0",
"webpack": "^5.73.0"
"vite": "^3.0.3",
"vitest": "^0.19.1",
"webpack": "^5.74.0"
}
}
6 changes: 3 additions & 3 deletions playground/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
"build": "vite build"
},
"dependencies": {
"@vueuse/core": "^8.9.4",
"@vueuse/core": "^9.0.0",
"vue": "3.2.37"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.0.1",
"@vue/compiler-sfc": "^3.2.37",
"element-plus": "^2.2.10",
"unplugin-vue-components": "^0.21.1",
"vite": "^3.0.2",
"unplugin-vue-components": "^0.21.2",
"vite": "^3.0.3",
"vite-plugin-inspect": "^0.6.0"
}
}
Loading

0 comments on commit 6c3865c

Please sign in to comment.