1 Commits

Author SHA1 Message Date
2536f659e6 Update all digest updates to v5.41.1
All checks were successful
Test / Basic (pull_request) Successful in 3m18s
Test / Basic (push) Successful in 2m43s
2026-04-02 00:04:37 +00:00
4 changed files with 718 additions and 2500 deletions

1718
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -48,7 +48,7 @@
"react-dom": "^18.3.1",
"react-router-dom": "^6.30.3",
"styled-components": "^6.3.8",
"typescript": "^6.0.0"
"typescript": "^5.9.3"
},
"peerDependencies": {
"@strapi/sdk-plugin": "^5.4.0",

File diff suppressed because it is too large Load Diff

View File

@@ -17,9 +17,9 @@
"upgrade:dry": "npx @strapi/upgrade latest --dry"
},
"dependencies": {
"@strapi/plugin-cloud": "5.40.0",
"@strapi/plugin-users-permissions": "5.40.0",
"@strapi/strapi": "5.40.0",
"@strapi/plugin-cloud": "5.41.1",
"@strapi/plugin-users-permissions": "5.41.1",
"@strapi/strapi": "5.41.1",
"better-sqlite3": "12.8.0",
"fs-extra": "^11.0.0",
"mime-types": "^3.0.0",
@@ -35,7 +35,7 @@
"@types/react-dom": "^18",
"jest": "^30.0.0",
"supertest": "^7.0.0",
"typescript": "^6.0.0"
"typescript": "^5"
},
"engines": {
"node": ">=20.0.0 <=24.x.x",