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 23, 2024
1 parent 4ba9695 commit 4b3eaa6
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 36 deletions.
Binary file modified bun.lockb
Binary file not shown.
22 changes: 11 additions & 11 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@
"preview": "nuxt preview"
},
"dependencies": {
"@iconify-json/ph": "^1.1.6",
"@iconify-json/simple-icons": "^1.1.78",
"@nuxt/content": "2.9.0",
"@nuxt/image": "1.0.0",
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.4",
"@nuxt/content": "2.13.2",
"@nuxt/image": "1.8.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@vueuse/core": "^10.6.1",
"@vueuse/nuxt": "^10.6.1"
"@nuxtjs/fontaine": "^0.4.3",
"@nuxtjs/google-fonts": "^3.2.0",
"@vueuse/core": "^10.11.1",
"@vueuse/nuxt": "^10.11.1"
},
"devDependencies": {
"@nuxt/devtools": "^1.0.2",
"nuxt": "^3.8.1",
"nuxt-og-image": "^2.2.4"
"@nuxt/devtools": "^1.5.0",
"nuxt": "^3.13.2",
"nuxt-og-image": "^2.2.6"
}
}
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,19 @@
},
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "^20.9.0",
"bumpp": "^9.2.0",
"@nuxt/test-utils": "^3.14.2",
"@types/node": "^20.16.5",
"bumpp": "^9.5.2",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.53.0",
"eslint-plugin-import": "^2.29.0",
"lint-staged": "^15.1.0",
"pnpm": "8.10.5",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.12.0",
"typescript": "^5.2.2",
"eslint": "8.57.1",
"eslint-plugin-import": "^2.30.0",
"lint-staged": "^15.2.10",
"pnpm": "8.15.9",
"prettier": "^3.3.3",
"rimraf": "^5.0.10",
"simple-git-hooks": "^2.11.1",
"taze": "^0.16.9",
"typescript": "^5.6.2",
"vitest": "^0.34.6"
},
"trustedDependencies": [
Expand Down
18 changes: 9 additions & 9 deletions packages/form-actions-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,17 @@
"dev": "nuxi dev"
},
"dependencies": {
"@nuxt/kit": "3.8.1",
"@vueuse/core": "^10.6.1",
"defu": "^6.1.3",
"esbuild": "^0.19.5",
"h3": "^1.8.2",
"magicast": "^0.3.2",
"nitropack": "2.7.2",
"@nuxt/kit": "3.13.2",
"@vueuse/core": "^10.11.1",
"defu": "^6.1.4",
"esbuild": "^0.24.0",
"h3": "^1.12.0",
"magicast": "^0.3.5",
"nitropack": "2.9.7",
"nuxt": "3.8.1",
"scule": "^1.0.0"
"scule": "^1.3.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.4"
"@nuxt/module-builder": "^0.8.4"
}
}
2 changes: 1 addition & 1 deletion playgrounds/advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@hebilicious/form-actions-nuxt": "latest",
"@hebilicious/server-block-nuxt": "0.3.4",
"@hebilicious/sfc-server-volar": "0.3.4",
"@nuxt/devtools": "^1.0.2",
"@nuxt/devtools": "^1.5.0",
"nuxt": "3.8.1"
}
}
2 changes: 1 addition & 1 deletion playgrounds/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"devDependencies": {
"@hebilicious/form-actions-nuxt": "latest",
"@nuxt/devtools": "^1.0.2",
"@nuxt/devtools": "^1.5.0",
"nuxt": "3.8.1"
}
}
4 changes: 2 additions & 2 deletions playgrounds/vorms-zod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
},
"devDependencies": {
"@hebilicious/form-actions-nuxt": "latest",
"@nuxt/devtools": "^1.0.2",
"@nuxt/devtools": "^1.5.0",
"@vorms/core": "^1.1.0",
"@vorms/resolvers": "^1.1.0",
"nuxt": "3.8.1",
"zod": "^3.22.4"
"zod": "^3.23.8"
}
}

0 comments on commit 4b3eaa6

Please sign in to comment.