Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser
2023-02-20 16:30:34 -05:00
4 changed files with 97 additions and 13 deletions

View File

@ -60,8 +60,8 @@
"@types/node": "16.18.12",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2",
"babel-plugin-emotion": "11.0.0",

View File

@ -144,7 +144,7 @@
"slate": "0.91.1",
"slate-history": "0.86.0",
"slate-hyperscript": "0.77.0",
"slate-react": "0.91.1",
"slate-react": "0.91.2",
"stream-browserify": "3.0.0",
"styled-components": "5.3.6",
"symbol-observable": "4.0.0",
@ -203,8 +203,8 @@
"@types/styled-components": "5.1.26",
"@types/url-join": "4.0.1",
"@types/uuid": "9.0.0",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"axios": "1.3.3",
"babel-core": "7.0.0-bridge.0",
"babel-loader": "9.1.2",

View File

@ -43,8 +43,8 @@
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.52.0",
"@typescript-eslint/parser": "5.52.0",
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"babel-eslint": "10.1.0",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",