Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser 2023-03-11 13:21:29 -05:00
commit bdd95d5692
6 changed files with 903 additions and 434 deletions

View File

@ -24,7 +24,7 @@
"all-contributors-cli": "6.24.0", "all-contributors-cli": "6.24.0",
"husky": "8.0.3", "husky": "8.0.3",
"lerna": "6.5.1", "lerna": "6.5.1",
"lint-staged": "13.1.2", "lint-staged": "13.2.0",
"react": "18.2.0", "react": "18.2.0",
"react-dom": "18.2.0" "react-dom": "18.2.0"
}, },

View File

@ -60,8 +60,8 @@
"@types/node": "16.18.14", "@types/node": "16.18.14",
"@types/react": "18.0.28", "@types/react": "18.0.28",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0", "@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.0", "@typescript-eslint/parser": "5.54.1",
"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",
@ -74,14 +74,14 @@
"babel-plugin-transform-inline-environment-variables": "0.4.4", "babel-plugin-transform-inline-environment-variables": "0.4.4",
"cross-env": "7.0.3", "cross-env": "7.0.3",
"dotenv": "16.0.3", "dotenv": "16.0.3",
"eslint": "8.35.0", "eslint": "8.36.0",
"eslint-import-resolver-typescript": "3.5.3", "eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1", "eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5", "eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2", "eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "46.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"postcss": "8.4.21", "postcss": "8.4.21",
"postcss-scss": "4.0.6", "postcss-scss": "4.0.6",
@ -89,9 +89,9 @@
"source-map-loader": "4.0.1", "source-map-loader": "4.0.1",
"style-loader": "3.3.1", "style-loader": "3.3.1",
"to-string-loader": "1.2.0", "to-string-loader": "1.2.0",
"tsconfig-paths-webpack-plugin": "4.0.0", "tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5", "typescript": "4.9.5",
"webpack": "5.75.0", "webpack": "5.76.1",
"webpack-cli": "5.0.1" "webpack-cli": "5.0.1"
}, },
"publishConfig": { "publishConfig": {

View File

@ -70,15 +70,15 @@
"@mdx-js/mdx": "2.3.0", "@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0", "@mdx-js/react": "2.3.0",
"@mui/icons-material": "5.11.11", "@mui/icons-material": "5.11.11",
"@mui/material": "5.11.11", "@mui/material": "5.11.12",
"@mui/system": "5.11.11", "@mui/system": "5.11.12",
"@mui/x-date-pickers": "5.0.20", "@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",
"@udecode/plate": "19.7.0", "@udecode/plate": "19.7.0",
"@udecode/plate-juice": "19.7.0", "@udecode/plate-juice": "20.0.0",
"@udecode/plate-serializer-md": "19.7.0", "@udecode/plate-serializer-md": "20.0.0",
"@uiw/codemirror-extensions-langs": "4.19.9", "@uiw/codemirror-extensions-langs": "4.19.9",
"@uiw/react-codemirror": "4.19.9", "@uiw/react-codemirror": "4.19.9",
"ajv": "8.12.0", "ajv": "8.12.0",
@ -89,13 +89,13 @@
"clean-stack": "5.1.0", "clean-stack": "5.1.0",
"codemirror": "6.0.1", "codemirror": "6.0.1",
"common-tags": "1.8.2", "common-tags": "1.8.2",
"copy-text-to-clipboard": "3.0.1", "copy-text-to-clipboard": "3.1.0",
"create-react-class": "15.7.0", "create-react-class": "15.7.0",
"date-fns": "2.29.3", "date-fns": "2.29.3",
"deepmerge": "4.3.0", "deepmerge": "4.3.0",
"diacritics": "1.3.0", "diacritics": "1.3.0",
"escape-html": "1.0.3", "escape-html": "1.0.3",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.7.0",
"eslint-plugin-babel": "5.3.1", "eslint-plugin-babel": "5.3.1",
"fuzzy": "0.1.3", "fuzzy": "0.1.3",
"globby": "13.1.3", "globby": "13.1.3",
@ -115,7 +115,7 @@
"minimatch": "7.4.2", "minimatch": "7.4.2",
"moment": "2.29.4", "moment": "2.29.4",
"node-polyglot": "2.5.0", "node-polyglot": "2.5.0",
"ol": "7.2.2", "ol": "7.3.0",
"path-browserify": "1.0.1", "path-browserify": "1.0.1",
"prop-types": "15.8.1", "prop-types": "15.8.1",
"react": "18.2.0", "react": "18.2.0",
@ -127,7 +127,7 @@
"react-is": "18.2.0", "react-is": "18.2.0",
"react-polyglot": "0.7.2", "react-polyglot": "0.7.2",
"react-redux": "8.0.5", "react-redux": "8.0.5",
"react-router-dom": "6.8.2", "react-router-dom": "6.9.0",
"react-scroll-sync": "0.11.0", "react-scroll-sync": "0.11.0",
"react-textarea-autosize": "8.4.0", "react-textarea-autosize": "8.4.0",
"react-topbar-progress-indicator": "4.1.1", "react-topbar-progress-indicator": "4.1.1",
@ -144,7 +144,7 @@
"slate": "0.91.4", "slate": "0.91.4",
"slate-history": "0.86.0", "slate-history": "0.86.0",
"slate-hyperscript": "0.77.0", "slate-hyperscript": "0.77.0",
"slate-react": "0.91.8", "slate-react": "0.91.10",
"stream-browserify": "3.0.0", "stream-browserify": "3.0.0",
"styled-components": "5.3.8", "styled-components": "5.3.8",
"symbol-observable": "4.0.0", "symbol-observable": "4.0.0",
@ -180,7 +180,7 @@
"@emotion/jest": "11.10.5", "@emotion/jest": "11.10.5",
"@pmmmwh/react-refresh-webpack-plugin": "0.5.10", "@pmmmwh/react-refresh-webpack-plugin": "0.5.10",
"@simbathesailor/use-what-changed": "2.0.0", "@simbathesailor/use-what-changed": "2.0.0",
"@testing-library/dom": "9.0.0", "@testing-library/dom": "9.0.1",
"@testing-library/jest-dom": "5.16.5", "@testing-library/jest-dom": "5.16.5",
"@testing-library/react": "14.0.0", "@testing-library/react": "14.0.0",
"@testing-library/user-event": "14.4.3", "@testing-library/user-event": "14.4.3",
@ -203,8 +203,8 @@
"@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.1", "@types/uuid": "9.0.1",
"@typescript-eslint/eslint-plugin": "5.54.0", "@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.0", "@typescript-eslint/parser": "5.54.1",
"axios": "1.3.4", "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",
@ -222,25 +222,25 @@
"cross-env": "7.0.3", "cross-env": "7.0.3",
"css-loader": "6.7.3", "css-loader": "6.7.3",
"dotenv": "16.0.3", "dotenv": "16.0.3",
"eslint": "8.35.0", "eslint": "8.36.0",
"eslint-import-resolver-typescript": "3.5.3", "eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1", "eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5", "eslint-plugin-import": "2.27.5",
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react": "7.32.2", "eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "46.0.0",
"execa": "7.0.0", "execa": "7.0.0",
"fs-extra": "11.1.0", "fs-extra": "11.1.0",
"gitlab": "14.2.2", "gitlab": "14.2.2",
"http-server": "14.1.1", "http-server": "14.1.1",
"jest": "29.4.3", "jest": "29.5.0",
"jest-environment-jsdom": "29.4.3", "jest-environment-jsdom": "29.5.0",
"js-yaml": "4.1.0", "js-yaml": "4.1.0",
"mockserver-client": "5.15.0", "mockserver-client": "5.15.0",
"mockserver-node": "5.15.0", "mockserver-node": "5.15.0",
"ncp": "2.0.0", "ncp": "2.0.0",
"node-fetch": "3.3.0", "node-fetch": "3.3.1",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"postcss": "8.4.21", "postcss": "8.4.21",
"postcss-scss": "4.0.6", "postcss-scss": "4.0.6",
@ -248,15 +248,15 @@
"process": "0.11.10", "process": "0.11.10",
"react-refresh": "0.14.0", "react-refresh": "0.14.0",
"react-svg-loader": "3.0.3", "react-svg-loader": "3.0.3",
"rimraf": "4.2.0", "rimraf": "4.4.0",
"simple-git": "3.16.1", "simple-git": "3.17.0",
"source-map-loader": "4.0.1", "source-map-loader": "4.0.1",
"style-loader": "3.3.1", "style-loader": "3.3.1",
"to-string-loader": "1.2.0", "to-string-loader": "1.2.0",
"ts-jest": "29.0.5", "ts-jest": "29.0.5",
"tsconfig-paths-webpack-plugin": "4.0.0", "tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5", "typescript": "4.9.5",
"webpack": "5.75.0", "webpack": "5.76.1",
"webpack-cli": "5.0.1", "webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1" "webpack-dev-server": "4.11.1"
}, },

