We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1a9969 commit 975c688Copy full SHA for 975c688
2 files changed
nextjs/package.json
@@ -18,10 +18,10 @@
18
"use-persisted-state": "^0.3.3"
19
},
20
"devDependencies": {
21
- "@types/react": "17.0.14",
22
- "@types/use-persisted-state": "^0.3.0",
23
- "eslint": "7.30.0",
24
- "eslint-config-next": "11.0.1",
+ "@types/react": "17.0.18",
+ "@types/use-persisted-state": "0.3.0",
+ "eslint": "7.32.0",
+ "eslint-config-next": "11.1.0",
25
"typescript": "4.3.5"
26
}
27
parcel/package.json
@@ -15,9 +15,9 @@
15
"react-dom": "^17.0.1"
16
17
- "@types/react": "^17.0.14",
- "@types/react-dom": "^17.0.9",
+ "@types/react": "17.0.14",
+ "@types/react-dom": "17.0.9",
"parcel": "next",
- "typescript": "^4.3.5"
+ "typescript": "4.3.5"
0 commit comments