Skip to content

Commit

Permalink
Merge pull request #1112 from activist-org/update-frontend-deps-01-2024
Browse files Browse the repository at this point in the history
Update Nuxt and other frontend dependencies - WIP check tests
  • Loading branch information
andrewtavis authored Jan 30, 2025
2 parents 8fc3154 + d86c6c4 commit 98eccb4
Show file tree
Hide file tree
Showing 3 changed files with 1,000 additions and 1,481 deletions.
3 changes: 3 additions & 0 deletions frontend/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,7 @@ export default defineNuxtConfig({
console.log("App instance resolved:", app);
},
},
nitro: {
preset: "netlify-static",
},
});
56 changes: 28 additions & 28 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"name": "activist",
"private": true,
"scripts": {
"build": "nuxt build",
"build:local": "env-cmd -f ../.env.dev nuxt build",
"dev": "nuxt dev",
"dev:local": "env-cmd -f ../.env.dev nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"build": "nuxi build",
"build:local": "env-cmd -f ../.env.dev nuxi build",
"dev": "nuxi dev",
"dev:local": "env-cmd -f ../.env.dev nuxi dev",
"generate": "nuxi generate",
"preview": "nuxi preview",
"postinstall": "nuxi prepare",
"test": "vitest run --run",
"test:local": "cross-env TEST_ENV=local playwright test",
"test:prod": "cross-env TEST_ENV=prod playwright test",
Expand All @@ -23,75 +23,75 @@
"@nuxt/eslint": "0.7.5",
"@nuxt/eslint-config": "0.7.5",
"@nuxt/test-utils": "3.15.4",
"@nuxtjs/color-mode": "3.5.1",
"@nuxtjs/color-mode": "3.5.2",
"@nuxtjs/device": "3.2.4",
"@nuxtjs/i18n": "9.1.3",
"@nuxtjs/tailwindcss": "6.12.2",
"@pinia/nuxt": "0.9.0",
"@playwright/test": "1.49.1",
"@testing-library/vue": "8.1.0",
"@types/node": "22.7.5",
"@types/node": "22.12.0",
"@types/uuid": "10.0.0",
"@types/zxcvbn": "4.4.5",
"@vue/test-utils": "2.4.6",
"@vueuse/core": "12.5.0",
"@vueuse/nuxt": "12.5.0",
"axe-core": "4.10.0",
"axe-core": "4.10.2",
"axe-html-reporter": "2.2.11",
"cross-env": "7.0.3",
"env-cmd": "10.1.0",
"eslint": "9.19.0",
"eslint-plugin-vue": "9.32.0",
"eslint-plugin-vuejs-accessibility": "2.4.1",
"happy-dom": "15.11.6",
"nuxt": "3.13.2",
"nuxt": "3.15.3",
"nuxt-icon": "0.6.10",
"playwright": "1.49",
"prettier": "3.4.2",
"prettier-plugin-tailwindcss": "0.6.11",
"rollup": "4.24.0",
"typescript": "5.7.2",
"rollup": "4.32.1",
"typescript": "5.7.3",
"vite": "6.0.11",
"vitest": "2.1.8",
"vue": "3.5.12",
"vue": "3.5.13",
"vue-tsc": "2.2.0"
},
"dependencies": {
"@axe-core/playwright": "4.10.0",
"@maplibre/maplibre-gl-directions": "0.7.2",
"@nuxtjs/axios": "5.13.6",
"@nuxtjs/plausible": "1.0.3",
"@nuxtjs/plausible": "1.2.0",
"@opentelemetry/api": "1.9.0",
"@popperjs/core": "2.11.8",
"@somushq/vue3-friendly-captcha": "1.0.2",
"@types/geojson": "7946.0.14",
"@types/geojson": "7946.0.16",
"@unocss/reset": "65.4.3",
"axios": "1.7.7",
"dotenv": "16.4.5",
"axios": "1.7.9",
"dotenv": "16.4.7",
"eslint-config-prettier": "10.0.1",
"eslint-flat-config-utils": "2.0.0",
"floating-vue": "5.2.2",
"maplibre-gl": "4.7.1",
"nuxt-mail": "5.1.1",
"pinia": "2.3.1",
"pinia-plugin-persistedstate": "4.1.2",
"pinia-plugin-persistedstate": "4.2.0",
"playwright-core": "1.49",
"postcss": "8.4.47",
"postcss-custom-properties": "14.0.2",
"postcss": "8.5.1",
"postcss-custom-properties": "14.0.4",
"qrcode": "1.5.4",
"qrcode.vue": "3.5.0",
"qrcode.vue": "3.6.0",
"reduced-motion": "1.0.4",
"swiper": "11.1.14",
"swiper": "11.2.1",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.17",
"unocss": "65.4.3",
"uuid": "11.0.0",
"v-calendar": "3.1.1",
"uuid": "11.0.5",
"v-calendar": "3.1.2",
"vue-socials": "2.0.5",
"vue-sonner": "1.2.1",
"vue-sonner": "1.3.0",
"vuedraggable": "4.1.0",
"wait-on": "8.0.1",
"zod": "3.23.8",
"wait-on": "8.0.2",
"zod": "3.24.1",
"zxcvbn": "4.4.2"
},
"resolutions": {
Expand Down
Loading

0 comments on commit 98eccb4

Please sign in to comment.