Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser
2023-02-26 07:53:44 -05:00
5 changed files with 87 additions and 21 deletions

View File

@ -74,7 +74,7 @@
"babel-plugin-transform-inline-environment-variables": "0.4.4",
"cross-env": "7.0.3",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5",

View File

@ -112,7 +112,7 @@
"jwt-decode": "3.1.2",
"localforage": "1.10.0",
"lodash": "4.17.21",
"minimatch": "7.1.1",
"minimatch": "7.2.0",
"moment": "2.29.4",
"node-polyglot": "2.5.0",
"ol": "7.2.2",
@ -144,7 +144,7 @@
"slate": "0.91.4",
"slate-history": "0.86.0",
"slate-hyperscript": "0.77.0",
"slate-react": "0.91.4",
"slate-react": "0.91.5",
"stream-browserify": "3.0.0",
"styled-components": "5.3.6",
"symbol-observable": "4.0.0",
@ -222,7 +222,7 @@
"cross-env": "7.0.3",
"css-loader": "6.7.3",
"dotenv": "16.0.3",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-import-resolver-typescript": "3.5.3",
"eslint-plugin-cypress": "2.12.1",
"eslint-plugin-import": "2.27.5",

View File

@ -26,7 +26,7 @@
"eslint-plugin-react-hooks": "4.6.0",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-unicorn": "45.0.2",
"eslint": "8.34.0",
"eslint": "8.35.0",
"prettier": "2.8.4",
"react-scripts": "5.0.1",
"typescript": "4.9.5",

View File

@ -29,7 +29,7 @@
"react-dom": "18.2.0",
"react-schemaorg": "2.0.0",
"remark-gfm": "3.0.1",
"schema-dts": "1.1.0",
"schema-dts": "1.1.2",
"yaml": "2.2.1"
},
"devDependencies": {
@ -46,7 +46,7 @@
"@typescript-eslint/eslint-plugin": "5.53.0",
"@typescript-eslint/parser": "5.53.0",
"babel-eslint": "10.1.0",
"eslint": "8.34.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-babel": "5.3.1",