Skip to content

Commit

Permalink
Revert "Bump @types/react in /app/experimenter/static/rapid (#3026)"
Browse files Browse the repository at this point in the history
This reverts commit da8f2ae.
  • Loading branch information
jaredlockhart committed Jul 10, 2020
1 parent ae88b3d commit f01c304
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/experimenter/static/rapid/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@babel/preset-typescript": "7.10.1",
"@testing-library/jest-dom": "5.11.0",
"@testing-library/react": "10.4.5",
"@types/jest": "26.0.4",
"@types/react": "16.9.42",
"@types/jest": "26.0.0",
"@types/react": "16.9.35",
"@types/react-router": "5.1.8",
"@types/react-router-dom": "5.1.5",
"@types/react-select": "3.0.13",
Expand All @@ -46,7 +46,7 @@
"webpack-cli": "3.3.12"
},
"resolutions": {
"@types/react": "16.9.42"
"@types/react": "16.9.35"
},
"scripts": {
"build": "yarn clean; webpack --mode production --progress",
Expand All @@ -57,4 +57,4 @@
"test": "jest",
"watch": "webpack --watch --mode development --progress"
}
}
}

0 comments on commit f01c304

Please sign in to comment.