1 Commits

Author SHA1 Message Date
0abb582eb3 Update Node.js to v25
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2026-01-13 00:26:16 +00:00
3 changed files with 6 additions and 6 deletions

View File

@@ -6,7 +6,7 @@ name: default
steps:
# Frontend
- name: web_build
image: node:23
image: node:25
volumes:
- name: web_app
path: /tmp/web_build

View File

@@ -28,7 +28,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^24.10.7",
"@types/node": "^25.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
@@ -1500,9 +1500,9 @@
"license": "MIT"
},
"node_modules/@types/node": {
"version": "24.10.7",
"resolved": "https://registry.npmjs.org/@types/node/-/node-24.10.7.tgz",
"integrity": "sha512-+054pVMzVTmRQV8BhpGv3UyfZ2Llgl8rdpDTon+cUH9+na0ncBVXj3wTUKh14+Kiz18ziM3b4ikpP5/Pc0rQEQ==",
"version": "25.0.6",
"resolved": "https://registry.npmjs.org/@types/node/-/node-25.0.6.tgz",
"integrity": "sha512-NNu0sjyNxpoiW3YuVFfNz7mxSQ+S4X2G28uqg2s+CzoqoQjLPsWSbsFFyztIAqt2vb8kfEAsJNepMGPTxFDx3Q==",
"dev": true,
"license": "MIT",
"peer": true,

View File

@@ -30,7 +30,7 @@
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@types/node": "^24.10.7",
"@types/node": "^25.0.6",
"@types/react": "^19.2.8",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",