Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 1, 2023
1 parent f8620bf commit be971c6
Show file tree
Hide file tree
Showing 7 changed files with 1,259 additions and 1,553 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.4"
"vitepress": "1.0.0-rc.10"
}
}
20 changes: 10 additions & 10 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.6.12",
"packageManager": "pnpm@8.7.1",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -15,25 +15,25 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/ni": "^0.21.5",
"@antfu/ni": "^0.21.7",
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.6.5",
"@types/node": "^18.17.8",
"@nuxt/test-utils": "^3.7.0",
"@types/node": "^18.17.12",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.0.0",
"eslint": "8.47.0",
"eslint": "8.48.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.1",
"lint-staged": "^13.3.0",
"pnpm": "8.6.12",
"prettier": "^3.0.2",
"pnpm": "8.7.1",
"prettier": "^3.0.3",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.2",
"turbo": "^1.10.12",
"typescript": "^5.1.6",
"turbo": "^1.10.13",
"typescript": "^5.2.2",
"unbuild": "^1.2.1",
"vitest": "^0.34.2"
"vitest": "^0.34.3"
},
"simple-git-hooks": {
"pre-commit": "npx lint-staged"
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 @@ -38,7 +38,7 @@
"build": "unbuild && pnpm run dts"
},
"dependencies": {
"@vitejs/plugin-vue": "^4.3.3",
"@vitejs/plugin-vue": "^4.3.4",
"@vue/shared": "^3.3.4",
"consola": "^3.2.3"
},
Expand Down
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.6.5",
"@nuxt/kit": "3.7.0",
"consola": "^3.2.3",
"defu": "^6.1.2",
"esbuild": "^0.19.2",
"magicast": "^0.2.10"
},
"devDependencies": {
"@nuxt/module-builder": "^0.4.0"
"@nuxt/module-builder": "^0.5.1"
}
}
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.8.0",
"@nuxt/devtools": "^0.8.2",
"nuxt": "latest"
}
}
4 changes: 2 additions & 2 deletions playgrounds/prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
"@hebilicious/server-block-nuxt": "latest",
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/devtools": "latest",
"@types/node": "^18.17.8",
"@types/node": "^18.17.12",
"esno": "^0.17.0",
"nuxt": "^3.6.5",
"nuxt": "^3.7.0",
"prisma": "^5.2.0"
},
"prisma": {
Expand Down
Loading

0 comments on commit be971c6

Please sign in to comment.