Fixed package.json to lock certain modules that have bugs in their most recent updates.

This commit is contained in:
Lucid Kobold
2022-02-14 20:09:53 -06:00
parent 0fdfabb8e0
commit 6e0ae7906b
2 changed files with 6 additions and 6 deletions

View File

@@ -22,7 +22,7 @@
"@types/react": "^17.0.39",
"date-fns": "^2.28.0",
"formik": "^2.2.9",
"framer-motion": "^6.2.4",
"framer-motion": "<6.2.5",
"next": "12.0.10",
"react": "17.0.2",
"react-dom": "17.0.2",
@@ -36,7 +36,7 @@
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.27.1",
"eslint-plugin-react": "<7.28.0",
"eslint-plugin-react-hooks": "^4.3.0",
"prettier": "^2.5.1",
"typescript": "4.5.5"