Author SHA1 Message Date
renovate[bot] 7873968c81 Update dependency react-dom to v19
renovate/artifacts Artifact file update failure
Test / Basic (pull_request) Failing after 21s
2026-07-25 00:01:43 +00:00
renovate[bot] 6ac4785243 Update all digest updates
Test / Basic (pull_request) Successful in 3m55s
Test / Basic (push) Successful in 2m55s
2026-07-24 00:03:16 +00:00
4 changed files with 718 additions and 1008 deletions
+332 -409
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -45,7 +45,7 @@
"@types/react-dom": "^19.2.3",
"prettier": "^3.8.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-dom": "^19.0.0",
"react-router-dom": "^6.30.3",
"styled-components": "^6.3.8",
"typescript": "^5.9.3"
+381 -594
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -17,14 +17,14 @@
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"dependencies": {
"@strapi/plugin-cloud": "5.50.2",
"@strapi/plugin-users-permissions": "5.50.2",
"@strapi/strapi": "5.50.2",
"@strapi/plugin-cloud": "5.51.0",
"@strapi/plugin-users-permissions": "5.51.0",
"@strapi/strapi": "5.51.0",
"better-sqlite3": "13.0.1",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-dom": "^19.0.0",
"react-router-dom": "^6.0.0",
"strapi-plugin-checkbox-list": "file:.yalc/strapi-plugin-checkbox-list",
"styled-components": "^6.0.0"