diff options
| author | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-07 10:36:04 +0300 |
|---|---|---|
| committer | renovate[bot] <renovatebot@noreply.localhost> | 2026-02-07 10:36:04 +0300 |
| commit | c4875c92ff005c2eff6f90ef4232999499ee6fd2 (patch) | |
| tree | 08574f8bf4c69780c3c5842a82b4292350e97f96 | |
| parent | b1a853bbb90d79927c0a736cfd4daef711bb0e08 (diff) | |
| download | strapi-plugin-checkbox-list-c4875c92ff005c2eff6f90ef4232999499ee6fd2.tar.xz strapi-plugin-checkbox-list-c4875c92ff005c2eff6f90ef4232999499ee6fd2.zip | |
Update dependency react-router-dom to v7renovate/major-react-router-monorepo
| -rw-r--r-- | package.json | 2 | ||||
| -rw-r--r-- | playground/package.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/package.json b/package.json index 11d824d..0b950a4 100644 --- a/package.json +++ b/package.json @@ -46,7 +46,7 @@ "prettier": "^3.8.1", "react": "^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", "typescript": "^5.9.3" }, diff --git a/playground/package.json b/playground/package.json index db446f5..97a5fe4 100644 --- a/playground/package.json +++ b/playground/package.json @@ -25,7 +25,7 @@ "mime-types": "^3.0.0", "react": "^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", "styled-components": "^6.0.0" }, |