View File

@ -25,12 +25,12 @@
"eslint-plugin-prettier": "4.2.1", "eslint-plugin-prettier": "4.2.1",
"eslint-plugin-react-hooks": "4.6.0", "eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.32.2", "eslint-plugin-react": "7.32.2",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "46.0.0",
"eslint": "8.35.0", "eslint": "8.36.0",
"prettier": "2.8.4", "prettier": "2.8.4",
"react-scripts": "5.0.1", "react-scripts": "5.0.1",
"typescript": "4.9.5", "typescript": "4.9.5",
"webpack": "5.75.0" "webpack": "5.76.1"
}, },
"browserslist": { "browserslist": {
"production": [ "production": [

View File

@ -17,7 +17,7 @@
"@emotion/react": "11.10.6", "@emotion/react": "11.10.6",
"@emotion/styled": "11.10.6", "@emotion/styled": "11.10.6",
"@mui/icons-material": "5.11.11", "@mui/icons-material": "5.11.11",
"@mui/material": "5.11.11", "@mui/material": "5.11.12",
"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",
@ -43,18 +43,18 @@
"@types/prismjs": "1.26.0", "@types/prismjs": "1.26.0",
"@types/react": "18.0.28", "@types/react": "18.0.28",
"@types/react-dom": "18.0.11", "@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0", "@typescript-eslint/eslint-plugin": "5.54.1",
"@typescript-eslint/parser": "5.54.0", "@typescript-eslint/parser": "5.54.1",
"babel-eslint": "10.1.0", "babel-eslint": "10.1.0",
"eslint": "8.35.0", "eslint": "8.36.0",
"eslint-config-next": "13.2.3", "eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0", "eslint-config-prettier": "8.7.0",
"eslint-plugin-babel": "5.3.1", "eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "45.0.2", "eslint-plugin-unicorn": "46.0.0",
"npm-run-all": "4.1.5", "npm-run-all": "4.1.5",
"prettier": "2.8.4", "prettier": "2.8.4",
"typescript": "4.9.5", "typescript": "4.9.5",
"webpack": "5.75.0" "webpack": "5.76.1"
}, },
"lint-staged": { "lint-staged": {
"*.ts": "prettier --write", "*.ts": "prettier --write",

1261
yarn.lock

File diff suppressed because it is too large Load Diff