Merge branch 'main' into next

This commit is contained in:
Daniel Lautzenheiser
2023-03-01 07:08:29 -05:00
3 changed files with 100 additions and 100 deletions

View File

@ -112,7 +112,7 @@
"jwt-decode": "3.1.2",
"localforage": "1.10.0",
"lodash": "4.17.21",
"minimatch": "7.3.0",
"minimatch": "7.4.1",
"moment": "2.29.4",
"node-polyglot": "2.5.0",
"ol": "7.2.2",

View File

@ -21,7 +21,7 @@
"date-fns": "2.29.3",
"gray-matter": "4.0.3",
"js-yaml": "4.1.0",
"next": "13.2.1",
"next": "13.2.3",
"next-mdx-remote": "4.4.0",
"next-pwa": "5.6.0",
"prismjs": "1.29.0",
@ -35,8 +35,8 @@
"devDependencies": {
"@babel/core": "7.21.0",
"@emotion/eslint-plugin": "11.10.0",
"@next/bundle-analyzer": "13.2.1",
"@next/eslint-plugin-next": "13.2.1",
"@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/prettier": "2.7.2",
@ -47,7 +47,7 @@
"@typescript-eslint/parser": "5.54.0",
"babel-eslint": "10.1.0",
"eslint": "8.35.0",
"eslint-config-next": "13.2.1",
"eslint-config-next": "13.2.3",
"eslint-config-prettier": "8.6.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-unicorn": "45.0.2",