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 Sep 14, 2024
1 parent b21e2d3 commit bb1ecbe
Show file tree
Hide file tree
Showing 6 changed files with 2,437 additions and 2,101 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.40"
"vitepress": "1.3.4"
}
}
26 changes: 13 additions & 13 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.15.1",
"packageManager": "pnpm@8.15.9",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious*",
"build:all": "turbo run build",
Expand All @@ -15,23 +15,23 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/ni": "^0.21.12",
"@antfu/ni": "^0.23.0",
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.11.0",
"@types/node": "^18.19.10",
"bumpp": "^9.3.0",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^18.19.50",
"bumpp": "^9.5.2",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.56.0",
"eslint": "8.57.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.2",
"lint-staged": "^14.0.1",
"pnpm": "8.15.1",
"prettier": "^3.2.4",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.13.1",
"turbo": "^1.11.3",
"typescript": "^5.3.3",
"pnpm": "8.15.9",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.9",
"turbo": "^1.13.4",
"typescript": "^5.6.2",
"unbuild": "^2.0.0",
"vitest": "^0.34.6"
},
Expand Down
6 changes: 3 additions & 3 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.6.2",
"@vue/shared": "^3.4.15",
"@vue/shared": "^3.5.5",
"consola": "^3.2.3"
},
"devDependencies": {
"unplugin": "^1.6.0",
"unplugin": "^1.14.1",
"vite": "^4.5.0",
"vue": "^3.4.15"
"vue": "^3.5.5"
}
}
8 changes: 4 additions & 4 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.9.3",
"@nuxt/kit": "3.13.1",
"consola": "^3.2.3",
"defu": "^6.1.4",
"esbuild": "^0.20.0",
"magicast": "^0.3.3"
"esbuild": "^0.23.1",
"magicast": "^0.3.5"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.5"
"@nuxt/module-builder": "^0.8.4"
}
}
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.8.1"
"@prisma/client": "^5.19.1"
},
"devDependencies": {
"@hebilicious/server-block-nuxt": "latest",
"@hebilicious/sfc-server-volar": "latest",
"@nuxt/devtools": "latest",
"@types/node": "^18.19.10",
"@types/node": "^18.19.50",
"esno": "^0.17.0",
"nuxt": "^3.9.3",
"prisma": "^5.8.1"
"prisma": "^5.19.1"
},
"prisma": {
"seed": "esno prisma/seed.ts",
Expand Down
Loading

0 comments on commit bb1ecbe

Please sign in to comment.