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 13, 2024
1 parent de6e76f commit b76110e
Show file tree
Hide file tree
Showing 4 changed files with 870 additions and 552 deletions.
4 changes: 2 additions & 2 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@
},
"devDependencies": {
"@iconify-json/carbon": "^1.2.1",
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/devtools-kit": "^1.4.2",
"@nuxt/devtools-ui-kit": "latest",
"@nuxt/kit": "^3.13.1",
"nuxt": "latest",
"vue": "3.4.31",
"vue": "3.5.4",
"vue-router": "latest"
}
}
8 changes: 4 additions & 4 deletions docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@
"@iconify-json/ph": "^1.2.0",
"@iconify-json/simple-icons": "^1.2.2",
"@nuxt/content": "^2.13.2",
"@nuxt/fonts": "^0.7.2",
"@nuxt/fonts": "^0.8.0",
"@nuxt/image": "^1.8.0",
"@nuxt/scripts": "workspace:*",
"@nuxt/ui-pro": "^1.4.1",
"@nuxthq/studio": "^2.0.3",
"@nuxt/ui-pro": "^1.4.2",
"@nuxthq/studio": "^2.1.0",
"@nuxtjs/seo": "^2.0.0-rc.21",
"@vueuse/core": "^11.0.3",
"@vueuse/nuxt": "^11.0.3",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "^1.16.2"
"shiki": "^1.17.5"
}
}
50 changes: 25 additions & 25 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nuxt/scripts",
"type": "module",
"version": "0.8.5",
"packageManager": "pnpm@9.9.0",
"packageManager": "pnpm@9.10.0",
"description": "Load third-party scripts with better performance, privacy and DX in Nuxt Apps.",
"author": {
"website": "https://harlanzw.com",
Expand Down Expand Up @@ -65,14 +65,14 @@
]
},
"dependencies": {
"@nuxt/devtools-kit": "^1.4.1",
"@nuxt/devtools-ui-kit": "^1.4.1",
"@nuxt/devtools-kit": "^1.4.2",
"@nuxt/devtools-ui-kit": "^1.4.2",
"@nuxt/kit": "^3.13.1",
"@types/google.maps": "^3.58.0",
"@types/stripe-v3": "^3.1.33",
"@types/vimeo__player": "^2.18.3",
"@types/youtube": "^0.1.0",
"@unhead/vue": "1.11.1",
"@unhead/vue": "1.11.2",
"@vueuse/core": "^11.0.3",
"consola": "^3.2.3",
"defu": "^6.1.4",
Expand All @@ -84,24 +84,24 @@
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"semver": "^7.6.3",
"shiki": "1.16.2",
"shiki": "1.17.5",
"sirv": "^2.0.4",
"std-env": "^3.7.0",
"third-party-capital": "2.3.0",
"ufo": "^1.5.4",
"unimport": "^3.11.1",
"unplugin": "^1.13.1",
"unimport": "^3.12.0",
"unplugin": "^1.14.1",
"unstorage": "^1.12.0",
"valibot": "^0.41.0"
},
"devDependencies": {
"@nuxt/devtools-ui-kit": "^1.4.1",
"@nuxt/eslint-config": "^0.5.6",
"@nuxt/module-builder": "^0.8.3",
"@nuxt/devtools-ui-kit": "^1.4.2",
"@nuxt/eslint-config": "^0.5.7",
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.14.1",
"@types/semver": "^7.5.8",
"@typescript-eslint/typescript-estree": "^8.4.0",
"@unhead/schema": "1.11.1",
"@typescript-eslint/typescript-estree": "^8.5.0",
"@unhead/schema": "1.11.2",
"acorn-loose": "^8.4.0",
"bumpp": "^9.5.2",
"changelogen": "^0.5.5",
Expand All @@ -111,24 +111,24 @@
"nuxt": "^3.13.1",
"nuxt-scripts-devtools": "workspace:*",
"playwright-core": "^1.47.0",
"typescript": "^5.5.4",
"vitest": "^2.0.5",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"typescript": "^5.6.2",
"vitest": "^2.1.0",
"vue": "^3.5.4",
"vue-router": "^4.4.5"
},
"resolutions": {
"@nuxt/schema": "3.13.0",
"@nuxt/scripts": "workspace:*",
"@unhead/dom": "1.10.2",
"@unhead/schema": "1.11.1",
"@unhead/shared": "1.11.1",
"@unhead/ssr": "1.11.1",
"@unhead/vue": "1.11.1",
"@unhead/dom": "1.11.2",
"@unhead/schema": "1.11.2",
"@unhead/shared": "1.11.2",
"@unhead/ssr": "1.11.2",
"@unhead/vue": "1.11.2",
"nuxt": "^3.13.1",
"nuxt-scripts-devtools": "workspace:*",
"shiki": "1.10.3",
"unhead": "1.11.1",
"vue": "^3.5.3",
"vue-router": "^4.4.3"
"shiki": "1.17.5",
"unhead": "1.11.2",
"vue": "^3.5.4",
"vue-router": "^4.4.5"
}
}
Loading

0 comments on commit b76110e

Please sign in to comment.