3 Commits

Author SHA1 Message Date
23fc10bb60 Merge branch 'master' into api
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2024-04-10 16:47:31 +00:00
9002b0c4b1 Update node Docker tag to v21
All checks were successful
continuous-integration/drone/push Build is passing
2024-04-10 00:36:27 +00:00
33eaaf2e6b Update dependency typescript to v5
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/pr Build encountered an error
continuous-integration/drone/push Build is failing
2024-04-10 00:12:13 +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:20 image: node:21
volumes: volumes:
- name: web_app - name: web_app
path: /tmp/web_build path: /tmp/web_build

View File

@@ -31,7 +31,7 @@
"react-router-dom": "^6.15.0", "react-router-dom": "^6.15.0",
"react-syntax-highlighter": "^15.5.0", "react-syntax-highlighter": "^15.5.0",
"react-vnc": "^1.0.0", "react-vnc": "^1.0.0",
"typescript": "^4.1.6", "typescript": "^5.0.0",
"uuid": "^9.0.1", "uuid": "^9.0.1",
"vite": "^5.0.8", "vite": "^5.0.8",
"vite-tsconfig-paths": "^4.2.2", "vite-tsconfig-paths": "^4.2.2",