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 Jul 12, 2023
1 parent 66dc226 commit a87bd4c
Show file tree
Hide file tree
Showing 6 changed files with 504 additions and 511 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.3"
"vitepress": "1.0.0-beta.5"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "module",
"version": "0.0.1",
"private": true,
"packageManager": "pnpm@8.6.5",
"packageManager": "pnpm@8.6.7",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/server-block-nuxt",
"turbo:build": "turbo run build",
Expand All @@ -15,26 +15,26 @@
"test": "vitest"
},
"devDependencies": {
"@antfu/eslint-config": "^0.39.6",
"@antfu/eslint-config": "^0.39.7",
"@antfu/ni": "^0.21.4",
"@nuxt/test-utils": "^3.6.1",
"@types/node": "^18.16.18",
"@nuxt/test-utils": "^3.6.2",
"@types/node": "^18.16.19",
"bumpp": "^9.1.1",
"conventional-changelog-cli": "^3.0.0",
"eslint": "8.43.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"eslint": "8.44.0",
"esno": "^0.17.0",
"fast-glob": "^3.3.0",
"lint-staged": "^13.2.3",
"pnpm": "8.6.5",
"pnpm": "8.6.7",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"simple-git-hooks": "^2.8.1",
"taze": "^0.10.3",
"taze": "^0.11.2",
"tsup": "^6.7.0",
"turbo": "^1.10.6",
"turbo": "^1.10.7",
"typescript": "^5.1.6",
"unbuild": "^1.2.1",
"vitest": "^0.32.2"
"vitest": "^0.33.0"
},
"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 @@ -41,7 +41,7 @@
"@vue/shared": "^3.3.4",
"consola": "^3.2.3",
"unplugin": "^1.3.2",
"vite": "^4.4.2",
"vite": "^4.4.3",
"vue": "^3.3.4"
}
}

Check failure on line 47 in packages/extract-sfc-block/package.json

View workflow job for this annotation

GitHub Actions / lint

Newline required at end of file but not found
2 changes: 1 addition & 1 deletion packages/server-block-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"dependencies": {
"@hebilicious/extract-sfc-block": "latest",
"@nuxt/kit": "3.6.1",
"@nuxt/kit": "3.6.2",
"defu": "^6.1.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion playgrounds/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.6.4",
"@nuxt/devtools": "^0.6.7",
"nuxt": "latest"
}
}

0 comments on commit a87bd4c

Please sign in to comment.