1 Commits

Author SHA1 Message Date
9bc3fc5474 chore(deps): update node.js to v25
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-24 00:41:41 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ name: default
steps: steps:
- name: web_build - name: web_build
image: node:24 image: node:25
volumes: volumes:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build

View File

@@ -43,7 +43,7 @@
"@types/react": "^19.2.14", "@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@types/react-syntax-highlighter": "^15.5.13", "@types/react-syntax-highlighter": "^15.5.13",
"@types/uuid": "^11.0.0", "@types/uuid": "^10.0.0",
"@vitejs/plugin-react": "^6.0.1", "@vitejs/plugin-react": "^6.0.1",
"eslint": "^10.1.0", "eslint": "^10.1.0",
"eslint-plugin-react-dom": "^3.0.0", "eslint-plugin-react-dom": "^3.0.0",