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 Oct 29, 2023
1 parent da28c95 commit 13fdb22
Show file tree
Hide file tree
Showing 7 changed files with 522 additions and 375 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.23"
"vitepress": "1.0.0-rc.24"
}
}
8 changes: 4 additions & 4 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.9.2",
"packageManager": "pnpm@8.10.0",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -18,18 +18,18 @@
"@antfu/ni": "^0.21.8",
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.8.0",
"@types/node": "^18.18.6",
"@types/node": "^18.18.7",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.52.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"lint-staged": "^14.0.1",
"pnpm": "8.9.2",
"pnpm": "8.10.0",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.4",
"taze": "^0.12.0",
"turbo": "^1.10.16",
"typescript": "^5.2.2",
"unbuild": "^2.0.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@
},
"dependencies": {
"@vitejs/plugin-vue": "^4.4.0",
"@vue/shared": "^3.3.6",
"@vue/shared": "^3.3.7",
"consola": "^3.2.3"
},
"devDependencies": {
"unplugin": "^1.5.0",
"vite": "^4.5.0",
"vue": "^3.3.6"
"vue": "^3.3.7"
}
}
2 changes: 1 addition & 1 deletion packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@hebilicious/extract-sfc-block": "latest",
"@nuxt/kit": "3.8.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"defu": "^6.1.3",
"esbuild": "^0.19.5",
"magicast": "^0.3.0"
},
Expand Down
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.19"
"@vue/language-core": "^1.8.22"
}
}
6 changes: 3 additions & 3 deletions playgrounds/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,16 @@
"prisma": "nuxt prepare && npx prisma migrate dev --name init && npx prisma db seed"
},
"dependencies": {
"@prisma/client": "^5.4.2"
"@prisma/client": "^5.5.2"
},
"devDependencies": {
"@hebilicious/server-block-nuxt": "latest",
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/devtools": "latest",
"@types/node": "^18.18.6",
"@types/node": "^18.18.7",
"esno": "^0.17.0",
"nuxt": "^3.8.0",
"prisma": "^5.4.2"
"prisma": "^5.5.2"
},
"prisma": {
"seed": "esno prisma/seed.ts",
Expand Down
Loading

0 comments on commit 13fdb22

Please sign in to comment.