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 Dec 29, 2023
1 parent 05f22b5 commit c13cd89
Show file tree
Hide file tree
Showing 7 changed files with 1,287 additions and 1,066 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@
"preview": "vitepress preview"
},
"devDependencies": {
"vitepress": "1.0.0-rc.32"
"vitepress": "1.0.0-rc.33"
}
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.3.4",
"private": true,
"packageManager": "pnpm@8.12.1",
"packageManager": "pnpm@8.13.1",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -25,11 +25,11 @@
"esno": "^0.17.0",
"fast-glob": "^3.3.2",
"lint-staged": "^14.0.1",
"pnpm": "8.12.1",
"pnpm": "8.13.1",
"prettier": "^3.1.1",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.0",
"taze": "^0.13.1",
"turbo": "^1.11.2",
"typescript": "^5.3.3",
"unbuild": "^2.0.0",
Expand Down
8 changes: 4 additions & 4 deletions packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@
"build": "unbuild && pnpm run dts"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"@vue/shared": "^3.3.13",
"@vitejs/plugin-vue": "^4.6.0",
"@vue/shared": "^3.4.0",
"consola": "^3.2.3"
},
"devDependencies": {
"unplugin": "^1.5.1",
"unplugin": "^1.6.0",
"vite": "^4.5.0",
"vue": "^3.3.13"
"vue": "^3.4.0"
}
}
4 changes: 2 additions & 2 deletions packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
},
"dependencies": {
"@hebilicious/extract-sfc-block": "latest",
"@nuxt/kit": "3.8.2",
"@nuxt/kit": "3.9.0",
"consola": "^3.2.3",
"defu": "^6.1.3",
"esbuild": "^0.19.10",
"magicast": "^0.3.2"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4"
"@nuxt/module-builder": "^0.5.5"
}
}
2 changes: 1 addition & 1 deletion packages/sfc-server-volar/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@
"build": "unbuild && pnpm run dts"
},
"devDependencies": {
"@vue/language-core": "^1.8.26"
"@vue/language-core": "^1.8.27"
}
}
2 changes: 1 addition & 1 deletion playgrounds/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@nuxt/devtools": "latest",
"@types/node": "^18.19.3",
"esno": "^0.17.0",
"nuxt": "^3.8.2",
"nuxt": "^3.9.0",
"prisma": "^5.7.1"
},
"prisma": {
Expand Down
Loading

0 comments on commit c13cd89

Please sign in to comment.