Skip to content

Commit

Permalink
chore: update nuxt to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Mar 18, 2024
1 parent 170577e commit afd7cce
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 511 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.x",
"pnpm": "8.x"
},
"packageManager": "[email protected].4",
"packageManager": "[email protected].5",
"scripts": {
"analyze": "nuxt analyze",
"build": "nuxt build --dotenv ./.env.local",
Expand Down Expand Up @@ -39,51 +39,51 @@
"@nuxt/content": "^2.12.1",
"@nuxt/image": "^1.4.0",
"@nuxtjs/color-mode": "^3.3.2",
"@nuxtjs/i18n": "^8.1.1",
"@nuxtjs/i18n": "^8.2.0",
"@vueuse/core": "^10.9.0",
"@vueuse/nuxt": "^10.9.0",
"cva": "^1.0.0-beta.1",
"fast-glob": "^3.3.2",
"lucide-vue-next": "^0.350.0",
"lucide-vue-next": "^0.358.0",
"pino-http": "^9.0.0",
"satori": "^0.10.13",
"vue": "^3.4.21",
"vue-i18n": "^9.10.1",
"vue-i18n": "^9.10.2",
"vue-i18n-routing": "^1.2.0",
"vue-router": "^4.3.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@acdh-oeaw/eslint-config": "^1.0.6",
"@acdh-oeaw/eslint-config-nuxt": "^1.0.12",
"@acdh-oeaw/eslint-config": "^1.0.7",
"@acdh-oeaw/eslint-config-nuxt": "^1.0.13",
"@acdh-oeaw/eslint-config-playwright": "^1.0.7",
"@acdh-oeaw/eslint-config-vue": "^1.0.11",
"@acdh-oeaw/eslint-config-vue": "^1.0.12",
"@acdh-oeaw/prettier-config": "^2.0.0",
"@acdh-oeaw/stylelint-config": "^2.0.1",
"@acdh-oeaw/tailwindcss-preset": "^0.0.22",
"@acdh-oeaw/tsconfig": "^1.0.2",
"@nuxt/devtools": "^1.0.8",
"@playwright/test": "^1.42.1",
"@types/node": "^20.11.25",
"@types/node": "^20.11.28",
"axe-core": "^4.8.4",
"axe-playwright": "^2.0.1",
"ci-info": "^4.0.0",
"dotenv": "^16.4.5",
"dotenv-expand": "^11.0.6",
"eslint": "^8.57.0",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-tailwindcss": "^3.15.1",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.2",
"npm-run-all2": "^6.1.2",
"nuxt": "^3.10.3",
"postcss": "^8.4.35",
"nuxt": "^3.11.0",
"postcss": "^8.4.36",
"prettier": "^3.2.5",
"schema-dts": "^1.1.2",
"simple-git-hooks": "^2.10.0",
"simple-git-hooks": "^2.11.0",
"stylelint": "^16.2.1",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.2",
"vite": "^5.1.5",
"vite": "^5.1.6",
"vue-tsc": "^2.0.6"
},
"browserslist": {
Expand Down
Loading

0 comments on commit afd7cce

Please sign in to comment.