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"

View File

@@ -2498,7 +2498,7 @@ __metadata:
languageName: node
linkType: hard
"eslint-plugin-react@npm:^7.27.0, eslint-plugin-react@npm:^7.27.1":
"eslint-plugin-react@npm:<7.28.0, eslint-plugin-react@npm:^7.27.0":
version: 7.27.1
resolution: "eslint-plugin-react@npm:7.27.1"
dependencies:
@@ -2796,7 +2796,7 @@ __metadata:
languageName: node
linkType: hard
"framer-motion@npm:^6.2.4":
"framer-motion@npm:<6.2.5":
version: 6.2.4
resolution: "framer-motion@npm:6.2.4"
dependencies:
@@ -3585,10 +3585,10 @@ __metadata:
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
formik: ^2.2.9
framer-motion: ^6.2.4
framer-motion: <6.2.5
next: 12.0.10
prettier: ^2.5.1
react: 17.0.2