mirror of
https://github.com/He4eT/simple-spaceapi.git
synced 2026-05-04 17:37:24 +00:00
Update Strapi
This commit is contained in:
parent
23d75043f2
commit
728d623cb5
2 changed files with 272 additions and 251 deletions
517
package-lock.json
generated
517
package-lock.json
generated
|
|
@ -8,9 +8,9 @@
|
||||||
"name": "simple-space-api",
|
"name": "simple-space-api",
|
||||||
"version": "0.1.0",
|
"version": "0.1.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.11.3",
|
"@strapi/plugin-cloud": "5.12.0",
|
||||||
"@strapi/plugin-users-permissions": "5.11.3",
|
"@strapi/plugin-users-permissions": "5.12.0",
|
||||||
"@strapi/strapi": "5.11.3",
|
"@strapi/strapi": "5.12.0",
|
||||||
"better-sqlite3": "11.3.0",
|
"better-sqlite3": "11.3.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
|
|
@ -43,13 +43,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/generator": {
|
"node_modules/@babel/generator": {
|
||||||
"version": "7.26.10",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.27.0.tgz",
|
||||||
"integrity": "sha512-rRHT8siFIXQrAYOYqZQVsAr8vJ+cBNqcVAY6m5V8/4QqzaPl+zDBe6cLEPRDuNOUf3ww8RfJVlOyQMoSI+5Ang==",
|
"integrity": "sha512-VybsKvpiN1gU1sdMZIp7FcqphVVKEwcuj02x73uvcHE0PTihx1nlBcowYWhDwjpoAXRv43+gDzyggGnn1XZhVw==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/parser": "^7.26.10",
|
"@babel/parser": "^7.27.0",
|
||||||
"@babel/types": "^7.26.10",
|
"@babel/types": "^7.27.0",
|
||||||
"@jridgewell/gen-mapping": "^0.3.5",
|
"@jridgewell/gen-mapping": "^0.3.5",
|
||||||
"@jridgewell/trace-mapping": "^0.3.25",
|
"@jridgewell/trace-mapping": "^0.3.25",
|
||||||
"jsesc": "^3.0.2"
|
"jsesc": "^3.0.2"
|
||||||
|
|
@ -90,12 +90,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/parser": {
|
"node_modules/@babel/parser": {
|
||||||
"version": "7.26.10",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.27.0.tgz",
|
||||||
"integrity": "sha512-6aQR2zGE/QFi8JpDLjUZEPYOs7+mhKXm86VaKFiLP35JQwQb6bwUE+XbvkH0EptsYhbNBSUGaUBLKqxH1xSgsA==",
|
"integrity": "sha512-iaepho73/2Pz7w2eMS0Q5f83+0RKI7i4xmiYeBmDzfRVbQtTOG7Ts0S4HzJVsTMGI9keU8rNfuZr8DKfSt7Yyg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/types": "^7.26.10"
|
"@babel/types": "^7.27.0"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
"parser": "bin/babel-parser.js"
|
"parser": "bin/babel-parser.js"
|
||||||
|
|
@ -117,9 +117,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/runtime-corejs3": {
|
"node_modules/@babel/runtime-corejs3": {
|
||||||
"version": "7.26.10",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.26.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.27.0.tgz",
|
||||||
"integrity": "sha512-uITFQYO68pMEYR46AHgQoyBg7KPPJDAbGn4jUTIRgCFJIp88MIBUianVOplhZDEec07bp9zIyr4Kp0FCyQzmWg==",
|
"integrity": "sha512-UWjX6t+v+0ckwZ50Y5ShZLnlk95pP5MyW/pon9tiYzl3+18pkTHTFNTKr7rQbfRXPkowt2QAn30o1b6oswszew==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js-pure": "^3.30.2",
|
"core-js-pure": "^3.30.2",
|
||||||
|
|
@ -130,30 +130,30 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/template": {
|
"node_modules/@babel/template": {
|
||||||
"version": "7.26.9",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.26.9.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/template/-/template-7.27.0.tgz",
|
||||||
"integrity": "sha512-qyRplbeIpNZhmzOysF/wFMuP9sctmh2cFzRAZOn1YapxBsE1i9bJIY586R/WBLfLcmcBlM8ROBiQURnnNy+zfA==",
|
"integrity": "sha512-2ncevenBqXI6qRMukPlXwHKHchC7RyMuu4xv5JBXRfOGVcTy1mXCD12qrp7Jsoxll1EV3+9sE4GugBVRjT2jFA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.26.2",
|
"@babel/code-frame": "^7.26.2",
|
||||||
"@babel/parser": "^7.26.9",
|
"@babel/parser": "^7.27.0",
|
||||||
"@babel/types": "^7.26.9"
|
"@babel/types": "^7.27.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6.9.0"
|
"node": ">=6.9.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/traverse": {
|
"node_modules/@babel/traverse": {
|
||||||
"version": "7.26.10",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.26.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.27.0.tgz",
|
||||||
"integrity": "sha512-k8NuDrxr0WrPH5Aupqb2LCVURP/S0vBEn5mK6iH+GIYob66U5EtoZvcdudR2jQ4cmTwhEwW1DLB+Yyas9zjF6A==",
|
"integrity": "sha512-19lYZFzYVQkkHkl4Cy4WrAVcqBkgvV2YM2TU3xG6DIwO7O3ecbDPfW3yM3bjAGcqcQHi+CCtjMR3dIEHxsd6bA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/code-frame": "^7.26.2",
|
"@babel/code-frame": "^7.26.2",
|
||||||
"@babel/generator": "^7.26.10",
|
"@babel/generator": "^7.27.0",
|
||||||
"@babel/parser": "^7.26.10",
|
"@babel/parser": "^7.27.0",
|
||||||
"@babel/template": "^7.26.9",
|
"@babel/template": "^7.27.0",
|
||||||
"@babel/types": "^7.26.10",
|
"@babel/types": "^7.27.0",
|
||||||
"debug": "^4.3.1",
|
"debug": "^4.3.1",
|
||||||
"globals": "^11.1.0"
|
"globals": "^11.1.0"
|
||||||
},
|
},
|
||||||
|
|
@ -162,9 +162,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@babel/types": {
|
"node_modules/@babel/types": {
|
||||||
"version": "7.26.10",
|
"version": "7.27.0",
|
||||||
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.10.tgz",
|
"resolved": "https://registry.npmjs.org/@babel/types/-/types-7.27.0.tgz",
|
||||||
"integrity": "sha512-emqcG3vHrpxUKTrxcblR36dcrcoRDvKmnL/dCL6ZsHaShW80qxCAcNhzQZrpeM765VzEos+xOi4s+r4IXzTwdQ==",
|
"integrity": "sha512-H45s8fVLYjbhFH62dIJ3WtmJ6RSPt/3DRO0ZcT2SUiYiQyz3BLVb9ADEnLl91m74aQPS3AzzeajZHYOalWe3bg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@babel/helper-string-parser": "^7.25.9",
|
"@babel/helper-string-parser": "^7.25.9",
|
||||||
|
|
@ -2968,9 +2968,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"node_modules/@rushstack/node-core-library": {
|
"node_modules/@rushstack/node-core-library": {
|
||||||
"version": "5.12.0",
|
"version": "5.13.0",
|
||||||
"resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.12.0.tgz",
|
"resolved": "https://registry.npmjs.org/@rushstack/node-core-library/-/node-core-library-5.13.0.tgz",
|
||||||
"integrity": "sha512-QSwwzgzWoil1SCQse+yCHwlhRxNv2dX9siPnAb9zR/UmMhac4mjMrlMZpk64BlCeOFi1kJKgXRkihSwRMbboAQ==",
|
"integrity": "sha512-IGVhy+JgUacAdCGXKUrRhwHMTzqhWwZUI+qEPcdzsb80heOw0QPbhhoVsoiMF7Klp8eYsp7hzpScMXmOa3Uhfg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"ajv": "~8.13.0",
|
"ajv": "~8.13.0",
|
||||||
|
|
@ -3039,12 +3039,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rushstack/terminal": {
|
"node_modules/@rushstack/terminal": {
|
||||||
"version": "0.15.1",
|
"version": "0.15.2",
|
||||||
"resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.1.tgz",
|
"resolved": "https://registry.npmjs.org/@rushstack/terminal/-/terminal-0.15.2.tgz",
|
||||||
"integrity": "sha512-3vgJYwumcjoDOXU3IxZfd616lqOdmr8Ezj4OWgJZfhmiBK4Nh7eWcv8sU8N/HdzXcuHDXCRGn/6O2Q75QvaZMA==",
|
"integrity": "sha512-7Hmc0ysK5077R/IkLS9hYu0QuNafm+TbZbtYVzCMbeOdMjaRboLKrhryjwZSRJGJzu+TV1ON7qZHeqf58XfLpA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rushstack/node-core-library": "5.12.0",
|
"@rushstack/node-core-library": "5.13.0",
|
||||||
"supports-color": "~8.1.1"
|
"supports-color": "~8.1.1"
|
||||||
},
|
},
|
||||||
"peerDependencies": {
|
"peerDependencies": {
|
||||||
|
|
@ -3072,12 +3072,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@rushstack/ts-command-line": {
|
"node_modules/@rushstack/ts-command-line": {
|
||||||
"version": "4.23.6",
|
"version": "4.23.7",
|
||||||
"resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.23.6.tgz",
|
"resolved": "https://registry.npmjs.org/@rushstack/ts-command-line/-/ts-command-line-4.23.7.tgz",
|
||||||
"integrity": "sha512-7WepygaF3YPEoToh4MAL/mmHkiIImQq3/uAkQX46kVoKTNOOlCtFGyNnze6OYuWw2o9rxsyrHVfIBKxq/am2RA==",
|
"integrity": "sha512-Gr9cB7DGe6uz5vq2wdr89WbVDKz0UeuFEn5H2CfWDe7JvjFFaiV15gi6mqDBTbHhHCWS7w8mF1h3BnIfUndqdA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@rushstack/terminal": "0.15.1",
|
"@rushstack/terminal": "0.15.2",
|
||||||
"@types/argparse": "1.0.38",
|
"@types/argparse": "1.0.38",
|
||||||
"argparse": "~1.0.9",
|
"argparse": "~1.0.9",
|
||||||
"string-argv": "~0.3.1"
|
"string-argv": "~0.3.1"
|
||||||
|
|
@ -3161,9 +3161,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/admin": {
|
"node_modules/@strapi/admin": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/admin/-/admin-5.12.0.tgz",
|
||||||
"integrity": "sha512-td4l8aBNTzDMoSPw3MF7yAEOM+UJKzVARXbU78PnuoH5bz1WSxUL1w4Ww/SZcj8qtM1af6XFRoYBbB97rqYrgQ==",
|
"integrity": "sha512-5wLIFCAOTVY6yGUujl4UfE21p1zuWuTuAwttcFHJz2CofhD+ka44b7UnWDaSpAOXLWFz9Y4omDwVQMNwA+/VXA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "6.5.0",
|
"@casl/ability": "6.5.0",
|
||||||
|
|
@ -3173,10 +3173,10 @@
|
||||||
"@reduxjs/toolkit": "1.9.7",
|
"@reduxjs/toolkit": "1.9.7",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/permissions": "5.11.3",
|
"@strapi/permissions": "5.12.0",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/typescript-utils": "5.11.3",
|
"@strapi/typescript-utils": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"@testing-library/dom": "10.1.0",
|
"@testing-library/dom": "10.1.0",
|
||||||
"@testing-library/react": "15.0.7",
|
"@testing-library/react": "15.0.7",
|
||||||
"@testing-library/user-event": "14.5.2",
|
"@testing-library/user-event": "14.5.2",
|
||||||
|
|
@ -3254,13 +3254,33 @@
|
||||||
"node": ">=14.17"
|
"node": ">=14.17"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@strapi/admin/node_modules/use-context-selector": {
|
||||||
|
"version": "1.4.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz",
|
||||||
|
"integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"peerDependencies": {
|
||||||
|
"react": ">=16.8.0",
|
||||||
|
"react-dom": "*",
|
||||||
|
"react-native": "*",
|
||||||
|
"scheduler": ">=0.19.0"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"react-dom": {
|
||||||
|
"optional": true
|
||||||
|
},
|
||||||
|
"react-native": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@strapi/cloud-cli": {
|
"node_modules/@strapi/cloud-cli": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/cloud-cli/-/cloud-cli-5.12.0.tgz",
|
||||||
"integrity": "sha512-zEDwfsnLdmhpDkj5/YsBn354SSwJpl5DQLZC8Lac+enGR5qn8ayqpt1QeoQSYIeVyGy+GDSNLLZm+KP3i2cvHQ==",
|
"integrity": "sha512-2zfCxD0aZ5iZjYAxXBg5zbb7pGcVMS8k0AibROtY4p3dF+8BNuifc0GsAd0m7Lsm2mh+NV1t/tBuKUuxMpGAqg==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"axios": "1.8.2",
|
"axios": "1.8.2",
|
||||||
"boxen": "5.1.2",
|
"boxen": "5.1.2",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
|
|
@ -3290,9 +3310,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/content-manager": {
|
"node_modules/@strapi/content-manager": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/content-manager/-/content-manager-5.12.0.tgz",
|
||||||
"integrity": "sha512-rQPOoCPyPtGFQsCwwsXZWSL1g9sXQBmRTQoKsR6CEsIyIhShPZaYkfatvAtjM7TXc8C9FmZtpdqaNUlx6R76oQ==",
|
"integrity": "sha512-oeFUgTrzKuIc/z+51QsbpU3oN855slnlCosRNQBZcflxlebb2TlsTbhVs8niJcdU6FcQY8/lmglABiR32B95ZQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@radix-ui/react-toolbar": "1.0.4",
|
"@radix-ui/react-toolbar": "1.0.4",
|
||||||
|
|
@ -3300,8 +3320,8 @@
|
||||||
"@sindresorhus/slugify": "1.1.0",
|
"@sindresorhus/slugify": "1.1.0",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"codemirror5": "npm:codemirror@^5.65.11",
|
"codemirror5": "npm:codemirror@^5.65.11",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
"fractional-indexing": "3.2.0",
|
"fractional-indexing": "3.2.0",
|
||||||
|
|
@ -3320,7 +3340,7 @@
|
||||||
"markdown-it-sub": "^1.0.0",
|
"markdown-it-sub": "^1.0.0",
|
||||||
"markdown-it-sup": "1.0.0",
|
"markdown-it-sup": "1.0.0",
|
||||||
"node-schedule": "2.1.1",
|
"node-schedule": "2.1.1",
|
||||||
"prismjs": "^1.29.0",
|
"prismjs": "1.30.0",
|
||||||
"qs": "6.11.1",
|
"qs": "6.11.1",
|
||||||
"react-dnd": "16.0.1",
|
"react-dnd": "16.0.1",
|
||||||
"react-dnd-html5-backend": "16.0.1",
|
"react-dnd-html5-backend": "16.0.1",
|
||||||
|
|
@ -3348,17 +3368,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/content-releases": {
|
"node_modules/@strapi/content-releases": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/content-releases/-/content-releases-5.12.0.tgz",
|
||||||
"integrity": "sha512-dc//pvlcQxo9eFbQ01t2P65X3c/5hvQrkd1/UdlNKrHOEtvptYQaQ1kKbhtc3z6rFF8ofwWBPqCW4JKLumTr9Q==",
|
"integrity": "sha512-FXqNEcjmavlpCDmFiWAs5AEsIDMwpI4HWnGNt34iuRrnfT+d6sO8uswhYnEVfh+XenjKmaguqPWOiP+HfgZj5A==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "1.9.7",
|
"@reduxjs/toolkit": "1.9.7",
|
||||||
"@strapi/database": "5.11.3",
|
"@strapi/database": "5.12.0",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
"date-fns-tz": "2.0.1",
|
"date-fns-tz": "2.0.1",
|
||||||
"formik": "2.4.5",
|
"formik": "2.4.5",
|
||||||
|
|
@ -3383,17 +3403,17 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/content-type-builder": {
|
"node_modules/@strapi/content-type-builder": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/content-type-builder/-/content-type-builder-5.12.0.tgz",
|
||||||
"integrity": "sha512-SrZSYii51/4oup5ZYRDqdtCgNoeU2MrU4TxpTAVl38wnXL0hcF39deOsWl63ld0Jm2YuY1TCz7Zj2+aDezsznQ==",
|
"integrity": "sha512-DAgGe0xBxoIOmeMChYGfsbJ8/NfBoiWA1bRZJcv8f7dQHPgeborMN/QWm6r1kkc1FkbdCQVnbfaXH9GsGfOHaw==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "1.9.7",
|
"@reduxjs/toolkit": "1.9.7",
|
||||||
"@sindresorhus/slugify": "1.1.0",
|
"@sindresorhus/slugify": "1.1.0",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/generators": "5.11.3",
|
"@strapi/generators": "5.12.0",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
"immer": "9.0.21",
|
"immer": "9.0.21",
|
||||||
|
|
@ -3417,22 +3437,22 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/core": {
|
"node_modules/@strapi/core": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/core/-/core-5.12.0.tgz",
|
||||||
"integrity": "sha512-Sx6m7TZraVIVs/OxD/w8OnAgjm5SkFM6AveIIceQHIDaT2KxN3rnKu4TzN/83R9qSF5GeNnIrsy04P3PGT0Fig==",
|
"integrity": "sha512-T5qj7veBcewOgOmi8RslNa2bnCZr82S3vY/fCCDNYmEwjDKA0knI9KQ4GsJURZzPFpEzcEckfLVdMH5T89gS3A==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@koa/cors": "5.0.0",
|
"@koa/cors": "5.0.0",
|
||||||
"@koa/router": "12.0.2",
|
"@koa/router": "12.0.2",
|
||||||
"@paralleldrive/cuid2": "2.2.2",
|
"@paralleldrive/cuid2": "2.2.2",
|
||||||
"@strapi/admin": "5.11.3",
|
"@strapi/admin": "5.12.0",
|
||||||
"@strapi/database": "5.11.3",
|
"@strapi/database": "5.12.0",
|
||||||
"@strapi/generators": "5.11.3",
|
"@strapi/generators": "5.12.0",
|
||||||
"@strapi/logger": "5.11.3",
|
"@strapi/logger": "5.12.0",
|
||||||
"@strapi/permissions": "5.11.3",
|
"@strapi/permissions": "5.12.0",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/typescript-utils": "5.11.3",
|
"@strapi/typescript-utils": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"boxen": "5.1.2",
|
"boxen": "5.1.2",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
|
|
@ -3524,14 +3544,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/data-transfer": {
|
"node_modules/@strapi/data-transfer": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/data-transfer/-/data-transfer-5.12.0.tgz",
|
||||||
"integrity": "sha512-kX/ZaKeF2sq2+5UJc+sEEL/bo7IPNmPo3q6wmILbhxMugz0UKiHc6apQrAcPFaXhNW25zerAAtIksbUbpu4uqA==",
|
"integrity": "sha512-cGwZxrrBubZx2jv2E1YUx0Tx4ditA9XXqv7VL7jcEQ9s/BJZztLJkzCgcV+rauOtoVBwbxKavt9PXAFv36J6JQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/logger": "5.11.3",
|
"@strapi/logger": "5.12.0",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"cli-table3": "0.6.5",
|
"cli-table3": "0.6.5",
|
||||||
"commander": "8.3.0",
|
"commander": "8.3.0",
|
||||||
|
|
@ -3553,13 +3573,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/database": {
|
"node_modules/@strapi/database": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/database/-/database-5.12.0.tgz",
|
||||||
"integrity": "sha512-QRcqEM9Z6ek35R1VknRiR0Gs5HAax1VRqsq11KSB4Fjb0nnXZIfYnrXoNZUG7iIE0Vbq4dub4fcr2W81d8D8Vg==",
|
"integrity": "sha512-TARs30fuc+iSdRrkU+SLUDYhwizwE+qfEcd0BNCPRdqN6bR8vXA5MYzmA9VRb6LFwimHKJ43gjxEZQZbZAcLfA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@paralleldrive/cuid2": "2.2.2",
|
"@paralleldrive/cuid2": "2.2.2",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"ajv": "8.16.0",
|
"ajv": "8.16.0",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
"debug": "4.3.4",
|
"debug": "4.3.4",
|
||||||
|
|
@ -3614,15 +3634,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/email": {
|
"node_modules/@strapi/email": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/email/-/email-5.12.0.tgz",
|
||||||
"integrity": "sha512-V8taEVFef0tinkLFUozbG3zuzaaoOJZPFa443wTbLbctzOXFCwKgjpBORKX2lu95nWZFdPhFDPNFItVoarlSkQ==",
|
"integrity": "sha512-x02vbZT7A9kU6FTgylfQngoySD5aBEtt5+lQ7yNukncSf3pwjtkN/DWBQ+VgWaLV5ET6teWMk5KYkrnPmYP8Jw==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/provider-email-sendmail": "5.11.3",
|
"@strapi/provider-email-sendmail": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"koa2-ratelimit": "^1.1.3",
|
"koa2-ratelimit": "^1.1.3",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"react-intl": "6.6.2",
|
"react-intl": "6.6.2",
|
||||||
|
|
@ -3643,14 +3663,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/generators": {
|
"node_modules/@strapi/generators": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/generators/-/generators-5.12.0.tgz",
|
||||||
"integrity": "sha512-e1c4Utcx6bTCSLuMYn2ykum5m99MMGDOEpPAIYsvAb/eigYuZeHhgqa8MxpOavO0kwwyNjbE8PJoAFBhRyTk6g==",
|
"integrity": "sha512-o4StQUTJp+mZxgyYs4i23oGTllMp9L9rfjoXmP0m1jfG1VySU2CDElaZHELTilx6Zhrezc7DXnY3XsH/9z9AaA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sindresorhus/slugify": "1.1.0",
|
"@sindresorhus/slugify": "1.1.0",
|
||||||
"@strapi/typescript-utils": "5.11.3",
|
"@strapi/typescript-utils": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
"copyfiles": "2.4.1",
|
"copyfiles": "2.4.1",
|
||||||
"fs-extra": "11.2.0",
|
"fs-extra": "11.2.0",
|
||||||
|
|
@ -3664,15 +3684,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/i18n": {
|
"node_modules/@strapi/i18n": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/i18n/-/i18n-5.12.0.tgz",
|
||||||
"integrity": "sha512-b2YOUDTl1D9DRSn7g3vVrvB7bGIrpZkbgf6LHe69S7TyZMw29BV8QXhY1+z0hEZU+XntgQ+Qk7xr9LNCOed08g==",
|
"integrity": "sha512-IxMcUqu+RQ0WX9Ydx+2o0LeHDXdkV0q9AFS7GvvlNv3AOhE1up6ZDsN7Pn7YeAvC6rau/Rjgd8jg6Tg2LhwxRw==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "1.9.7",
|
"@reduxjs/toolkit": "1.9.7",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"qs": "6.11.1",
|
"qs": "6.11.1",
|
||||||
"react-intl": "6.6.2",
|
"react-intl": "6.6.2",
|
||||||
|
|
@ -3704,9 +3724,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/logger": {
|
"node_modules/@strapi/logger": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/logger/-/logger-5.12.0.tgz",
|
||||||
"integrity": "sha512-1OKnbr8ty2I/ImYn+/RfCJxkieH8ejCKqviGKP5Xr7cmtTsUud1/sMJnifbl8XgfItp/xS7PPKx8blefn/Cz+w==",
|
"integrity": "sha512-SnLblrPkZVZGYsfze0r51ufq5JJ4XZmFfQdXe5vmRkLXoSvJ/rS2tNcxhwKM/W59q0H+sHLzqY4Zh+/6CusByw==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
|
|
@ -3718,13 +3738,13 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/permissions": {
|
"node_modules/@strapi/permissions": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/permissions/-/permissions-5.12.0.tgz",
|
||||||
"integrity": "sha512-mv4pC9cSZAw+eUt+rDu5cUUozq5MbIu7nJkJMHlcE4Pu+dPv9dqKemYHtEjXdosK7eJ8TzJAItkzMhEF5iIzMg==",
|
"integrity": "sha512-ct+NNnW3GOZ7juiy4vkE7v9ILNl/I+inwDEaYdtUWYv93rr+kUCFTFMfOelWtCi4GDeuR/e4QgoSAI3ixJyzWA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "6.5.0",
|
"@casl/ability": "6.5.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"lodash": "4.17.21",
|
"lodash": "4.17.21",
|
||||||
"qs": "6.11.1",
|
"qs": "6.11.1",
|
||||||
"sift": "16.0.1"
|
"sift": "16.0.1"
|
||||||
|
|
@ -3735,9 +3755,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/plugin-cloud": {
|
"node_modules/@strapi/plugin-cloud": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/plugin-cloud/-/plugin-cloud-5.12.0.tgz",
|
||||||
"integrity": "sha512-2fDBvlI1D0NWlbAXFirbFJjsRS6yzgkST1zeykys543XY3vhuBpoWcl2CBe/H+g/gQaEIgf8FXDW/RoaWNq4QQ==",
|
"integrity": "sha512-2hzNhZI5eKo0UaXBV9MLGgHaCg2dIAnqKzi3HeKu8gFCk4nvnqtiTdhtcDUs68yS8AfurBsYW+Xlx/pigjVAgg==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
|
|
@ -3757,14 +3777,14 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/plugin-users-permissions": {
|
"node_modules/@strapi/plugin-users-permissions": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/plugin-users-permissions/-/plugin-users-permissions-5.12.0.tgz",
|
||||||
"integrity": "sha512-2k8/9Jy2GmppDvpa2RMm3bPDe4fxqppzd6KkP8GDr5RsHJiPzvHDSu7Ohbe56IjSa6YtfDwAo18BfrtNV3cwFA==",
|
"integrity": "sha512-vzJdckBAr+HfKH50vVsMmlXamTvpcgapCgjbNzRaEM4RMUG56aKz5HZmgtbAaMEdtovxHGgxSZQ6Cu4hQV6xnA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"bcryptjs": "2.4.3",
|
"bcryptjs": "2.4.3",
|
||||||
"formik": "2.4.5",
|
"formik": "2.4.5",
|
||||||
"grant": "^5.4.8",
|
"grant": "^5.4.8",
|
||||||
|
|
@ -3795,12 +3815,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/provider-email-sendmail": {
|
"node_modules/@strapi/provider-email-sendmail": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/provider-email-sendmail/-/provider-email-sendmail-5.12.0.tgz",
|
||||||
"integrity": "sha512-cXjzlCiKfMIsMXeSx3omol2w58c4O28Scu9fdzlBn3MGDpYVU1tAHEtkhas9n0rXyeLD/4+GfwuPAh1J+ord1A==",
|
"integrity": "sha512-/l624cLPUYQhrkM1HPgm870oJmAavYyTYFUtSoF1TZYuKtZQhlythk441IB09+6yVw4KDfsbbC70GD0f5NRlGQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"sendmail": "^1.6.1"
|
"sendmail": "^1.6.1"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -3809,12 +3829,12 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/provider-upload-local": {
|
"node_modules/@strapi/provider-upload-local": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/provider-upload-local/-/provider-upload-local-5.12.0.tgz",
|
||||||
"integrity": "sha512-Q69ooKY7TG9P2C6eJFdyQgB4q1gWFTKDpZByAuCwUaZDhkoNp2P9/G7j/NE2JBVjBQICkVB4WrHqZ9btVYZp+w==",
|
"integrity": "sha512-ulS7lIDSQUzMVCowJyFbNprqwJL7psGsZVmUPEqaZIIdlCn7nHSjCJNqYM2D8qga+k4Jags8yD7Kz+Jef+N+tw==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"fs-extra": "11.2.0"
|
"fs-extra": "11.2.0"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -3823,15 +3843,15 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/review-workflows": {
|
"node_modules/@strapi/review-workflows": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/review-workflows/-/review-workflows-5.12.0.tgz",
|
||||||
"integrity": "sha512-BQT5uZ5oenXVOxk/wdLPupTKIZCHyGrs9Gmdu9c0Q/Kk0FEk+1hySk6gescuzszLkfO96IizjNn6lks+S/l7Wg==",
|
"integrity": "sha512-bZwoVYhRYT5fFy6CTXfmPxm3BLq0d7sZTxXfMVvr9pEtCwv/Bx0aU1BtElxvR8r+I/9vNypQfA9+XVrqnCIzdg==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@reduxjs/toolkit": "1.9.7",
|
"@reduxjs/toolkit": "1.9.7",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"fractional-indexing": "3.2.0",
|
"fractional-indexing": "3.2.0",
|
||||||
"react-dnd": "16.0.1",
|
"react-dnd": "16.0.1",
|
||||||
"react-dnd-html5-backend": "16.0.1",
|
"react-dnd-html5-backend": "16.0.1",
|
||||||
|
|
@ -3854,30 +3874,30 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/strapi": {
|
"node_modules/@strapi/strapi": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/strapi/-/strapi-5.12.0.tgz",
|
||||||
"integrity": "sha512-PomcxnKKS6QN+WNSUkHeI7DTpy5GQ8PzdRsLQmt2WCopkr0513VJGfcNJT1dxyijXklUp01BlSf+WqLHXhCcVw==",
|
"integrity": "sha512-2BGcIgz6qr9zT4s/i96L0h/uuuo2/Co7hWH1dKBdkEmi6BLkNqmKOYA4O7znTx6gI3wNbbD2Kr7+ApVxAuKHwQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
|
||||||
"@strapi/admin": "5.11.3",
|
"@strapi/admin": "5.12.0",
|
||||||
"@strapi/cloud-cli": "5.11.3",
|
"@strapi/cloud-cli": "5.12.0",
|
||||||
"@strapi/content-manager": "5.11.3",
|
"@strapi/content-manager": "5.12.0",
|
||||||
"@strapi/content-releases": "5.11.3",
|
"@strapi/content-releases": "5.12.0",
|
||||||
"@strapi/content-type-builder": "5.11.3",
|
"@strapi/content-type-builder": "5.12.0",
|
||||||
"@strapi/core": "5.11.3",
|
"@strapi/core": "5.12.0",
|
||||||
"@strapi/data-transfer": "5.11.3",
|
"@strapi/data-transfer": "5.12.0",
|
||||||
"@strapi/database": "5.11.3",
|
"@strapi/database": "5.12.0",
|
||||||
"@strapi/email": "5.11.3",
|
"@strapi/email": "5.12.0",
|
||||||
"@strapi/generators": "5.11.3",
|
"@strapi/generators": "5.12.0",
|
||||||
"@strapi/i18n": "5.11.3",
|
"@strapi/i18n": "5.12.0",
|
||||||
"@strapi/logger": "5.11.3",
|
"@strapi/logger": "5.12.0",
|
||||||
"@strapi/permissions": "5.11.3",
|
"@strapi/permissions": "5.12.0",
|
||||||
"@strapi/review-workflows": "5.11.3",
|
"@strapi/review-workflows": "5.12.0",
|
||||||
"@strapi/types": "5.11.3",
|
"@strapi/types": "5.12.0",
|
||||||
"@strapi/typescript-utils": "5.11.3",
|
"@strapi/typescript-utils": "5.12.0",
|
||||||
"@strapi/upload": "5.11.3",
|
"@strapi/upload": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"@types/nodemon": "1.19.6",
|
"@types/nodemon": "1.19.6",
|
||||||
"@vitejs/plugin-react-swc": "3.6.0",
|
"@vitejs/plugin-react-swc": "3.6.0",
|
||||||
"boxen": "5.1.2",
|
"boxen": "5.1.2",
|
||||||
|
|
@ -3951,18 +3971,18 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/types": {
|
"node_modules/@strapi/types": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/types/-/types-5.12.0.tgz",
|
||||||
"integrity": "sha512-ujr6Fs+J3kv+MCn+lAcQ/O33ZB7OJrfxxM9OnYpUAAIcI8HHzDLxjjI0tPCf691TlNS5XDAaX9EKgW4jBv242Q==",
|
"integrity": "sha512-ei9zfUwzGw8dpaRYSAES0NCgEFlkNCbOZTt1Y+TbA6fP7zv171nJAP3M9k04eH0ww3jkbSdkkh3DOdn1Cz8bkA==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@casl/ability": "6.5.0",
|
"@casl/ability": "6.5.0",
|
||||||
"@koa/cors": "5.0.0",
|
"@koa/cors": "5.0.0",
|
||||||
"@koa/router": "12.0.2",
|
"@koa/router": "12.0.2",
|
||||||
"@strapi/database": "5.11.3",
|
"@strapi/database": "5.12.0",
|
||||||
"@strapi/logger": "5.11.3",
|
"@strapi/logger": "5.12.0",
|
||||||
"@strapi/permissions": "5.11.3",
|
"@strapi/permissions": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"commander": "8.3.0",
|
"commander": "8.3.0",
|
||||||
"koa": "2.15.4",
|
"koa": "2.15.4",
|
||||||
"koa-body": "6.0.1",
|
"koa-body": "6.0.1",
|
||||||
|
|
@ -3976,10 +3996,67 @@
|
||||||
"npm": ">=6.0.0"
|
"npm": ">=6.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"node_modules/@strapi/types/node_modules/typedoc": {
|
||||||
|
"version": "0.25.10",
|
||||||
|
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
||||||
|
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"dependencies": {
|
||||||
|
"lunr": "^2.3.9",
|
||||||
|
"marked": "^4.3.0",
|
||||||
|
"minimatch": "^9.0.3",
|
||||||
|
"shiki": "^0.14.7"
|
||||||
|
},
|
||||||
|
"bin": {
|
||||||
|
"typedoc": "bin/typedoc"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">= 16"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@strapi/types/node_modules/typedoc-github-wiki-theme": {
|
||||||
|
"version": "1.1.0",
|
||||||
|
"resolved": "https://registry.npmjs.org/typedoc-github-wiki-theme/-/typedoc-github-wiki-theme-1.1.0.tgz",
|
||||||
|
"integrity": "sha512-VyFmz8ZV2j/qEsCjD5EtR6FgZsCoy64Zr6SS9kCTcq7zx69Cx4UJBx8Ga/naxqs08TDggE6myIfODY6awwAGcA==",
|
||||||
|
"license": "MIT",
|
||||||
|
"peerDependencies": {
|
||||||
|
"typedoc": ">=0.24.0",
|
||||||
|
"typedoc-plugin-markdown": ">=3.15.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@strapi/types/node_modules/typedoc-plugin-markdown": {
|
||||||
|
"version": "3.17.1",
|
||||||
|
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz",
|
||||||
|
"integrity": "sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==",
|
||||||
|
"license": "MIT",
|
||||||
|
"dependencies": {
|
||||||
|
"handlebars": "^4.7.7"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"typedoc": ">=0.24.0"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"node_modules/@strapi/types/node_modules/typescript": {
|
||||||
|
"version": "5.3.3",
|
||||||
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.3.3.tgz",
|
||||||
|
"integrity": "sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==",
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"peer": true,
|
||||||
|
"bin": {
|
||||||
|
"tsc": "bin/tsc",
|
||||||
|
"tsserver": "bin/tsserver"
|
||||||
|
},
|
||||||
|
"engines": {
|
||||||
|
"node": ">=14.17"
|
||||||
|
}
|
||||||
|
},
|
||||||
"node_modules/@strapi/typescript-utils": {
|
"node_modules/@strapi/typescript-utils": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/typescript-utils/-/typescript-utils-5.12.0.tgz",
|
||||||
"integrity": "sha512-4ghXRCq3sBvC90/MaWlDTHBC6R8csh/MX0urgDaq4V9B46YfmR0IUYvRdWNpny2+Rg19RUDbi8N7bSk0fPjf/w==",
|
"integrity": "sha512-+dKBFLFYP6zuzOxhhpV/1hcrMWm07Qk6Nh+uY79Wg3HvWv9KiwpZUN44kKhRhAvYY/aFpI81AIr6+AaX5er7FQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"chalk": "4.1.2",
|
"chalk": "4.1.2",
|
||||||
|
|
@ -4040,16 +4117,16 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/upload": {
|
"node_modules/@strapi/upload": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/upload/-/upload-5.12.0.tgz",
|
||||||
"integrity": "sha512-+j+BpO7n0s6Mw0Y1u24JJbICU7DFuLdtkRzkyZEJsArk2MFefJhjyXK/IH4nOn8/8Bdfky2WdZnn7Drstm/SDg==",
|
"integrity": "sha512-0euaj4kTIMSAOOOXtIP1H/0cVlWp7/f5U/tV1tkXYaw5kgtKnIIImF90zjUDDVoDJaH2WXi4mLWjB2UjiCz0sg==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@mux/mux-player-react": "3.1.0",
|
"@mux/mux-player-react": "3.1.0",
|
||||||
"@strapi/design-system": "2.0.0-rc.18",
|
"@strapi/design-system": "2.0.0-rc.18",
|
||||||
"@strapi/icons": "2.0.0-rc.18",
|
"@strapi/icons": "2.0.0-rc.18",
|
||||||
"@strapi/provider-upload-local": "5.11.3",
|
"@strapi/provider-upload-local": "5.12.0",
|
||||||
"@strapi/utils": "5.11.3",
|
"@strapi/utils": "5.12.0",
|
||||||
"byte-size": "8.1.1",
|
"byte-size": "8.1.1",
|
||||||
"cropperjs": "1.6.1",
|
"cropperjs": "1.6.1",
|
||||||
"date-fns": "2.30.0",
|
"date-fns": "2.30.0",
|
||||||
|
|
@ -4083,9 +4160,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/@strapi/utils": {
|
"node_modules/@strapi/utils": {
|
||||||
"version": "5.11.3",
|
"version": "5.12.0",
|
||||||
"resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.11.3.tgz",
|
"resolved": "https://registry.npmjs.org/@strapi/utils/-/utils-5.12.0.tgz",
|
||||||
"integrity": "sha512-84kTodVu/gaEZgGVssVj9qOlg3SuObhWDYxRPRVtqKLJlJAA73BtfW8Q97iKmiEbFfQA/wyZTPOfucUn9MCxRA==",
|
"integrity": "sha512-I2Wyx4Err9l4h6kV+SA5+03FhBhJcWUf8eckc5jiOQpYxgF+Lr0Wq4se56zSWoDB7kinLJdHloVRjgj1X4BTnQ==",
|
||||||
"license": "SEE LICENSE IN LICENSE",
|
"license": "SEE LICENSE IN LICENSE",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@sindresorhus/slugify": "1.1.0",
|
"@sindresorhus/slugify": "1.1.0",
|
||||||
|
|
@ -5470,24 +5547,32 @@
|
||||||
"optional": true
|
"optional": true
|
||||||
},
|
},
|
||||||
"node_modules/bare-fs": {
|
"node_modules/bare-fs": {
|
||||||
"version": "4.0.1",
|
"version": "4.0.2",
|
||||||
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.0.1.tgz",
|
"resolved": "https://registry.npmjs.org/bare-fs/-/bare-fs-4.0.2.tgz",
|
||||||
"integrity": "sha512-ilQs4fm/l9eMfWY2dY0WCIUplSUp7U0CT1vrqMg1MUdeZl4fypu5UP0XcDBK5WBQPJAKP1b7XEodISmekH/CEg==",
|
"integrity": "sha512-S5mmkMesiduMqnz51Bfh0Et9EX0aTCJxhsI4bvzFFLs8Z1AV8RDHadfY5CyLwdoLHgXbNBEN1gQcbEtGwuvixw==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"bare-events": "^2.0.0",
|
"bare-events": "^2.5.4",
|
||||||
"bare-path": "^3.0.0",
|
"bare-path": "^3.0.0",
|
||||||
"bare-stream": "^2.0.0"
|
"bare-stream": "^2.6.4"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
"bare": ">=1.7.0"
|
"bare": ">=1.16.0"
|
||||||
|
},
|
||||||
|
"peerDependencies": {
|
||||||
|
"bare-buffer": "*"
|
||||||
|
},
|
||||||
|
"peerDependenciesMeta": {
|
||||||
|
"bare-buffer": {
|
||||||
|
"optional": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/bare-os": {
|
"node_modules/bare-os": {
|
||||||
"version": "3.6.0",
|
"version": "3.6.1",
|
||||||
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.0.tgz",
|
"resolved": "https://registry.npmjs.org/bare-os/-/bare-os-3.6.1.tgz",
|
||||||
"integrity": "sha512-BUrFS5TqSBdA0LwHop4OjPJwisqxGy6JsWVqV6qaFoe965qqtaKfDzHY5T2YA1gUL0ZeeQeA+4BBc1FJTcHiPw==",
|
"integrity": "sha512-uaIjxokhFidJP+bmmvKSgiMzj2sV5GPHaZVAIktcxcpCyBFFWO+YlikVAdhmUo2vYFvFhOXIAlldqV29L8126g==",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"optional": true,
|
"optional": true,
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
@ -10880,9 +10965,9 @@
|
||||||
"license": "MIT"
|
"license": "MIT"
|
||||||
},
|
},
|
||||||
"node_modules/luxon": {
|
"node_modules/luxon": {
|
||||||
"version": "3.5.0",
|
"version": "3.6.0",
|
||||||
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.5.0.tgz",
|
"resolved": "https://registry.npmjs.org/luxon/-/luxon-3.6.0.tgz",
|
||||||
"integrity": "sha512-rh+Zjr6DNfUYR3bPwJEnuwDdqMbxZW7LOQfUN4B54+Cl+0o5zaU9RJ6bcidfDtC1cWCZXQ+nvX8bf6bAji37QQ==",
|
"integrity": "sha512-WE7p0p7W1xji9qxkLYsvcIxZyfP48GuFrWIBQZIsbjCyf65dG1rv4n83HcOyEyhvzxJCrUoObCRNFgRNIQ5KNA==",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=12"
|
"node": ">=12"
|
||||||
|
|
@ -16153,54 +16238,10 @@
|
||||||
"is-typedarray": "^1.0.0"
|
"is-typedarray": "^1.0.0"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/typedoc": {
|
|
||||||
"version": "0.25.10",
|
|
||||||
"resolved": "https://registry.npmjs.org/typedoc/-/typedoc-0.25.10.tgz",
|
|
||||||
"integrity": "sha512-v10rtOFojrjW9og3T+6wAKeJaGMuojU87DXGZ33sfs+554wgPTRG+s07Ag1BjPZI85Y5QPVouPI63JQ6fcQM5w==",
|
|
||||||
"license": "Apache-2.0",
|
|
||||||
"dependencies": {
|
|
||||||
"lunr": "^2.3.9",
|
|
||||||
"marked": "^4.3.0",
|
|
||||||
"minimatch": "^9.0.3",
|
|
||||||
"shiki": "^0.14.7"
|
|
||||||
},
|
|
||||||
"bin": {
|
|
||||||
"typedoc": "bin/typedoc"
|
|
||||||
},
|
|
||||||
"engines": {
|
|
||||||
"node": ">= 16"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"typescript": "4.6.x || 4.7.x || 4.8.x || 4.9.x || 5.0.x || 5.1.x || 5.2.x || 5.3.x"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typedoc-github-wiki-theme": {
|
|
||||||
"version": "1.1.0",
|
|
||||||
"resolved": "https://registry.npmjs.org/typedoc-github-wiki-theme/-/typedoc-github-wiki-theme-1.1.0.tgz",
|
|
||||||
"integrity": "sha512-VyFmz8ZV2j/qEsCjD5EtR6FgZsCoy64Zr6SS9kCTcq7zx69Cx4UJBx8Ga/naxqs08TDggE6myIfODY6awwAGcA==",
|
|
||||||
"license": "MIT",
|
|
||||||
"peerDependencies": {
|
|
||||||
"typedoc": ">=0.24.0",
|
|
||||||
"typedoc-plugin-markdown": ">=3.15.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typedoc-plugin-markdown": {
|
|
||||||
"version": "3.17.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/typedoc-plugin-markdown/-/typedoc-plugin-markdown-3.17.1.tgz",
|
|
||||||
"integrity": "sha512-QzdU3fj0Kzw2XSdoL15ExLASt2WPqD7FbLeaqwT70+XjKyTshBnUlQA5nNREO1C2P8Uen0CDjsBLMsCQ+zd0lw==",
|
|
||||||
"license": "MIT",
|
|
||||||
"dependencies": {
|
|
||||||
"handlebars": "^4.7.7"
|
|
||||||
},
|
|
||||||
"peerDependencies": {
|
|
||||||
"typedoc": ">=0.24.0"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/typescript": {
|
"node_modules/typescript": {
|
||||||
"version": "5.8.2",
|
"version": "5.8.2",
|
||||||
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.8.2.tgz",
|
||||||
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
"integrity": "sha512-aJn6wq13/afZp/jT9QZmwEjDqqvSGp1VT5GVg+f/t6/oVyrgXM6BY1h9BRh/O5p3PlUPAe+WuiEZOmb/49RqoQ==",
|
||||||
"dev": true,
|
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"bin": {
|
"bin": {
|
||||||
"tsc": "bin/tsc",
|
"tsc": "bin/tsc",
|
||||||
|
|
@ -16246,9 +16287,9 @@
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/umzug/node_modules/type-fest": {
|
"node_modules/umzug/node_modules/type-fest": {
|
||||||
"version": "4.37.0",
|
"version": "4.38.0",
|
||||||
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.37.0.tgz",
|
"resolved": "https://registry.npmjs.org/type-fest/-/type-fest-4.38.0.tgz",
|
||||||
"integrity": "sha512-S/5/0kFftkq27FPNye0XM1e2NsnoD/3FS+pBmbjmmtLT6I+i344KoOf7pvXreaFsDamWeaJX55nczA1m5PsBDg==",
|
"integrity": "sha512-2dBz5D5ycHIoliLYLi0Q2V7KRaDlH0uWIvmk7TYlAg5slqwiPv1ezJdZm1QEM0xgk29oYWMCbIG7E6gHpvChlg==",
|
||||||
"license": "(MIT OR CC0-1.0)",
|
"license": "(MIT OR CC0-1.0)",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16"
|
"node": ">=16"
|
||||||
|
|
@ -16417,26 +16458,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"node_modules/use-context-selector": {
|
|
||||||
"version": "1.4.1",
|
|
||||||
"resolved": "https://registry.npmjs.org/use-context-selector/-/use-context-selector-1.4.1.tgz",
|
|
||||||
"integrity": "sha512-Io2ArvcRO+6MWIhkdfMFt+WKQX+Vb++W8DS2l03z/Vw/rz3BclKpM0ynr4LYGyU85Eke+Yx5oIhTY++QR0ZDoA==",
|
|
||||||
"license": "MIT",
|
|
||||||
"peerDependencies": {
|
|
||||||
"react": ">=16.8.0",
|
|
||||||
"react-dom": "*",
|
|
||||||
"react-native": "*",
|
|
||||||
"scheduler": ">=0.19.0"
|
|
||||||
},
|
|
||||||
"peerDependenciesMeta": {
|
|
||||||
"react-dom": {
|
|
||||||
"optional": true
|
|
||||||
},
|
|
||||||
"react-native": {
|
|
||||||
"optional": true
|
|
||||||
}
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"node_modules/use-isomorphic-layout-effect": {
|
"node_modules/use-isomorphic-layout-effect": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/use-isomorphic-layout-effect/-/use-isomorphic-layout-effect-1.2.0.tgz",
|
||||||
|
|
|
||||||
|
|
@ -15,9 +15,9 @@
|
||||||
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
"upgrade:dry": "npx @strapi/upgrade latest --dry"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@strapi/plugin-cloud": "5.11.3",
|
"@strapi/plugin-cloud": "5.12.0",
|
||||||
"@strapi/plugin-users-permissions": "5.11.3",
|
"@strapi/plugin-users-permissions": "5.12.0",
|
||||||
"@strapi/strapi": "5.11.3",
|
"@strapi/strapi": "5.12.0",
|
||||||
"better-sqlite3": "11.3.0",
|
"better-sqlite3": "11.3.0",
|
||||||
"react": "^18.0.0",
|
"react": "^18.0.0",
|
||||||
"react-dom": "^18.0.0",
|
"react-dom": "^18.0.0",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue