Skip to content

Commit

Permalink
chore: update depd
Browse files Browse the repository at this point in the history
  • Loading branch information
elonehoo committed Sep 15, 2023
1 parent 7286c24 commit d8a9878
Show file tree
Hide file tree
Showing 7 changed files with 959 additions and 1,159 deletions.
6 changes: 3 additions & 3 deletions core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
"vue": "^3.2.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.3",
"tsup": "^7.1.0",
"vite": "^4.4.6"
"@vitejs/plugin-vue": "^4.3.4",
"tsup": "^7.2.0",
"vite": "^4.4.9"
}
}
19 changes: 10 additions & 9 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@vnode-util/docs",
"type": "module",
"version": "0.0.0",
"private": "true",
"description": "Utilities for manipulating Vue 3 VNodes",
Expand All @@ -17,17 +18,17 @@
"serve": "vitepress serve"
},
"dependencies": {
"@iconify-json/carbon": "^1.1.18",
"@unocss/reset": "^0.53.6",
"@vitejs/plugin-vue": "^4.2.3",
"@vueuse/core": "^10.2.1",
"@iconify-json/carbon": "^1.1.21",
"@unocss/reset": "^0.55.7",
"@vitejs/plugin-vue": "^4.3.4",
"@vueuse/core": "^10.4.1",
"esno": "^0.17.0",
"https-localhost": "^4.7.1",
"jiti": "^1.19.1",
"unocss": "^0.53.6",
"unplugin-vue-components": "^0.25.1",
"vite": "^4.4.6",
"vitepress": "1.0.0-beta.6",
"jiti": "^1.20.0",
"unocss": "^0.55.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^4.4.9",
"vitepress": "1.0.0-rc.13",
"vnode-util": "workspace:*",
"workbox-window": "^7.0.0"
}
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@
"lint:fix": "eslint . --fix"
},
"dependencies": {
"@antfu/eslint-config": "^0.39.8",
"eslint": "^8.45.0",
"typescript": "^5.1.6",
"@antfu/eslint-config": "^0.42.0",
"eslint": "^8.49.0",
"typescript": "^5.2.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@types/node": "^20.4.4",
"bumpp": "^9.1.1",
"@types/node": "^20.6.0",
"bumpp": "^9.2.0",
"chalk": "^5.3.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1"
Expand Down
Loading

1 comment on commit d8a9878

@vercel
Copy link

@vercel vercel bot commented on d8a9878 Sep 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

vnode-util-docs – ./

vnode-util.elonehoo.me
vnode-util-docs-elonehoo.vercel.app
vnode-util-docs-git-main-elonehoo.vercel.app

Please sign in to comment.