Update dependencies

This commit is contained in:
Paul W. 2021-12-08 01:13:39 -05:00
parent f539f78820
commit e7705b2781
2 changed files with 118 additions and 1236 deletions

1344
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,9 @@
"lint": "next lint" "lint": "next lint"
}, },
"dependencies": { "dependencies": {
"@types/react": "^17.0.30", "@types/react": "^17.0.37",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"next": "^11.1.2", "next": "^11.1.3",
"react": "^17.0.2", "react": "^17.0.2",
"react-dom": "^17.0.2", "react-dom": "^17.0.2",
"react-markdown": "^7.1.1" "react-markdown": "^7.1.1"
@ -16,8 +16,8 @@
"devDependencies": { "devDependencies": {
"@svgr/webpack": "^5.5.0", "@svgr/webpack": "^5.5.0",
"@types/react-dom": "^17.0.11", "@types/react-dom": "^17.0.11",
"eslint": "7.32.0", "eslint": "^7.32.0",
"eslint-config-next": "11.1.2", "eslint-config-next": "^11.1.2",
"typescript": "^4.4.4" "typescript": "^4.5.2"
} }
} }