diff --git a/front/package.json b/front/package.json index 88d3c95..216e752 100644 --- a/front/package.json +++ b/front/package.json @@ -12,13 +12,13 @@ "develop": "gatsby develop", "preview": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop -H 0.0.0.0 -p 8000", "start": "gatsby build && gatsby serve", - "build": "rm -rf public && rm -rf .cache && gatsby build", + "build": "gatsby build", "serve": "gatsby serve", "clean": "gatsby clean", "prettier": "prettier . --write" }, "dependencies": { - "@strapi/plugin-graphql": "^4.24.0", + "@strapi/plugin-graphql": "^4.25.17", "dayjs": "^1.11.10", "gatsby": "^5.12.11", "gatsby-plugin-image": "^3.12.3", diff --git a/yarn.lock b/yarn.lock index e6e36b6..cd1a433 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4110,25 +4110,6 @@ prop-types "^15.8.1" react-remove-scroll "^2.5.7" -"@strapi/design-system@1.18.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.18.0.tgz#7673c2157e9d28edee118c981fd4fc8460fb723a" - integrity sha512-bQ//p4deEfu3z2rQOrT1QUPPugXsoVUusSuwdffZ7/fJAxOShZ8nOUmpWETq8bZECPoDn278cirYAXfcTftHLA== - dependencies: - "@codemirror/lang-json" "^6.0.1" - "@floating-ui/react-dom" "^2.0.8" - "@internationalized/date" "^3.5.2" - "@internationalized/number" "^3.5.1" - "@radix-ui/react-dismissable-layer" "^1.0.5" - "@radix-ui/react-dropdown-menu" "^2.0.6" - "@radix-ui/react-focus-scope" "1.0.4" - "@strapi/ui-primitives" "^1.18.0" - "@uiw/react-codemirror" "^4.21.25" - aria-hidden "^1.2.4" - compute-scroll-into-view "^3.1.0" - prop-types "^15.8.1" - react-remove-scroll "^2.5.9" - "@strapi/design-system@1.19.0": version "1.19.0" resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.19.0.tgz#1b0ca923c22f167baa6d35663e7f47c971df474c" @@ -4228,22 +4209,6 @@ react-query "3.39.3" react-select "5.7.0" -"@strapi/helper-plugin@4.24.0": - version "4.24.0" - resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.24.0.tgz#c03d5d6fd257debc5e80a3bd431c7405167ef371" - integrity sha512-V4dH2Ra2w636tbuzDVM+6EcoVAeM7bhImKmUAWBMmBVZc1pjFIAH/ksnilTKcwNZnWctocmScpyNVbAtkdS7Wg== - dependencies: - axios "1.6.0" - date-fns "2.30.0" - formik "2.4.0" - immer "9.0.19" - lodash "4.17.21" - qs "6.11.1" - react-helmet "6.1.0" - react-intl "6.4.1" - react-query "3.39.3" - react-select "5.7.0" - "@strapi/helper-plugin@4.25.13": version "4.25.13" resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.25.13.tgz#4464c21f603f3b98498fd12cfd28e9b0e4b3f2d1" @@ -4281,11 +4246,6 @@ resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.14.1.tgz#8f820512d0c9a8b75570f7a96ea42c969f65263b" integrity sha512-ja3et1QIo+6kTfk/mzeSiLTtZ6pCC6mwvUlp8qGyBTQ5BJvMacgxEdXBnYRn6fbYt6fl7gAKCORRQpnHNQfwjg== -"@strapi/icons@1.18.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.18.0.tgz#ef8e36155ad4dfce53e83b780ba5c64856d1e9a2" - integrity sha512-XeOjGqwDX7HkSfWNnUOx8WCT3qGzPixZrKxNUPCPmIzcLmhL9/Ni4wa1uoqwiZgzq/XzoiXpNEPl1lB5Tiljjg== - "@strapi/icons@1.19.0": version "1.19.0" resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.19.0.tgz#efa6b553a7de437171512e3549859faa141a145f" @@ -4489,29 +4449,6 @@ react-query "3.39.3" yup "0.32.9" -"@strapi/plugin-graphql@^4.24.0": - version "4.24.0" - resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.24.0.tgz#468005fcc79f010d13883c02b27e8ee38ba8c89d" - integrity sha512-7lCZd6bziZhDVZIl/0Sh79f2XqqRycf6twA268Eqpv5N7jrN41PA/jWot4MfaTiYigjO767SWA9v/dRWca3zGQ== - dependencies: - "@graphql-tools/schema" "8.5.1" - "@graphql-tools/utils" "^8.13.1" - "@strapi/design-system" "1.18.0" - "@strapi/helper-plugin" "4.24.0" - "@strapi/icons" "1.18.0" - "@strapi/utils" "4.24.0" - apollo-server-core "3.12.1" - apollo-server-koa "3.10.0" - graphql "^15.5.1" - graphql-depth-limit "^1.1.0" - graphql-playground-middleware-koa "^1.6.21" - graphql-scalars "1.22.2" - graphql-upload "^13.0.0" - koa-compose "^4.1.0" - lodash "4.17.21" - nexus "1.3.0" - pluralize "8.0.0" - "@strapi/plugin-graphql@^4.25.17": version "4.25.17" resolved "https://registry.yarnpkg.com/@strapi/plugin-graphql/-/plugin-graphql-4.25.17.tgz#b1524433c44190edf55b82593c66dbb9da2404b9" @@ -4928,33 +4865,6 @@ aria-hidden "^1.2.3" react-remove-scroll "^2.5.7" -"@strapi/ui-primitives@^1.18.0": - version "1.18.0" - resolved "https://registry.yarnpkg.com/@strapi/ui-primitives/-/ui-primitives-1.18.0.tgz#4f2e81c32a724f0722f9690a7ad8ce7253565a0f" - integrity sha512-l+EAzfWL7n5u1awCfasonxU9VP7TSeu2CPf2S7oNZIM/tJnLMahsmMefnbVCeJAG50dvPx7vHQiWQ3483O8qww== - dependencies: - "@radix-ui/number" "^1.0.1" - "@radix-ui/primitive" "^1.0.1" - "@radix-ui/react-collection" "1.0.3" - "@radix-ui/react-compose-refs" "^1.0.1" - "@radix-ui/react-context" "^1.0.1" - "@radix-ui/react-direction" "1.0.1" - "@radix-ui/react-dismissable-layer" "^1.0.5" - "@radix-ui/react-focus-guards" "1.0.1" - "@radix-ui/react-focus-scope" "1.0.4" - "@radix-ui/react-id" "^1.0.1" - "@radix-ui/react-popper" "^1.1.3" - "@radix-ui/react-portal" "^1.0.4" - "@radix-ui/react-primitive" "^1.0.3" - "@radix-ui/react-slot" "^1.0.2" - "@radix-ui/react-use-callback-ref" "^1.0.1" - "@radix-ui/react-use-controllable-state" "^1.0.1" - "@radix-ui/react-use-layout-effect" "1.0.1" - "@radix-ui/react-use-previous" "^1.0.1" - "@radix-ui/react-visually-hidden" "^1.0.3" - aria-hidden "^1.2.4" - react-remove-scroll "^2.5.9" - "@strapi/ui-primitives@^1.19.0": version "1.19.0" resolved "https://registry.yarnpkg.com/@strapi/ui-primitives/-/ui-primitives-1.19.0.tgz#01e2709d64bbde1f6810c49898da216934f76479" @@ -4994,18 +4904,6 @@ p-map "4.0.0" yup "0.32.9" -"@strapi/utils@4.24.0": - version "4.24.0" - resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.24.0.tgz#7e1e6dca91ff4230d4a1208f33e457fbc7db1c64" - integrity sha512-9kOSyatGRDxpDZIJ3R5WaGzt4+z1uiddKbPCwM0oHTqPyxfsTCHGhy7y1N4R64KRKtN2fj+h+A76C6Xf5LZTyQ== - dependencies: - "@sindresorhus/slugify" "1.1.0" - date-fns "2.30.0" - http-errors "1.8.1" - lodash "4.17.21" - p-map "4.0.0" - yup "0.32.9" - "@strapi/utils@4.25.13": version "4.25.13" resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.25.13.tgz#074025cc23f08a367f5b4a8e69c393a500db5919"