Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: upgrade deps #1394

Merged
merged 11 commits into from
Apr 5, 2024
Merged
9 changes: 8 additions & 1 deletion nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,13 @@ export default defineNuxtConfig({
provider: 'ipxStatic',
},
},

$test: {
experimental: {
componentIslands: true,
},
},

devtools: { enabled: true },
runtimeConfig: {
voteUrl: '',
Expand Down Expand Up @@ -48,7 +55,6 @@ export default defineNuxtConfig({
},

experimental: {
componentIslands: true,
defaults: {
useAsyncData: {
deep: false,
Expand Down Expand Up @@ -147,6 +153,7 @@ export default defineNuxtConfig({

image: {
domains: [
'devoxx.gr',
'static-cdn.jtvnw.net',
'avatars.githubusercontent.com',
's3.nl-ams.scw.cloud',
Expand Down
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,69 +29,69 @@
"@iconify-json/svg-spinners": "^1.1.2",
"@iconify-json/tabler": "^1.1.109",
"@nuxt/content": "2.12.1",
"@nuxt/eslint": "0.3.0-beta.2",
"@nuxt/fonts": "0.4.0",
"@nuxt/image": "1.4.0",
"@nuxt/eslint": "0.3.0-beta.9",
"@nuxt/fonts": "0.6.1",
"@nuxt/image": "1.5.0",
"@nuxtjs/color-mode": "3.3.3",
"@nuxtjs/html-validator": "1.6.0",
"@nuxtjs/plausible": "0.2.4",
"@nuxtjs/html-validator": "1.7.1",
"@nuxtjs/plausible": "1.0.0",
"@nuxtjs/web-vitals": "0.2.6",
"@unhead/vue": "^1.8.20",
"@unocss/nuxt": "^0.58.6",
"@unocss/postcss": "^0.58.6",
"@unocss/reset": "^0.58.6",
"@unhead/vue": "^1.9.4",
"@unocss/nuxt": "^0.58.9",
"@unocss/postcss": "^0.58.9",
"@unocss/reset": "^0.58.9",
"defu": "^6.1.4",
"feed": "^4.2.2",
"globby": "^14.0.1",
"gray-matter": "4.0.3",
"h3": "^1.11.1",
"image-meta": "^0.2.0",
"knitwork": "^1.0.0",
"knitwork": "^1.1.0",
"magic-regexp": "0.8.0",
"magic-string": "^0.30.8",
"magic-string": "^0.30.9",
"masto": "^6.7.0",
"mlly": "^1.6.1",
"nuxt": "3.11.1",
"nuxt": "3.11.2",
"nuxt-time": "^0.1.3",
"partykit": "0.0.100",
"partykit": "0.0.102",
"partysocket": "^1.0.1",
"pathe": "^1.1.2",
"postcss-nesting": "^12.1.0",
"postcss-nesting": "^12.1.1",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"rollup-plugin-node-polyfills": "^0.2.1",
"std-env": "^3.7.0",
"ufo": "^1.5.3",
"unenv": "^1.9.0",
"unocss": "^0.58.6",
"unplugin": "^1.10.0",
"unocss": "^0.58.9",
"unplugin": "^1.10.1",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@commitlint/cli": "19.2.1",
"@commitlint/config-conventional": "19.1.0",
"@nuxt/test-utils": "3.12.0",
"@playwright/test": "1.42.1",
"@playwright/test": "1.43.0",
"@vue/test-utils": "2.4.5",
"eslint": "8.57.0",
"execa": "8.0.1",
"happy-dom": "14.2.0",
"happy-dom": "14.5.1",
"lint-staged": "15.2.2",
"ofetch": "1.3.3",
"playwright-core": "1.42.1",
"rollup": "4.13.0",
"simple-git-hooks": "2.11.0",
"stylelint": "16.2.1",
"ofetch": "1.3.4",
"playwright-core": "1.43.0",
"rollup": "4.14.0",
"simple-git-hooks": "2.11.1",
"stylelint": "16.3.1",
"stylelint-config-recommended-vue": "1.5.0",
"stylelint-config-standard": "36.0.0",
"typescript": "5.4.3",
"typescript": "5.4.4",
"vitest": "1.4.0",
"vue-tsc": "2.0.7"
"vue-tsc": "2.0.10"
},
"simple-git-hooks": {
"commit-msg": "npx commitlint --edit $1",
"pre-commit": "npx lint-staged"
},
"packageManager": "[email protected].5"
"packageManager": "[email protected].6"
}
Loading
Loading