We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9732d3 commit e091357Copy full SHA for e091357
2 files changed
package.json
@@ -24,7 +24,7 @@
24
"react-dom": "^18.2.0",
25
"react-redux": "^8.1.2",
26
"react-router-dom": "^6.15.0",
27
- "react-scripts": "5.0.1",
+ "react-scripts": "^5.0.1",
28
"three": "^0.169.0",
29
"typescript": "^5.1.6",
30
"web-vitals": "^2.1.0"
@@ -62,5 +62,10 @@
62
"last 1 firefox version",
63
"last 1 safari version"
64
]
65
- }
+ },
66
+ "resolutions": {
67
+ "postcss": "^8.4.31",
68
+ "nth-check": "^2.0.1"
69
+}
70
+
71
}
0 commit comments