Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanprobst committed Jun 24, 2024
1 parent f1f6759 commit 3e1403c
Show file tree
Hide file tree
Showing 5 changed files with 1,316 additions and 1,070 deletions.
3 changes: 1 addition & 2 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,10 @@ export default defineNuxtConfig({
content: {
defaultLocale,
locales: Object.keys(localesMap),
markdown: {},
},
css: ["@fontsource-variable/inter/slnt.css", "tailwindcss/tailwind.css", "@/styles/index.css"],
devtools: {
enabled: process.env.NODE_ENV === "development",
enabled: true,
},
experimental: {
componentIslands: {
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"node": "20.x",
"pnpm": "9.x"
},
"packageManager": "pnpm@9.3.0",
"packageManager": "pnpm@9.4.0",
"scripts": {
"analyze": "nuxt analyze",
"build": "nuxt build --dotenv ./.env.local",
Expand Down Expand Up @@ -45,35 +45,35 @@
"@vueuse/nuxt": "^10.11.0",
"cva": "^1.0.0-beta.1",
"fast-glob": "^3.3.2",
"lucide-vue-next": "^0.395.0",
"lucide-vue-next": "^0.396.0",
"nuxt": "^3.12.2",
"pino-http": "^10.1.0",
"satori": "^0.10.13",
"valibot": "^0.33.2",
"vue": "^3.4.29",
"valibot": "^0.34.0",
"vue": "^3.4.30",
"vue-i18n": "^9.13.1",
"vue-i18n-routing": "^1.2.0",
"vue-router": "^4.3.3"
"vue-router": "^4.4.0"
},
"devDependencies": {
"@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.12",
"@acdh-oeaw/eslint-config": "^1.0.9",
"@acdh-oeaw/eslint-config-nuxt": "^1.0.15",
"@acdh-oeaw/eslint-config-playwright": "^1.0.9",
"@acdh-oeaw/eslint-config-vue": "^1.0.14",
"@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.3.3",
"@acdh-oeaw/tsconfig": "^1.1.1",
"@nuxt/devtools": "^1.3.6",
"@playwright/test": "^1.44.1",
"@types/node": "^20.14.5",
"@types/node": "^20.14.8",
"axe-core": "^4.9.1",
"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.17.3",
"eslint-plugin-tailwindcss": "^3.17.4",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.7",
"npm-run-all2": "^6.2.0",
Expand All @@ -83,9 +83,9 @@
"simple-git-hooks": "^2.11.1",
"stylelint": "^16.6.1",
"tailwindcss": "^3.4.4",
"typescript": "^5.4.5",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.21"
"vue-tsc": "^2.0.22"
},
"browserslist": {
"development": [
Expand Down
Loading

0 comments on commit 3e1403c

Please sign in to comment.