Skip to content
This repository was archived by the owner on Nov 18, 2024. It is now read-only.

Commit 4a7231c

Browse files
committed
fix version constraints
1 parent 21313cd commit 4a7231c

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

package.json

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"version": "0.1.0",
44
"private": true,
55
"dependencies": {
6-
"@types/jest": "^23.3.12",
7-
"@types/node": "^10.12.18",
8-
"@types/react": "^16.7.19",
9-
"@types/react-dom": "^16.0.11",
6+
"@types/jest": "23.3.12",
7+
"@types/node": "10.12.18",
8+
"@types/react": "16.7.19",
9+
"@types/react-dom": "16.0.11",
1010
"react": "16.7.0",
1111
"react-dom": "16.7.0",
1212
"react-scripts": "2.1.3",
13-
"typescript": "^3.2.2"
13+
"typescript": "3.2.2"
1414
},
1515
"scripts": {
1616
"start": "BROWSER=none react-scripts start",

yarn.lock

+5-5
Original file line numberDiff line numberDiff line change
@@ -901,12 +901,12 @@
901901
"@svgr/core" "^2.4.1"
902902
loader-utils "^1.1.0"
903903

904-
"@types/jest@^23.3.12":
904+
905905
version "23.3.12"
906906
resolved "https://registry.yarnpkg.com/@types/jest/-/jest-23.3.12.tgz#7e0ced251fa94c3bc2d1023d4b84b2992fa06376"
907907
integrity sha512-/kQvbVzdEpOq4tEWT79yAHSM4nH4xMlhJv2GrLVQt4Qmo8yYsPdioBM1QpN/2GX1wkfMnyXvdoftvLUr0LBj7Q==
908908

909-
"@types/node@^10.12.18":
909+
910910
version "10.12.18"
911911
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.18.tgz#1d3ca764718915584fcd9f6344621b7672665c67"
912912
integrity sha512-fh+pAqt4xRzPfqA6eh3Z2y6fyZavRIumvjhaCL753+TVkGKGhpPeyrJG2JftD0T9q4GF00KjefsQ+PQNDdWQaQ==
@@ -921,14 +921,14 @@
921921
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.1.tgz#48fd98c1561fe718b61733daed46ff115b496e18"
922922
integrity sha512-eqz8c/0kwNi/OEHQfvIuJVLTst3in0e7uTKeuY+WL/zfKn0xVujOTp42bS/vUUokhK5P2BppLd9JXMOMHcgbjA==
923923

924-
"@types/react-dom@^16.0.11":
924+
925925
version "16.0.11"
926926
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.0.11.tgz#bd10ccb0d9260343f4b9a49d4f7a8330a5c1f081"
927927
integrity sha512-x6zUx9/42B5Kl2Vl9HlopV8JF64wLpX3c+Pst9kc1HgzrsH+mkehe/zmHMQTplIrR48H2gpU7ZqurQolYu8XBA==
928928
dependencies:
929929
"@types/react" "*"
930930

931-
"@types/react@*", "@types/react@^16.7.19":
931+
"@types/react@*", "@types/[email protected]":
932932
version "16.7.19"
933933
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.7.19.tgz#f9a527a172c7fd9375c01445cbd04834fa0fcca7"
934934
integrity sha512-qT5NOZiZJ4z+ZjOSzOKeNxFvea2F+EJqTQVsqsMWM8uGIrDxMT2rmoIG/yu2vLmZFiJzW7c7+oFULr4kLCoJ6w==
@@ -9350,7 +9350,7 @@ typedarray@^0.0.6:
93509350
resolved "https://registry.yarnpkg.com/typedarray/-/typedarray-0.0.6.tgz#867ac74e3864187b1d3d47d996a78ec5c8830777"
93519351
integrity sha1-hnrHTjhkGHsdPUfZlqeOxciDB3c=
93529352

9353-
typescript@^3.2.2:
9353+
93549354
version "3.2.2"
93559355
resolved "https://registry.yarnpkg.com/typescript/-/typescript-3.2.2.tgz#fe8101c46aa123f8353523ebdcf5730c2ae493e5"
93569356
integrity sha512-VCj5UiSyHBjwfYacmDuc/NOk4QQixbE+Wn7MFJuS0nRuPQbof132Pw4u53dm264O8LPc2MVsc7RJNml5szurkg==

0 commit comments

Comments
 (0)