Fix failing yarn PnP test from missing dependency (#36515)

This commit is contained in:
JJ Kasper 2022-04-27 10:32:44 -05:00 committed by GitHub
parent 0cb2037a41
commit 51bdd97033
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,6 +14,7 @@
},
"devDependencies": {
"@types/node": "17.0.24",
"@types/react": "^17.0.2",
"@types/styled-components": "5.1.25",
"babel-plugin-styled-components": "^1.12.0",
"typescript": "4.6.3"