1 Commits

Author SHA1 Message Date
350be8ffbb Update dependency react-router-dom to v7
Some checks failed
renovate/artifacts Artifact file update failure
Test / Basic (pull_request) Failing after 32s
2026-02-07 09:37:29 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -46,7 +46,7 @@
"prettier": "^3.8.1", "prettier": "^3.8.1",
"react": "^18.3.1", "react": "^18.3.1",
"react-dom": "^18.3.1", "react-dom": "^18.3.1",
"react-router-dom": "^6.30.3", "react-router-dom": "^7.0.0",
"styled-components": "^6.3.8", "styled-components": "^6.3.8",
"typescript": "^5.9.3" "typescript": "^5.9.3"
}, },

View File

@@ -25,7 +25,7 @@
"mime-types": "^3.0.0", "mime-types": "^3.0.0",
"react": "^18.0.0", "react": "^18.0.0",
"react-dom": "^18.0.0", "react-dom": "^18.0.0",
"react-router-dom": "^6.0.0", "react-router-dom": "^7.0.0",
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list", "strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
"styled-components": "^6.0.0" "styled-components": "^6.0.0"
}, },