Minor dep. updates

This commit is contained in:
Paul W. 2022-02-14 15:45:27 -05:00
parent bfacb23f8a
commit a7a7429d4c
2 changed files with 2261 additions and 3538 deletions

5790
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -9,18 +9,17 @@
"@types/react": "^17.0.37", "@types/react": "^17.0.37",
"dotenv": "^10.0.0", "dotenv": "^10.0.0",
"gray-matter": "^4.0.3", "gray-matter": "^4.0.3",
"next": "^11.1.3", "next": "^11.1.4",
"normalize.css": "^8.0.1", "normalize.css": "^8.0.1",
"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.2"
}, },
"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.4",
"typescript": "^4.5.2", "typescript": "^4.5.5"
"ts-node": "^10.5.0"
} }
} }