Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 10, 2023
1 parent 749e3c9 commit 2d1c673
Show file tree
Hide file tree
Showing 5 changed files with 982 additions and 484 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"
}
}
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.0.1",
"private": true,
"packageManager": "[email protected].5",
"packageManager": "[email protected].7",
"scripts": {
"build": "rimraf packages/*/dist && turbo run build --filter=@hebilicious/my-module",
"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",
"eslint": "8.44.0",
"esno": "^0.16.3",
"fast-glob": "^3.2.12",
"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/my-module/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"vite": "*"
},
"dependencies": {
"@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 @@ -8,7 +8,7 @@
"preview": "nuxt preview"
},
"devDependencies": {
"@nuxt/devtools": "^0.6.4",
"@nuxt/devtools": "^0.6.7",
"nuxt": "latest"
}
}
Loading

0 comments on commit 2d1c673

Please sign in to comment.