Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser
2023-03-02 10:32:41 -05:00
6 changed files with 134 additions and 114 deletions

View File

@ -57,7 +57,7 @@
"@babel/preset-typescript": "7.21.0",
"@emotion/eslint-plugin": "11.10.0",
"@emotion/jest": "11.10.5",
"@types/node": "16.18.13",
"@types/node": "16.18.14",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"@typescript-eslint/eslint-plugin": "5.54.0",

View File

@ -112,7 +112,7 @@
"jwt-decode": "3.1.2",
"localforage": "1.10.0",
"lodash": "4.17.21",
"minimatch": "7.4.1",
"minimatch": "7.4.2",
"moment": "2.29.4",
"node-polyglot": "2.5.0",
"ol": "7.2.2",
@ -146,7 +146,7 @@
"slate-hyperscript": "0.77.0",
"slate-react": "0.91.7",
"stream-browserify": "3.0.0",
"styled-components": "5.3.6",
"styled-components": "5.3.8",
"symbol-observable": "4.0.0",
"unified": "10.1.2",
"unist-util-visit": "4.1.2",
@ -193,7 +193,7 @@
"@types/jwt-decode": "2.2.1",
"@types/lodash": "4.14.191",
"@types/minimatch": "5.1.2",
"@types/node": "16.18.13",
"@types/node": "16.18.14",
"@types/node-fetch": "2.6.2",
"@types/react": "18.0.28",
"@types/react-color": "3.0.6",
@ -248,7 +248,7 @@
"process": "0.11.10",
"react-refresh": "0.14.0",
"react-svg-loader": "3.0.3",
"rimraf": "4.1.2",
"rimraf": "4.1.3",
"simple-git": "3.16.1",
"source-map-loader": "4.0.1",
"style-loader": "3.3.1",

View File

@ -22,7 +22,7 @@
"gray-matter": "4.0.3",
"js-yaml": "4.1.0",
"next": "13.2.3",
"next-mdx-remote": "4.4.0",
"next-mdx-remote": "4.4.1",
"next-pwa": "5.6.0",
"prismjs": "1.29.0",
"react": "18.2.0",
@ -38,7 +38,7 @@
"@next/bundle-analyzer": "13.2.3",
"@next/eslint-plugin-next": "13.2.3",
"@types/js-yaml": "4.0.5",
"@types/node": "16.18.13",
"@types/node": "16.18.14",
"@types/prettier": "2.7.2",
"@types/prismjs": "1.26.0",
"@types/react": "18.0.28",