Browse Source

update packages

pull/1397/head
Bernd Storath 8 months ago
parent
commit
4cb531dfa7
  1. 2
      package.json
  2. 32
      src/package.json
  3. 2554
      src/pnpm-lock.yaml

2
package.json

@ -5,5 +5,5 @@
"dev": "docker compose -f docker-compose.dev.yml up",
"build": "docker build -t wg-easy ."
},
"packageManager": "pnpm@9.13.0"
"packageManager": "pnpm@9.15.0"
}

32
src/package.json

@ -18,42 +18,42 @@
},
"dependencies": {
"@eschricht/nuxt-color-mode": "^1.1.5",
"@nuxtjs/i18n": "^9.0.0",
"@nuxtjs/i18n": "^9.1.1",
"@nuxtjs/tailwindcss": "^6.12.2",
"@pinia/nuxt": "^0.7.0",
"@pinia/nuxt": "^0.9.0",
"@tailwindcss/forms": "^0.5.9",
"apexcharts": "^4.0.0",
"apexcharts": "^4.2.0",
"argon2": "^0.41.1",
"basic-auth": "^2.0.1",
"cidr-tools": "^11.0.2",
"crc-32": "^1.2.2",
"debug": "^4.3.7",
"debug": "^4.4.0",
"ip-bigint": "^8.2.0",
"is-ip": "^5.0.1",
"js-sha256": "^0.11.0",
"lowdb": "^7.0.1",
"nuxt": "^3.14.159",
"pinia": "^2.2.6",
"nuxt": "^3.14.1592",
"pinia": "^2.3.0",
"qrcode": "^1.5.4",
"radix-vue": "^1.9.9",
"radix-vue": "^1.9.11",
"semver": "^7.6.3",
"tailwindcss": "^3.4.14",
"tailwindcss": "^3.4.16",
"timeago.js": "^4.0.2",
"vue": "latest",
"vue3-apexcharts": "^1.7.0",
"zod": "^3.23.8"
"vue3-apexcharts": "^1.8.0",
"zod": "^3.24.1"
},
"devDependencies": {
"@nuxt/eslint-config": "^0.6.1",
"@nuxt/eslint-config": "^0.7.3",
"@types/debug": "^4.1.12",
"@types/qrcode": "^1.5.5",
"@types/semver": "^7.5.8",
"eslint": "^9.14.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"typescript": "^5.6.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "^5.7.2",
"vue-tsc": "^2.1.10"
},
"packageManager": "pnpm@9.13.0"
"packageManager": "pnpm@9.15.0"
}

2554
src/pnpm-lock.yaml

File diff suppressed because it is too large
Loading…
Cancel
Save