Skip to content

Commit

Permalink
chore(deps): update nuxt devtools and all non-major dependencies (#82)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hebilicious <xsh4k3@gmail.com>
  • Loading branch information
renovate[bot] and Hebilicious authored Nov 13, 2023
1 parent 41aea01 commit b8232c1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 21 deletions.
Binary file modified bun.lockb
Binary file not shown.
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,18 +8,18 @@
},
"dependencies": {
"@iconify-json/ph": "^1.1.6",
"@iconify-json/simple-icons": "^1.1.74",
"@nuxt/content": "2.8.5",
"@nuxt/image": "npm:@nuxt/image-edge@1.0.0-rc.3-28277678.46975fe",
"@iconify-json/simple-icons": "^1.1.78",
"@nuxt/content": "2.9.0",
"@nuxt/image": "1.0.0",
"@nuxt/ui-pro": "npm:@nuxt/ui-pro-edge@latest",
"@nuxtjs/fontaine": "^0.4.1",
"@nuxtjs/google-fonts": "^3.0.2",
"@vueuse/core": "^10.5.0",
"@vueuse/nuxt": "^10.5.0"
"@vueuse/core": "^10.6.1",
"@vueuse/nuxt": "^10.6.1"
},
"devDependencies": {
"@nuxt/devtools": "0.8.5",
"@nuxt/devtools": "^1.0.2",
"nuxt": "^3.8.1",
"nuxt-og-image": "^2.1.1"
"nuxt-og-image": "^2.2.4"
}
}
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"devDependencies": {
"@hebilicious/eslint-config": "0.0.3-beta.3",
"@nuxt/test-utils": "^3.8.1",
"@types/node": "^20.8.3",
"@types/node": "^20.9.0",
"bumpp": "^9.2.0",
"conventional-changelog-cli": "^4.1.0",
"eslint": "8.51.0",
"eslint-plugin-import": "^2.28.1",
"eslint": "8.53.0",
"eslint-plugin-import": "^2.29.0",
"lint-staged": "^15.1.0",
"pnpm": "8.8.0",
"prettier": "^3.0.3",
"pnpm": "8.10.3",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"simple-git-hooks": "^2.9.0",
"taze": "^0.11.3",
"taze": "^0.12.0",
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
Expand Down
10 changes: 5 additions & 5 deletions packages/form-actions-nuxt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,16 @@
},
"dependencies": {
"@nuxt/kit": "3.8.1",
"@vueuse/core": "^10.5.0",
"defu": "^6.1.2",
"esbuild": "^0.19.4",
"@vueuse/core": "^10.6.1",
"defu": "^6.1.3",
"esbuild": "^0.19.5",
"h3": "^1.8.2",
"magicast": "^0.3.0",
"magicast": "^0.3.2",
"nitropack": "2.7.2",
"nuxt": "3.8.1",
"scule": "^1.0.0"
},
"devDependencies": {
"@nuxt/module-builder": "^0.5.2"
"@nuxt/module-builder": "^0.5.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": "^0.8.5",
"@nuxt/devtools": "^1.0.2",
"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": "^0.8.5",
"@nuxt/devtools": "^1.0.2",
"nuxt": "3.8.1"
}
}
2 changes: 1 addition & 1 deletion playgrounds/vorms-zod/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": "^0.8.5",
"@nuxt/devtools": "^1.0.2",
"@vorms/core": "^1.1.0",
"@vorms/resolvers": "^1.1.0",
"nuxt": "3.8.1",
Expand Down

0 comments on commit b8232c1

Please sign in to comment.