Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser 2023-02-23 21:50:12 -05:00
commit a21b21218a
5 changed files with 50 additions and 41 deletions

View File

@ -66,7 +66,7 @@
"babel-loader": "9.1.2", "babel-loader": "9.1.2",
"babel-plugin-emotion": "11.0.0", "babel-plugin-emotion": "11.0.0",
"babel-plugin-inline-json-import": "0.3.2", "babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-inline-react-svg": "2.0.1", "babel-plugin-inline-react-svg": "2.0.2",
"babel-plugin-lodash": "3.3.4", "babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-define": "2.1.0", "babel-plugin-transform-define": "2.1.0",

View File

@ -72,7 +72,7 @@
"@mui/icons-material": "5.11.9", "@mui/icons-material": "5.11.9",
"@mui/material": "5.11.10", "@mui/material": "5.11.10",
"@mui/system": "5.11.9", "@mui/system": "5.11.9",
"@mui/x-date-pickers": "5.0.19", "@mui/x-date-pickers": "5.0.20",
"@reduxjs/toolkit": "1.9.3", "@reduxjs/toolkit": "1.9.3",
"@styled-icons/fluentui-system-regular": "10.47.0", "@styled-icons/fluentui-system-regular": "10.47.0",
"@styled-icons/remix-editor": "10.46.0", "@styled-icons/remix-editor": "10.46.0",
@ -112,7 +112,7 @@
"jwt-decode": "3.1.2", "jwt-decode": "3.1.2",
"localforage": "1.10.0", "localforage": "1.10.0",
"lodash": "4.17.21", "lodash": "4.17.21",
"minimatch": "7.0.0", "minimatch": "7.1.0",
"moment": "2.29.4", "moment": "2.29.4",
"node-polyglot": "2.5.0", "node-polyglot": "2.5.0",
"ol": "7.2.2", "ol": "7.2.2",
@ -141,10 +141,10 @@
"sanitize-filename": "1.6.3", "sanitize-filename": "1.6.3",
"scheduler": "0.23.0", "scheduler": "0.23.0",
"semaphore": "1.1.0", "semaphore": "1.1.0",
"slate": "0.91.1", "slate": "0.91.3",
"slate-history": "0.86.0", "slate-history": "0.86.0",
"slate-hyperscript": "0.77.0", "slate-hyperscript": "0.77.0",
"slate-react": "0.91.2", "slate-react": "0.91.3",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"styled-components": "5.3.6", "styled-components": "5.3.6",
"symbol-observable": "4.0.0", "symbol-observable": "4.0.0",
@ -202,15 +202,15 @@
"@types/react-window": "1.8.5", "@types/react-window": "1.8.5",
"@types/styled-components": "5.1.26", "@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1", "@types/url-join": "4.0.1",
"@types/uuid": "9.0.0", "@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.53.0", "@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0", "@typescript-eslint/parser": "5.53.0",
"axios": "1.3.3", "axios": "1.3.4",
"babel-core": "7.0.0-bridge.0", "babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2", "babel-loader": "9.1.2",
"babel-plugin-emotion": "11.0.0", "babel-plugin-emotion": "11.0.0",
"babel-plugin-inline-json-import": "0.3.2", "babel-plugin-inline-json-import": "0.3.2",
"babel-plugin-inline-react-svg": "2.0.1", "babel-plugin-inline-react-svg": "2.0.2",
"babel-plugin-lodash": "3.3.4", "babel-plugin-lodash": "3.3.4",
"babel-plugin-transform-builtin-extend": "1.1.2", "babel-plugin-transform-builtin-extend": "1.1.2",
"babel-plugin-transform-define": "2.1.0", "babel-plugin-transform-define": "2.1.0",

View File

