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 Aug 9, 2023
1 parent e6eb0e7 commit 56d9de1
Show file tree
Hide file tree
Showing 7 changed files with 413 additions and 363 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-beta.7"
"vitepress": "1.0.0-rc.4"
}
}
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": "[email protected].11",
"packageManager": "[email protected].12",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -18,14 +18,14 @@
"@antfu/ni": "^0.21.5",
"@hebilicious/eslint-config": "0.0.3-beta.2",
"@nuxt/test-utils": "^3.6.5",
"@types/node": "^18.17.3",
"@types/node": "^18.17.4",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "8.46.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.2.3",
"pnpm": "8.6.11",
"pnpm": "8.6.12",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/extract-sfc-block/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
"devDependencies": {
"unplugin": "^1.4.0",
"vite": "^4.4.8",
"vite": "^4.4.9",
"vue": "^3.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"@nuxt/kit": "3.6.5",
"consola": "^3.2.3",
"defu": "^6.1.2",
"esbuild": "^0.18.18",
"esbuild": "^0.19.0",
"magicast": "^0.2.10"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/basic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"devDependencies": {
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/devtools": "^0.7.4",
"@nuxt/devtools": "^0.7.5",
"nuxt": "latest"
}
}
2 changes: 1 addition & 1 deletion playgrounds/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@hebilicious/server-block-nuxt": "latest",
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/devtools": "latest",
"@types/node": "^18.17.3",
"@types/node": "^18.17.4",
"esno": "^0.17.0",
"nuxt": "^3.6.5",
"prisma": "^5.1.1"
Expand Down
Loading

0 comments on commit 56d9de1

Please sign in to comment.