patches v1.3.2 #9

Merged
jkeffects merged 3 commits from develop into main 2025-07-23 11:48:12 +00:00
2 changed files with 3368 additions and 6641 deletions
Showing only changes of commit 39928af1c5 - Show all commits

9991
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -12,21 +12,21 @@
},
"dependencies": {
"@offset-dev/strapi-calendar": "^1.0.0",
"@strapi/plugin-color-picker": "5.12.5",
"@strapi/plugin-documentation": "5.12.5",
"@strapi/plugin-graphql": "5.12.5",
"@strapi/plugin-users-permissions": "5.12.5",
"@strapi/strapi": "5.12.5",
"mysql2": "3.9.8",
"pg": "^8.14.1",
"@strapi/plugin-color-picker": "5.18.1",
"@strapi/plugin-documentation": "5.18.1",
"@strapi/plugin-graphql": "5.18.1",
"@strapi/plugin-users-permissions": "5.18.1",
"@strapi/strapi": "5.18.1",
"mysql2": "^3.14.2",
"pg": "^8.16.3",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-router-dom": "^6.0.0",
"strapi-plugin-publisher": "^2.0.0-beta.7",
"strapi-plugin-publisher": "^2.0.3",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/node": "^24",
"@types/react": "^18",
"@types/react-dom": "^18",
"typescript": "^5"