@ -149,7 +149,7 @@ cms.registerAdditionalLink({
cms.registerAdditionalLink({ cms.registerAdditionalLink({
id: "config", id: "config",
title: "Demo config.yml", title: "Demo config.yml",
data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/config.yml", data: "https://github.com/StaticJsCMS/static-cms/blob/main/packages/demo/public/config.yml",
options: { options: {
icon: "page", icon: "page",
}, },

View File

@ -21,7 +21,7 @@
"date-fns": "2.29.3", "date-fns": "2.29.3",
"gray-matter": "4.0.3", "gray-matter": "4.0.3",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"next": "13.1.6", "next": "13.2.0",
"next-mdx-remote": "4.3.0", "next-mdx-remote": "4.3.0",
"next-pwa": "5.6.0", "next-pwa": "5.6.0",
"prismjs": "1.29.0", "prismjs": "1.29.0",
@ -35,8 +35,8 @@
"devDependencies": { "devDependencies": {
"@babel/core": "7.21.0", "@babel/core": "7.21.0",
"@emotion/eslint-plugin": "11.10.0", "@emotion/eslint-plugin": "11.10.0",
"@next/bundle-analyzer": "13.1.6", "@next/bundle-analyzer": "13.2.0",
"@next/eslint-plugin-next": "13.1.6", "@next/eslint-plugin-next": "13.2.0",
"@types/js-yaml": "4.0.5", "@types/js-yaml": "4.0.5",
"@types/node": "16.18.12", "@types/node": "16.18.12",
"@types/prettier": "2.7.2", "@types/prettier": "2.7.2",
@ -47,7 +47,7 @@
"@typescript-eslint/parser": "5.53.0", "@typescript-eslint/parser": "5.53.0",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"eslint": "8.34.0", "eslint": "8.34.0",
"eslint-config-next": "13.1.6", "eslint-config-next": "13.2.0",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.6.0",
"eslint-plugin-babel": "5.3.1", "eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "45.0.2",

View File

@ -2760,10 +2760,10 @@
prop-types "^15.8.1" prop-types "^15.8.1"
react-is "^18.2.0" react-is "^18.2.0"
"@mui/x-date-pickers@5.0.19": "@mui/x-date-pickers@5.0.20":
version "5.0.19" version "5.0.20"
resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-5.0.19.tgz#1a51477a702a31401e30d3e34be6934a85e9478f" resolved "https://registry.yarnpkg.com/@mui/x-date-pickers/-/x-date-pickers-5.0.20.tgz#7b4e5b5a214a8095937ba7d82bb82acd6f270d72"
integrity sha512-D8zFyFgwA6faPCTM//3SG17RqCegczKQS9wF/toemhjsP7Ps4ape/llHqowL/BZLbi14OXV0Ud10tfUyVP7Q/Q== integrity sha512-ERukSeHIoNLbI1C2XRhF9wRhqfsr+Q4B1SAw2ZlU7CWgcG8UBOxgqRKDEOVAIoSWL+DWT6GRuQjOKvj6UXZceA==
dependencies: dependencies:
"@babel/runtime" "^7.18.9" "@babel/runtime" "^7.18.9"
"@date-io/core" "^2.15.0" "@date-io/core" "^2.15.0"
@ -4163,10 +4163,10 @@
resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43" resolved "https://registry.yarnpkg.com/@types/use-sync-external-store/-/use-sync-external-store-0.0.3.tgz#b6725d5f4af24ace33b36fafd295136e75509f43"
integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA== integrity sha512-EwmlvuaxPNej9+T4v5AuBPJa2x2UOJVdjCtDHgcDqitUeOtjnJKJ+apYjVcAoBEMjKW1VVFGZLUb5+qqa09XFA==
"@types/uuid@9.0.0": "@types/uuid@9.0.1":
version "9.0.0" version "9.0.1"
resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.0.tgz#53ef263e5239728b56096b0a869595135b7952d2" resolved "https://registry.yarnpkg.com/@types/uuid/-/uuid-9.0.1.tgz#98586dc36aee8dacc98cc396dbca8d0429647aa6"
integrity sha512-kr90f+ERiQtKWMz5rP32ltJ/BtULDI5RVO0uavn1HQUOwjx0R1h0rnDYNL0CepF1zL5bSY6FISAfd9tOdDhU5Q== integrity sha512-rFT3ak0/2trgvp4yYZo5iKFEPsET7vKydKF+VRCxlQ9bpheehyAJH89dAkaLEq/j/RZXJIqcgsmPJKUP1Z28HA==
"@types/ws@^8.5.1": "@types/ws@^8.5.1":
version "8.5.4" version "8.5.4"
@ -5676,7 +5676,16 @@ axe-core@^4.6.2:
resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece" resolved "https://registry.yarnpkg.com/axe-core/-/axe-core-4.6.3.tgz#fc0db6fdb65cc7a80ccf85286d91d64ababa3ece"
integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg== integrity sha512-/BQzOX780JhsxDnPpH4ZiyrJAzcd8AfzFPkv+89veFSr1rcMjuq2JDCwypKaPeB6ljHp9KjXhPpjgCvQlWYuqg==
axios@1.3.3, axios@^1.0.0: axios@1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.4.tgz#f5760cefd9cfb51fd2481acf88c05f67c4523024"
integrity sha512-toYm+Bsyl6VC5wSkfkbbNB6ROv7KY93PEBBL6xyDczaIHasAiv4wPqQ/c4RjoQzipxRD2W5g21cOqQulZ7rHwQ==
dependencies:
follow-redirects "^1.15.0"
form-data "^4.0.0"
proxy-from-env "^1.1.0"
axios@^1.0.0:
version "1.3.3" version "1.3.3"
resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b" resolved "https://registry.yarnpkg.com/axios/-/axios-1.3.3.tgz#e7011384ba839b885007c9c9fae1ff23dceb295b"
integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA== integrity sha512-eYq77dYIFS77AQlhzEL937yUBSepBfPIe8FcgEDN35vMNZKMrs81pgnyrQpwfy4NF4b4XWX1Zgx7yX+25w8QJA==
@ -5782,16 +5791,16 @@ babel-plugin-inline-json-import@0.3.2:
dependencies: dependencies:
decache "^4.5.1" decache "^4.5.1"
babel-plugin-inline-react-svg@2.0.1: babel-plugin-inline-react-svg@2.0.2:
version "2.0.1" version "2.0.2"
resolved "https://registry.yarnpkg.com/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.1.tgz#68c9c119d643a8f2d7bf939b942534d89ae3ade9" resolved "https://registry.yarnpkg.com/babel-plugin-inline-react-svg/-/babel-plugin-inline-react-svg-2.0.2.tgz#3a7bc4dc791c2d809a54d43f1a5ac53f3be8acb9"
integrity sha512-aD4gy2G3gNVDaw97LtoixzWbaOcSEnOb4KJPe8kZedSeqxY3v71KsBs8DGmButGZtEloCRhRRuU2TpW1hIPXig== integrity sha512-iM9obPpCcdPE1EJE+UF+tni7CZ4q/OvdDm/TeBBHAYAEOqDcFd7fdnmym6OYAQMYfEpUnRYUYx2KxSUyo4cQxQ==
dependencies: dependencies:
"@babel/helper-plugin-utils" "^7.0.0" "@babel/helper-plugin-utils" "^7.0.0"
"@babel/parser" "^7.0.0" "@babel/parser" "^7.0.0"
lodash.isplainobject "^4.0.6" lodash.isplainobject "^4.0.6"
resolve "^1.20.0" resolve "^2.0.0-next.4"
svgo "^2.0.3" svgo "^2.8.0"
babel-plugin-istanbul@^6.1.1: babel-plugin-istanbul@^6.1.1:
version "6.1.1" version "6.1.1"
@ -13020,10 +13029,10 @@ minimatch@3.0.5:
dependencies: dependencies:
brace-expansion "^1.1.7" brace-expansion "^1.1.7"
minimatch@7.0.0: minimatch@7.1.0:
version "7.0.0" version "7.1.0"
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.0.0.tgz#20a8df098715e228c918b2bd81f34d9543767a75" resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-7.1.0.tgz#8d3b0a361b02b4420c89fb2b8295621429c340ea"
integrity sha512-Wog4y1P2q/0sF+0vw+6dWgqVmo/XPJg+2OtVmR6IVvNGDhcfAPjFacjZCUlGCoU/tbzH6EOeSt2P3llRAqRNiA== integrity sha512-ZRvZsrVXiuB/QDlJx7WPymFyOHQUntQOEH3vFIwCzs/fDnH/siHZQAmI6Zamx1J9u9S66ucgKXU0CnqHfi8Z4g==
dependencies: dependencies:
brace-expansion "^2.0.1" brace-expansion "^2.0.1"
@ -16477,10 +16486,10 @@ slate-hyperscript@0.77.0:
dependencies: dependencies:
is-plain-object "^5.0.0" is-plain-object "^5.0.0"
slate-react@0.91.2: slate-react@0.91.3:
version "0.91.2" version "0.91.3"
resolved "https://registry.yarnpkg.com/slate-react/-/slate-react-0.91.2.tgz#7bec89b497b939a9d17292d6183f88a7ca3916ea" resolved "https://registry.yarnpkg.com/slate-react/-/slate-react-0.91.3.tgz#cdacb63e2093312ceb45e1f08f21676181c13b5b"
integrity sha512-D+rm72Q2b81aqlw/+2Kcu8p3fmsKF2v8i134bu1oGfJWy6XTSTVyEXSca0+V5CHdxWgOMu02iXNjnVI2qmIsYw== integrity sha512-ejdG60sb0F//yovsk4KZTGM19bZ+qAf60Od4dCmb4nHvbYQyylzvP93WCSYlmKdBbUEFBkcClEKinEWaAmEzoA==
dependencies: dependencies:
"@juggle/resize-observer" "^3.4.0" "@juggle/resize-observer" "^3.4.0"
"@types/is-hotkey" "^0.1.1" "@types/is-hotkey" "^0.1.1"
@ -16492,10 +16501,10 @@ slate-react@0.91.2:
scroll-into-view-if-needed "^2.2.20" scroll-into-view-if-needed "^2.2.20"
tiny-invariant "1.0.6" tiny-invariant "1.0.6"
slate@0.91.1: slate@0.91.3:
version "0.91.1" version "0.91.3"
resolved "https://registry.yarnpkg.com/slate/-/slate-0.91.1.tgz#1891e03dc7e3f585a23fb20149e2c7a4614b0ddc" resolved "https://registry.yarnpkg.com/slate/-/slate-0.91.3.tgz#e51e78db9f58bd98622a1b1db9c410277aaa418e"
integrity sha512-t8R6y2CjVD/NNo3h6fyM9tOH2mwJVETzSq7cNBfhAHwTRsKQ0fF0nxErxwWURiRFr1ZMOCk7rJXfgLxI95ZNFA== integrity sha512-zHQ2/btQK9Y66tKkTTKjBLW6tzrvXHn1Z+EqbgQrqCeIAA3VtFcp+gr0qOkH12hVtXhXUi6ma4xYhNKrzwGtow==
dependencies: dependencies:
immer "^9.0.6" immer "^9.0.6"
is-plain-object "^5.0.0" is-plain-object "^5.0.0"
@ -17143,7 +17152,7 @@ svgo@^1.2.2:
unquote "~1.1.1" unquote "~1.1.1"
util.promisify "~1.0.0" util.promisify "~1.0.0"
svgo@^2.0.3, svgo@^2.7.0: svgo@^2.7.0, svgo@^2.8.0:
version "2.8.0" version "2.8.0"
resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24" resolved "https://registry.yarnpkg.com/svgo/-/svgo-2.8.0.tgz#4ff80cce6710dc2795f0c7c74101e6764cfccd24"
integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg== integrity sha512-+N/Q9kV1+F+UeWYoSiULYo4xYSDQlTgb+ayMobAXPwMnLvop7oxKMo9OzIrX5x3eS4L4f2UHhc9axXwY8DpChg==