chore: update libraries to latest versions

This commit is contained in:
mrjvs
2026-08-07 11:46:23 +02:00
parent 21ae7a4db9
commit c1c6fbbd0a
5 changed files with 10178 additions and 5446 deletions

View File

@@ -4,7 +4,7 @@ ARG app_dir="/home/node/app"
# * Base Node.js image
FROM node:22-alpine AS base
FROM node:24-alpine AS base
ARG app_dir
WORKDIR ${app_dir}

View File

@@ -6,7 +6,7 @@ This repository contains the source code for [our website](https://pretendo.netw
Prerequisites:
- Clone the repository
- Have NodeJS 20 or higher installed
- Have NodeJS 24 or higher installed
Run the following in your terminal:
```bash

View File

@@ -1,7 +1,8 @@
export default defineNuxtConfig({
compatibilityDate: '2024-11-01',
devtools: { enabled: true },
srcDir: './src',
dir: {
public: './src/public',
},
nitro: {
prerender: {
@@ -24,9 +25,8 @@ export default defineNuxtConfig({
},
runtimeConfig: {
apiBase: 'https://api.pretendo.cc',
public: {
apiBase: 'https://api.pretendo.cc',
hCaptchaSitekey: ''
}
},

15595
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -16,17 +16,18 @@
"@hcaptcha/vue3-hcaptcha": "^1.3.0",
"@nuxt/content": "^3.4.0",
"@nuxt/eslint": "^1.3.0",
"@nuxt/fonts": "^0.11.1",
"@nuxt/icon": "^1.11.0",
"@nuxtjs/i18n": "^9.5.3",
"eslint": "^9.24.0",
"feed": "^4.2.2",
"nuxt": "^3.16.2",
"@nuxt/fonts": "^0.14.0",
"@nuxt/icon": "^2.4.1",
"@nuxtjs/i18n": "^10.6.0",
"better-sqlite3": "^12.11.1",
"eslint": "^9.39.5",
"feed": "^6.0.0",
"nuxt": "^4.5.2",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
"vue-router": "^5.2.0"
},
"devDependencies": {
"@pretendonetwork/eslint-config": "^0.0.8",
"@pretendonetwork/eslint-config": "^0.1.4",
"eslint-plugin-vue": "^10.0.0",
"sass-embedded": "^1.86.3"
}