2 Commits

Author SHA1 Message Date
109a3b5742 Merge pull request 'chore(deps): update dependency @types/uuid to v11' (#511) from renovate/uuid-11.x into master
All checks were successful
continuous-integration/drone/push Build is passing
2026-03-24 00:41:42 +00:00
5d6490a084 chore(deps): update dependency @types/uuid to v11
Some checks failed
renovate/artifacts Artifact file update failure
continuous-integration/drone/push Build is failing
continuous-integration/drone/pr Build is passing
2026-03-24 00:41:38 +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:25 image: node:24
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": "^10.0.0", "@types/uuid": "^11.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",