Merge pull request #118 from boazpoolman/feature/update-strapi-dependencies
chore: update @strapi devDependenciespull/119/head
commit
8930a537b9
|
@ -57,10 +57,10 @@
|
||||||
"@strapi/strapi": "^4.0.0"
|
"@strapi/strapi": "^4.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@strapi/design-system": "^1.11.0",
|
"@strapi/design-system": "^1.13.2",
|
||||||
"@strapi/helper-plugin": "^4.14.4",
|
"@strapi/helper-plugin": "^4.15.5",
|
||||||
"@strapi/icons": "^1.11.0",
|
"@strapi/icons": "^1.13.2",
|
||||||
"@strapi/utils": "^4.14.4",
|
"@strapi/utils": "^4.15.5",
|
||||||
"babel-eslint": "9.0.0",
|
"babel-eslint": "9.0.0",
|
||||||
"eslint": "^7.32.0",
|
"eslint": "^7.32.0",
|
||||||
"eslint-config-airbnb": "^18.2.1",
|
"eslint-config-airbnb": "^18.2.1",
|
||||||
|
|
100
yarn.lock
100
yarn.lock
|
@ -556,13 +556,20 @@
|
||||||
"@floating-ui/core" "^1.4.2"
|
"@floating-ui/core" "^1.4.2"
|
||||||
"@floating-ui/utils" "^0.1.3"
|
"@floating-ui/utils" "^0.1.3"
|
||||||
|
|
||||||
"@floating-ui/react-dom@^2.0.0", "@floating-ui/react-dom@^2.0.2":
|
"@floating-ui/react-dom@^2.0.0":
|
||||||
version "2.0.2"
|
version "2.0.2"
|
||||||
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.2.tgz#fab244d64db08e6bed7be4b5fcce65315ef44d20"
|
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.2.tgz#fab244d64db08e6bed7be4b5fcce65315ef44d20"
|
||||||
integrity sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==
|
integrity sha512-5qhlDvjaLmAst/rKb3VdlCinwTF4EYMiVxuuc/HVUjs46W0zgtbMmAZ1UTsDrRTxRmUEzl92mOtWbeeXL26lSQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@floating-ui/dom" "^1.5.1"
|
"@floating-ui/dom" "^1.5.1"
|
||||||
|
|
||||||
|
"@floating-ui/react-dom@^2.0.4":
|
||||||
|
version "2.0.4"
|
||||||
|
resolved "https://registry.yarnpkg.com/@floating-ui/react-dom/-/react-dom-2.0.4.tgz#b076fafbdfeb881e1d86ae748b7ff95150e9f3ec"
|
||||||
|
integrity sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==
|
||||||
|
dependencies:
|
||||||
|
"@floating-ui/dom" "^1.5.1"
|
||||||
|
|
||||||
"@floating-ui/utils@^0.1.3":
|
"@floating-ui/utils@^0.1.3":
|
||||||
version "0.1.6"
|
version "0.1.6"
|
||||||
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
|
resolved "https://registry.yarnpkg.com/@floating-ui/utils/-/utils-0.1.6.tgz#22958c042e10b67463997bd6ea7115fe28cbcaf9"
|
||||||
|
@ -729,10 +736,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@swc/helpers" "^0.5.0"
|
"@swc/helpers" "^0.5.0"
|
||||||
|
|
||||||
"@internationalized/number@^3.3.0":
|
"@internationalized/number@^3.4.0":
|
||||||
version "3.3.0"
|
version "3.4.0"
|
||||||
resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.3.0.tgz#92233d130a0591085f93be86a9e6356cfa0e2de2"
|
resolved "https://registry.yarnpkg.com/@internationalized/number/-/number-3.4.0.tgz#1c3ebf6ac40ce649d3d97bb835ff0559957f2e1f"
|
||||||
integrity sha512-PuxgnKE5NJMOGKUcX1QROo8jq7sW7UWLrL5B6Rfe8BdWgU/be04cVvLyCeALD46vvbAv3d1mUvyHav/Q9a237g==
|
integrity sha512-8TvotW3qVDHC4uv/BVoN6Qx0Dm8clHY1/vpH+dh+XRiPW/9NVpKn1P8d1A+WLphWrMwyqyWXI7uWehJPviaeIw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@swc/helpers" "^0.5.0"
|
"@swc/helpers" "^0.5.0"
|
||||||
|
|
||||||
|
@ -1302,51 +1309,50 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sinonjs/commons" "^3.0.0"
|
"@sinonjs/commons" "^3.0.0"
|
||||||
|
|
||||||
"@strapi/design-system@^1.11.0":
|
"@strapi/design-system@^1.13.2":
|
||||||
version "1.12.2"
|
version "1.13.2"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.12.2.tgz#57b7392ac7d75f109cfde0b54a61d693eabb0b0d"
|
resolved "https://registry.yarnpkg.com/@strapi/design-system/-/design-system-1.13.2.tgz#33213c09eeeb3fa5a079b8df71718354da3231f7"
|
||||||
integrity sha512-p5kbglSxgR3g1pxzU+6wgV9cNF3m/47TZn40/c4rrGUXaKIjRhL8FCD5k4JrnWauhXPE9HdExv0BLRK41J8gHA==
|
integrity sha512-2n291tR1a5i4UKFLrK1RNc/HMHhPCHox2dmgFuua3rHtDyXPbYDUS1zton7858NHAeDbr5r3aW5MbaFBAGRXFg==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@codemirror/lang-json" "^6.0.1"
|
"@codemirror/lang-json" "^6.0.1"
|
||||||
"@floating-ui/react-dom" "^2.0.2"
|
"@floating-ui/react-dom" "^2.0.4"
|
||||||
"@internationalized/date" "^3.5.0"
|
"@internationalized/date" "^3.5.0"
|
||||||
"@internationalized/number" "^3.3.0"
|
"@internationalized/number" "^3.4.0"
|
||||||
"@radix-ui/react-dismissable-layer" "^1.0.5"
|
"@radix-ui/react-dismissable-layer" "^1.0.5"
|
||||||
"@radix-ui/react-dropdown-menu" "^2.0.6"
|
"@radix-ui/react-dropdown-menu" "^2.0.6"
|
||||||
"@radix-ui/react-focus-scope" "1.0.4"
|
"@radix-ui/react-focus-scope" "1.0.4"
|
||||||
"@strapi/ui-primitives" "^1.12.2"
|
"@strapi/ui-primitives" "^1.13.2"
|
||||||
"@uiw/react-codemirror" "^4.21.19"
|
"@uiw/react-codemirror" "^4.21.21"
|
||||||
aria-hidden "^1.2.3"
|
aria-hidden "^1.2.3"
|
||||||
compute-scroll-into-view "^3.1.0"
|
compute-scroll-into-view "^3.1.0"
|
||||||
prop-types "^15.8.1"
|
prop-types "^15.8.1"
|
||||||
react-remove-scroll "^2.5.6"
|
react-remove-scroll "^2.5.7"
|
||||||
|
|
||||||
"@strapi/helper-plugin@^4.14.4":
|
"@strapi/helper-plugin@^4.15.5":
|
||||||
version "4.14.4"
|
version "4.15.5"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.14.4.tgz#6328cf4dcb6e52afb3210a8921a5abafc23818a3"
|
resolved "https://registry.yarnpkg.com/@strapi/helper-plugin/-/helper-plugin-4.15.5.tgz#f9d218cb53a81e7a169fa1b23b7d961ad1638cdf"
|
||||||
integrity sha512-rfqeFsrod+P4MTwWmxmm06BOjej9qso6zIvY97VBnGXExYJV1dEIi0ZenC9juYIXqkBdvPHbMsLsrbdS2aCOqA==
|
integrity sha512-D7CNIpsiVvwXOuyUlvn7aOZu60Hebe+h4QAge1VEvsQSVlInhyzEbRbmeE247cEhdAyrlC9ga8KzQ2M1BLypvw==
|
||||||
dependencies:
|
dependencies:
|
||||||
axios "1.5.0"
|
axios "1.6.0"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
formik "2.4.0"
|
formik "2.4.0"
|
||||||
immer "9.0.19"
|
immer "9.0.19"
|
||||||
lodash "4.17.21"
|
lodash "4.17.21"
|
||||||
prop-types "^15.8.1"
|
|
||||||
qs "6.11.1"
|
qs "6.11.1"
|
||||||
react-helmet "6.1.0"
|
react-helmet "6.1.0"
|
||||||
react-intl "6.4.1"
|
react-intl "6.4.1"
|
||||||
react-query "3.39.3"
|
react-query "3.39.3"
|
||||||
react-select "5.7.0"
|
react-select "5.7.0"
|
||||||
|
|
||||||
"@strapi/icons@^1.11.0":
|
"@strapi/icons@^1.13.2":
|
||||||
version "1.12.2"
|
version "1.13.2"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.12.2.tgz#a231074b2776e651a7317a85355d40b070f6c20d"
|
resolved "https://registry.yarnpkg.com/@strapi/icons/-/icons-1.13.2.tgz#0178d55cb8da01ba5237b0ddfe8156fd1b59af10"
|
||||||
integrity sha512-28LX0DCh8hGK2PRg+eXuBGHOkupfv3vD9lmZ/yCoyVdMWdURDdJCtc+KV+vCG++dcwvSbHw78aUNYfwaejDB7Q==
|
integrity sha512-aolwWoR9PQ2YXj0IdDdUjyzi82jFEP6k5+dSw7eIfJLClMLHHWTZfqMegWOVgBIY2dQ2M1vecsxT2qo9Qs3bjw==
|
||||||
|
|
||||||
"@strapi/ui-primitives@^1.12.2":
|
"@strapi/ui-primitives@^1.13.2":
|
||||||
version "1.12.2"
|
version "1.13.2"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/ui-primitives/-/ui-primitives-1.12.2.tgz#50e06514dd8b9e9cb8ef779a6cb63e4885098b32"
|
resolved "https://registry.yarnpkg.com/@strapi/ui-primitives/-/ui-primitives-1.13.2.tgz#8e510bc56944d8bf93581fdc7934f77a76d17e3a"
|
||||||
integrity sha512-yQCUp2N+SsXnW/lIldyll3OAdMSLGLLEUmDXmCL+6NnmjkXwPTVoxj+EZCXHal3NTDWKDjuLlS9C7Wc0oayefQ==
|
integrity sha512-Koaun6riXoTOvvlKNgFy44BVUfLfchgpabRhrNH/KfmBQQlhLCqJDQu023FcFQDQQ4XFO3DpvzDk8pCbmva7oQ==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@radix-ui/number" "^1.0.1"
|
"@radix-ui/number" "^1.0.1"
|
||||||
"@radix-ui/primitive" "^1.0.1"
|
"@radix-ui/primitive" "^1.0.1"
|
||||||
|
@ -1368,12 +1374,12 @@
|
||||||
"@radix-ui/react-use-previous" "^1.0.1"
|
"@radix-ui/react-use-previous" "^1.0.1"
|
||||||
"@radix-ui/react-visually-hidden" "^1.0.3"
|
"@radix-ui/react-visually-hidden" "^1.0.3"
|
||||||
aria-hidden "^1.2.3"
|
aria-hidden "^1.2.3"
|
||||||
react-remove-scroll "^2.5.6"
|
react-remove-scroll "^2.5.7"
|
||||||
|
|
||||||
"@strapi/utils@^4.14.4":
|
"@strapi/utils@^4.15.5":
|
||||||
version "4.14.4"
|
version "4.15.5"
|
||||||
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.14.4.tgz#856bd5e459138327e2a0b07e46eab80f8d129d8f"
|
resolved "https://registry.yarnpkg.com/@strapi/utils/-/utils-4.15.5.tgz#ffb39f545bb809273a46bc5a7e11f09ddc474517"
|
||||||
integrity sha512-Eyj9PB4Gz6r8cHsWzVOCnmEDTgYr17n3P8xOGHoLUN9Uz7dB7eeloeUNhYiAZHKzNDd02LETySWTglwwA5NpXQ==
|
integrity sha512-1ARIaMh7i/lWTkPVnDX/EuWCJrIq9IrlNwToDG4tnej5ZzqhGQVD4G4n+I4nKLDjXi6qhR+7AGpcgtchBoWtRw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@sindresorhus/slugify" "1.1.0"
|
"@sindresorhus/slugify" "1.1.0"
|
||||||
date-fns "2.30.0"
|
date-fns "2.30.0"
|
||||||
|
@ -1536,10 +1542,10 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
"@types/yargs-parser" "*"
|
"@types/yargs-parser" "*"
|
||||||
|
|
||||||
"@uiw/codemirror-extensions-basic-setup@4.21.20":
|
"@uiw/codemirror-extensions-basic-setup@4.21.21":
|
||||||
version "4.21.20"
|
version "4.21.21"
|
||||||
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.21.20.tgz#9dbfab401a3168312c3f1d908b0f9b280410c206"
|
resolved "https://registry.yarnpkg.com/@uiw/codemirror-extensions-basic-setup/-/codemirror-extensions-basic-setup-4.21.21.tgz#243ef309cb53253b14187649a7abc0d996420a20"
|
||||||
integrity sha512-Wyi9q4uw0xGYd/tJ6bULG7tkCLqcUsQT0AQBfCDtnkV3LdiLU0LceTrzJoHJyIKSHsKDJxFQxa1qg3QLt4gIUA==
|
integrity sha512-+0i9dPrRSa8Mf0CvyrMvnAhajnqwsP3IMRRlaHDRgsSGL8igc4z7MhvUPn+7cWFAAqWzQRhMdMSWzo6/TEa3EA==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@codemirror/autocomplete" "^6.0.0"
|
"@codemirror/autocomplete" "^6.0.0"
|
||||||
"@codemirror/commands" "^6.0.0"
|
"@codemirror/commands" "^6.0.0"
|
||||||
|
@ -1549,16 +1555,16 @@
|
||||||
"@codemirror/state" "^6.0.0"
|
"@codemirror/state" "^6.0.0"
|
||||||
"@codemirror/view" "^6.0.0"
|
"@codemirror/view" "^6.0.0"
|
||||||
|
|
||||||
"@uiw/react-codemirror@^4.21.19":
|
"@uiw/react-codemirror@^4.21.21":
|
||||||
version "4.21.20"
|
version "4.21.21"
|
||||||
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.21.20.tgz#bbfb57676c9939d880de6c7223c2ed7410271145"
|
resolved "https://registry.yarnpkg.com/@uiw/react-codemirror/-/react-codemirror-4.21.21.tgz#986b18dbd6dc69aa470fc3d4e47b89b504af6778"
|
||||||
integrity sha512-PdyewPvNXnvT3JHj888yjpbWsAGw5qlxW6w1sMdsqJ0R6vPV++ob1iZXCGrM1FVpbqPK0DNfpXvjzp2gIr3lYw==
|
integrity sha512-PaxBMarufMWoR0qc5zuvBSt76rJ9POm9qoOaJbqRmnNL2viaF+d+Paf2blPSlm1JSnqn7hlRjio+40nZJ9TKzw==
|
||||||
dependencies:
|
dependencies:
|
||||||
"@babel/runtime" "^7.18.6"
|
"@babel/runtime" "^7.18.6"
|
||||||
"@codemirror/commands" "^6.1.0"
|
"@codemirror/commands" "^6.1.0"
|
||||||
"@codemirror/state" "^6.1.1"
|
"@codemirror/state" "^6.1.1"
|
||||||
"@codemirror/theme-one-dark" "^6.0.0"
|
"@codemirror/theme-one-dark" "^6.0.0"
|
||||||
"@uiw/codemirror-extensions-basic-setup" "4.21.20"
|
"@uiw/codemirror-extensions-basic-setup" "4.21.21"
|
||||||
codemirror "^6.0.0"
|
codemirror "^6.0.0"
|
||||||
|
|
||||||
acorn-jsx@^5.3.1:
|
acorn-jsx@^5.3.1:
|
||||||
|
@ -1798,10 +1804,10 @@ axe-core@^4.6.2:
|
||||||
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
|
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.8.2.tgz#2f6f3cde40935825cf4465e3c1c9e77b240ff6ae"
|
||||||
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==
|
integrity sha512-/dlp0fxyM3R8YW7MFzaHWXrf4zzbr0vaYb23VBFCl83R7nWNPg/yaQw2Dc8jzCMmDVLhSdzH8MjrsuIUuvX+6g==
|
||||||
|
|
||||||
axios@1.5.0:
|
axios@1.6.0:
|
||||||
version "1.5.0"
|
version "1.6.0"
|
||||||
resolved "https://registry.yarnpkg.com/axios/-/axios-1.5.0.tgz#f02e4af823e2e46a9768cfc74691fdd0517ea267"
|
resolved "https://registry.yarnpkg.com/axios/-/axios-1.6.0.tgz#f1e5292f26b2fd5c2e66876adc5b06cdbd7d2102"
|
||||||
integrity sha512-D4DdjDo5CY50Qms0qGQTTw6Q44jl7zRwY7bthds06pUGfChBCTcQs+N743eFWGEd6pRTMd6A+I87aWyFV5wiZQ==
|
integrity sha512-EZ1DYihju9pwVB+jg67ogm+Tmqc6JmhamRN6I4Zt8DfZu5lbcQGw3ozH9lFejSJgs/ibaef3A9PMXPLeefFGJg==
|
||||||
dependencies:
|
dependencies:
|
||||||
follow-redirects "^1.15.0"
|
follow-redirects "^1.15.0"
|
||||||
form-data "^4.0.0"
|
form-data "^4.0.0"
|
||||||
|
@ -5127,7 +5133,7 @@ react-remove-scroll@2.5.5:
|
||||||
use-callback-ref "^1.3.0"
|
use-callback-ref "^1.3.0"
|
||||||
use-sidecar "^1.1.2"
|
use-sidecar "^1.1.2"
|
||||||
|
|
||||||
react-remove-scroll@^2.5.6:
|
react-remove-scroll@^2.5.7:
|
||||||
version "2.5.7"
|
version "2.5.7"
|
||||||
resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz#15a1fd038e8497f65a695bf26a4a57970cac1ccb"
|
resolved "https://registry.yarnpkg.com/react-remove-scroll/-/react-remove-scroll-2.5.7.tgz#15a1fd038e8497f65a695bf26a4a57970cac1ccb"
|
||||||
integrity sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==
|
integrity sha512-FnrTWO4L7/Bhhf3CYBNArEG/yROV0tKmTv7/3h9QCFvH6sndeFf1wPqOcbFVu5VAulS5dV1wGT3GZZ/1GawqiA==
|
||||||
|
|
Loading…
Reference in New Issue