Skip to content

Commit 265ed0f

Browse files
committed
Upgrade ui frontend semver dependencies
Some packages say they allow any version of `@types/react`, but that's a lie. Constrain them for now.
1 parent 2b361fe commit 265ed0f

File tree

2 files changed

+448
-387
lines changed

2 files changed

+448
-387
lines changed

ui/frontend/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
"version": "0.0.1",
44
"description": "UI for the Rust playground",
55
"main": "index.js",
6+
"resolutions": {
7+
"@types/react": "^17.0.2"
8+
},
69
"dependencies": {
710
"@popperjs/core": "^2.4.0",
811
"ace-builds": "^1.4.4",

0 commit comments

Comments
 (0)