Skip to content

Commit bd1fd5c

Browse files
committed
chore: trying to move @types/react to dependencies
1 parent 24bad4e commit bd1fd5c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@
3535
"microbundle": "^0.12.0-next.6"
3636
},
3737
"peerDependencies": {
38-
"@types/react": "^16.9.11",
3938
"react": "^16.11.0"
39+
},
40+
"dependencies": {
41+
"@types/react": "16.9.11"
4042
}
4143
}

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,7 +754,7 @@
754754
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
755755
integrity sha512-ce5d3q03Ex0sy4R14722Rmt6MT07Ua+k4FwDfdcToYJcMKNtRVQvJ6JCAPdAmAnbRb6CsX6aYb9m96NGod9uTw==
756756

757-
"@types/react@^16.9.11":
757+
758758
version "16.9.11"
759759
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.11.tgz#70e0b7ad79058a7842f25ccf2999807076ada120"
760760
integrity sha512-UBT4GZ3PokTXSWmdgC/GeCGEJXE5ofWyibCcecRLUVN2ZBpXQGVgQGtG2foS7CrTKFKlQVVswLvf7Js6XA/CVQ==

0 commit comments

Comments
 (0)