File tree Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Expand file tree Collapse file tree 2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 8
8
"start" : " react-native start" ,
9
9
"test" : " jest" ,
10
10
"lint" : " eslint ." ,
11
- "res:clean" : " bsb - clean-world " ,
12
- "res:watch" : " bsb -clean-world -make-world -w " ,
13
- "res:build" : " bsb -clean-world -make-world "
11
+ "res:clean" : " rescript clean" ,
12
+ "res:watch" : " rescript build -w " ,
13
+ "res:build" : " rescript "
14
14
},
15
15
"dependencies" : {
16
+ "@rescript/react" : " ^0.10.0" ,
16
17
"react" : " 17.0.1" ,
17
18
"react-native" : " 0.64.0" ,
18
- "@ rescript/react " : " ^0. 10.0" ,
19
+ "rescript" : " ^10.0.1 " ,
19
20
"rescript-react-native" : " ^0.64.3"
20
21
},
21
22
"devDependencies" : {
22
- "bs-platform" : " ^9.0.0" ,
23
23
"@babel/core" : " ^7.12.9" ,
24
24
"@babel/runtime" : " ^7.12.5" ,
25
25
"@react-native-community/eslint-config" : " ^2.0.0" ,
26
26
"babel-jest" : " ^26.6.3" ,
27
+ "bs-platform" : " ^9.0.0" ,
27
28
"eslint" : " 7.14.0" ,
28
29
"jest" : " ^26.6.3" ,
29
30
"metro-react-native-babel-preset" : " ^0.64.0" ,
Original file line number Diff line number Diff line change @@ -5468,6 +5468,11 @@ rescript-react-native@^0.64.3:
5468
5468
resolved "https://registry.yarnpkg.com/rescript-react-native/-/rescript-react-native-0.64.3.tgz#8fd11a2681cfdd65c02f0ff620186e5adf0c6854"
5469
5469
integrity sha512-PjGDkV3RYiCTk4hCZyaKtZJV69By0AmJuzWyuHZONdeCB0q3DwjVJtA73gu6+jBrdl0OWon6UdXaVRXhhR47cQ==
5470
5470
5471
+ rescript@^10.0.1 :
5472
+ version "10.0.1"
5473
+ resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.0.1.tgz#5b2da8a8bcfb994bed1eb24820bf10cfb9d8c440"
5474
+ integrity sha512-XwO1GPDtoEU4H03xQE5bp0/qtSVR6YLaJRPxWKrfFgKc+LI36ODOCie7o9UJfgzQdoMYkkZyiTGZ4N9OQEaiUw==
5475
+
5471
5476
resolve-cwd@^3.0.0 :
5472
5477
version "3.0.0"
5473
5478
resolved "https://registry.yarnpkg.com/resolve-cwd/-/resolve-cwd-3.0.0.tgz#0f0075f1bb2544766cf73ba6a6e2adfebcb13f2d"
You can’t perform that action at this time.
0 commit comments