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 17, 2024
1 parent c1d764d commit 002f56d
Show file tree
Hide file tree
Showing 3 changed files with 1,685 additions and 455 deletions.
6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"@nuxt/devtools-kit": "^1.4.2",
"@nuxt/devtools-ui-kit": "^1.4.2",
"@nuxt/kit": "^3.13.1",
"@vueuse/core": "^11.0.3",
"@vueuse/core": "^11.1.0",
"floating-vue": "^5.2.2",
"json-editor-vue": "^0.16.0",
"nuxt": "latest",
"splitpanes": "^3.1.5",
"vue": "3.5.4",
"vue-router": "^4.4.4"
"vue": "3.5.6",
"vue-router": "^4.4.5"
}
}
44 changes: 22 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"virtual.d.ts"
],
"engines": {
"node": ">=18.0.0"
"node": ">=18.20.4"
},
"scripts": {
"stub": "nuxt-build-module build --stub && nuxt-module-build prepare",
Expand All @@ -55,23 +55,23 @@
"@nuxt/kit": "^3.13.1",
"@resvg/resvg-js": "^2.6.2",
"@resvg/resvg-wasm": "^2.6.2",
"@unocss/core": "^0.62.3",
"@unocss/preset-wind": "^0.62.3",
"@unocss/core": "^0.62.4",
"@unocss/preset-wind": "^0.62.4",
"chrome-launcher": "^1.1.2",
"defu": "^6.1.4",
"execa": "^9.3.1",
"execa": "^9.4.0",
"image-size": "^1.1.1",
"magic-string": "^0.30.11",
"nuxt-site-config": "^2.2.17",
"nuxt-site-config-kit": "^2.2.17",
"nuxt-site-config": "^2.2.18",
"nuxt-site-config-kit": "^2.2.18",
"nypm": "^0.3.11",
"ofetch": "^1.3.4",
"ohash": "^1.1.3",
"ohash": "^1.1.4",
"pathe": "^1.1.2",
"pkg-types": "^1.2.0",
"playwright-core": "^1.47.0",
"playwright-core": "^1.47.1",
"radix3": "^1.1.2",
"satori": "^0.10.14",
"satori": "^0.11.0",
"satori-html": "^0.3.2",
"sirv": "^2.0.4",
"std-env": "^3.7.0",
Expand All @@ -82,14 +82,14 @@
"yoga-wasm-web": "^0.3.3"
},
"devDependencies": {
"@antfu/eslint-config": "^3.6.0",
"@antfu/eslint-config": "^3.6.2",
"@css-inline/css-inline": "^0.14.1",
"@headlessui/vue": "^1.7.23",
"@iconify-json/carbon": "^1.2.1",
"@iconify-json/logos": "^1.2.0",
"@iconify-json/noto": "^1.2.0",
"@iconify-json/ri": "^1.2.0",
"@iconify-json/tabler": "^1.2.2",
"@iconify-json/tabler": "^1.2.3",
"@img/sharp-linux-x64": "0.33.5",
"@nuxt/content": "^2.13.2",
"@nuxt/devtools": "1.4.2",
Expand All @@ -99,29 +99,29 @@
"@nuxt/module-builder": "^0.8.4",
"@nuxt/test-utils": "3.14.1",
"@nuxt/ui": "^2.18.4",
"@nuxtjs/color-mode": "^3.4.4",
"@nuxtjs/color-mode": "^3.5.1",
"@nuxtjs/eslint-config-typescript": "^12.1.0",
"@nuxtjs/i18n": "^8.5.3",
"@nuxtjs/tailwindcss": "^6.12.1",
"@unocss/nuxt": "^0.62.3",
"@unocss/preset-icons": "^0.62.3",
"@unocss/preset-uno": "^0.62.3",
"@unocss/runtime": "^0.62.3",
"@vueuse/nuxt": "^11.0.3",
"@unocss/nuxt": "^0.62.4",
"@unocss/preset-icons": "^0.62.4",
"@unocss/preset-uno": "^0.62.4",
"@unocss/runtime": "^0.62.4",
"@vueuse/nuxt": "^11.1.0",
"bumpp": "^9.5.2",
"eslint": "9.10.0",
"jest-image-snapshot": "^6.4.0",
"nuxt": "^3.13.1",
"playwright": "^1.47.0",
"playwright": "^1.47.1",
"sass": "^1.78.0",
"sharp": "^0.33.5",
"typescript": "^5.6.2",
"unocss": "^0.62.3",
"vitest": "^2.1.0"
"unocss": "^0.62.4",
"vitest": "^2.1.1"
},
"resolutions": {
"vue": "3.5.4",
"vue-router": "4.4.4"
"vue": "3.5.6",
"vue-router": "4.4.5"
},
"build": {
"externals": [
Expand Down
Loading

0 comments on commit 002f56d

Please sign in to comment.