Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser
2023-03-16 07:19:46 -04:00
6 changed files with 189 additions and 103 deletions

View File

@ -47,7 +47,7 @@
"last 2 Safari versions"
],
"dependencies": {
"@babel/eslint-parser": "7.19.1",
"@babel/eslint-parser": "7.21.3",
"@babel/runtime": "7.21.0",
"@codemirror/autocomplete": "6.4.2",
"@codemirror/commands": "6.2.1",
@ -70,8 +70,8 @@
"@mdx-js/mdx": "2.3.0",
"@mdx-js/react": "2.3.0",
"@mui/icons-material": "5.11.11",
"@mui/material": "5.11.12",
"@mui/system": "5.11.12",
"@mui/material": "5.11.13",
"@mui/system": "5.11.13",
"@mui/x-date-pickers": "5.0.20",
"@reduxjs/toolkit": "1.9.3",
"@styled-icons/fluentui-system-regular": "10.47.0",
@ -165,7 +165,7 @@
},
"devDependencies": {
"@babel/cli": "7.21.0",
"@babel/core": "7.21.0",
"@babel/core": "7.21.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-export-default-from": "7.18.10",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
@ -188,7 +188,7 @@
"@types/create-react-class": "15.6.3",
"@types/fs-extra": "11.0.1",
"@types/is-hotkey": "0.1.7",
"@types/jest": "29.4.1",
"@types/jest": "29.4.2",
"@types/js-yaml": "4.0.5",
"@types/jwt-decode": "2.2.1",
"@types/lodash": "4.14.191",
@ -230,7 +230,7 @@
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-unicorn": "46.0.0",
"execa": "7.1.0",
"execa": "7.1.1",
"fs-extra": "11.1.0",
"gitlab": "14.2.2",
"http-server": "14.1.1",
@ -256,9 +256,9 @@
"ts-jest": "29.0.5",
"tsconfig-paths-webpack-plugin": "4.0.1",
"typescript": "4.9.5",
"webpack": "5.76.1",
"webpack": "5.76.2",
"webpack-cli": "5.0.1",
"webpack-dev-server": "4.11.1"
"webpack-dev-server": "4.12.0"
},
"peerDependencies": {
"react": "^18.2.0",