Skip to content

Commit fe3b44c

Browse files
committed
updated to rescript@v12.0.0-rc.3
1 parent da2d949 commit fe3b44c

2 files changed

Lines changed: 39 additions & 39 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222
"author": "Risto Stevcev",
2323
"license": "BSD-3-Clause",
2424
"peerDependencies": {
25-
"rescript": "^12.0.0-rc.2"
25+
"rescript": "^12.0.0-rc.3"
2626
},
2727
"devDependencies": {
2828
"bs-chai": "github:dsiu/bs-chai#rescript-v12",
2929
"bs-jsverify": "github:dsiu/bs-jsverify#rescript-v12",
30-
"rescript": "^12.0.0-rc.2",
30+
"rescript": "^12.0.0-rc.3",
3131
"rescript-mocha": "github:dsiu/rescript-mocha#rescript-v12"
3232
},
3333
"packageManager": "yarn@4.10.3"

yarn.lock

Lines changed: 37 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -57,44 +57,44 @@ __metadata:
5757
languageName: node
5858
linkType: hard
5959

60-
"@rescript/darwin-arm64@npm:12.0.0-rc.2":
61-
version: 12.0.0-rc.2
62-
resolution: "@rescript/darwin-arm64@npm:12.0.0-rc.2"
60+
"@rescript/darwin-arm64@npm:12.0.0-rc.3":
61+
version: 12.0.0-rc.3
62+
resolution: "@rescript/darwin-arm64@npm:12.0.0-rc.3"
6363
conditions: os=darwin & cpu=arm64
6464
languageName: node
6565
linkType: hard
6666

67-
"@rescript/darwin-x64@npm:12.0.0-rc.2":
68-
version: 12.0.0-rc.2
69-
resolution: "@rescript/darwin-x64@npm:12.0.0-rc.2"
67+
"@rescript/darwin-x64@npm:12.0.0-rc.3":
68+
version: 12.0.0-rc.3
69+
resolution: "@rescript/darwin-x64@npm:12.0.0-rc.3"
7070
conditions: os=darwin & cpu=x64
7171
languageName: node
7272
linkType: hard
7373

74-
"@rescript/linux-arm64@npm:12.0.0-rc.2":
75-
version: 12.0.0-rc.2
76-
resolution: "@rescript/linux-arm64@npm:12.0.0-rc.2"
74+
"@rescript/linux-arm64@npm:12.0.0-rc.3":
75+
version: 12.0.0-rc.3
76+
resolution: "@rescript/linux-arm64@npm:12.0.0-rc.3"
7777
conditions: os=linux & cpu=arm64
7878
languageName: node
7979
linkType: hard
8080

81-
"@rescript/linux-x64@npm:12.0.0-rc.2":
82-
version: 12.0.0-rc.2
83-
resolution: "@rescript/linux-x64@npm:12.0.0-rc.2"
81+
"@rescript/linux-x64@npm:12.0.0-rc.3":
82+
version: 12.0.0-rc.3
83+
resolution: "@rescript/linux-x64@npm:12.0.0-rc.3"
8484
conditions: os=linux & cpu=x64
8585
languageName: node
8686
linkType: hard
8787

88-
"@rescript/runtime@npm:12.0.0-rc.2":
89-
version: 12.0.0-rc.2
90-
resolution: "@rescript/runtime@npm:12.0.0-rc.2"
91-
checksum: 10c0/ce9fa3098e5a76c4a1b6a4567fe9aa37f8eced6d68a84caad51c5c11220c4330aeb77c0ec48a907ea29aa2084d2d06319c2a7b40871e33bf8623b52d5e8da8db
88+
"@rescript/runtime@npm:12.0.0-rc.3":
89+
version: 12.0.0-rc.3
90+
resolution: "@rescript/runtime@npm:12.0.0-rc.3"
91+
checksum: 10c0/b492d3f700a44b08b472b756a0cca3e3e9f1ab20b6b05eb566a000ca58c0e1afc13772ad46448a2afff99cb28f1147557c2c30c3213d825c9c3586b78182154a
9292
languageName: node
9393
linkType: hard
9494

95-
"@rescript/win32-x64@npm:12.0.0-rc.2":
96-
version: 12.0.0-rc.2
97-
resolution: "@rescript/win32-x64@npm:12.0.0-rc.2"
95+
"@rescript/win32-x64@npm:12.0.0-rc.3":
96+
version: 12.0.0-rc.3
97+
resolution: "@rescript/win32-x64@npm:12.0.0-rc.3"
9898
conditions: os=win32 & cpu=x64
9999
languageName: node
100100
linkType: hard
@@ -335,20 +335,20 @@ __metadata:
335335

336336
"bs-chai@github:dsiu/bs-chai#rescript-v12":
337337
version: 1.0.1
338-
resolution: "bs-chai@https://github.com/dsiu/bs-chai.git#commit=645e592d81d8bca57609a9fd359bdb0a1b906e97"
338+
resolution: "bs-chai@https://github.com/dsiu/bs-chai.git#commit=529aad22a65c4a65fd8dbeacbdc8194ea50cf5fa"
339339
dependencies:
340340
chai: "npm:^4.1.2"
341341
mocha: "npm:^6.2.0"
342-
checksum: 10c0/cdbeaf3ca9f9d2f67509abf6648d226c1e1374aa01c81b0045bd8d8e660027ae4a725fe312071b1922b587bfc61ce7dc9511fd73f0779613907b0f838c61bfea
342+
checksum: 10c0/91b43962b195125c31a3d61a62507ac5a964a8276dda2c2bb16fd4a10e6940f4cfb5e2757989cde5e8483258a2246ffff82cbe27c99d3de3069a978838875804
343343
languageName: node
344344
linkType: hard
345345

346346
"bs-jsverify@github:dsiu/bs-jsverify#rescript-v12":
347347
version: 0.10.0
348-
resolution: "bs-jsverify@https://github.com/dsiu/bs-jsverify.git#commit=a35608ea8aded9e2bb677c7b7c7a070f0f3b4492"
348+
resolution: "bs-jsverify@https://github.com/dsiu/bs-jsverify.git#commit=d8d99d10bd8c8d3f60570adf7a1e1b7d890006d8"
349349
dependencies:
350350
jsverify: "npm:^0.8.4"
351-
checksum: 10c0/d705575b313e116afd427ad8e0bff73c824e4b280a5c0cb7f14fdc583a6c3dd91fbee82eaf3bcc71868982183902ba475a9ccf4eb3572caaa59db5e36c5e45c1
351+
checksum: 10c0/83bb9692ff5a9a8ae836bbd8bc0461a41467c9340703991d354a267ee329d86bb47f13bee99b1caa83b463fc86b3a609e6deef3d96f5071e456ca524529e251e
352352
languageName: node
353353
linkType: hard
354354

@@ -2346,32 +2346,32 @@ __metadata:
23462346
dependencies:
23472347
bs-chai: "github:dsiu/bs-chai#rescript-v12"
23482348
bs-jsverify: "github:dsiu/bs-jsverify#rescript-v12"
2349-
rescript: "npm:^12.0.0-rc.2"
2349+
rescript: "npm:^12.0.0-rc.3"
23502350
rescript-mocha: "github:dsiu/rescript-mocha#rescript-v12"
23512351
peerDependencies:
2352-
rescript: ^12.0.0-rc.2
2352+
rescript: ^12.0.0-rc.3
23532353
languageName: unknown
23542354
linkType: soft
23552355

23562356
"rescript-mocha@github:dsiu/rescript-mocha#rescript-v12":
23572357
version: 0.9.0
2358-
resolution: "rescript-mocha@https://github.com/dsiu/rescript-mocha.git#commit=c07908707dfc0bdb866c6ace29189195c0ef959c"
2358+
resolution: "rescript-mocha@https://github.com/dsiu/rescript-mocha.git#commit=cf02be79ff4d8e9a777127bdc6b45bb46b9980ff"
23592359
dependencies:
23602360
mocha: "npm:^9.2.2"
2361-
checksum: 10c0/833e6b17247f8768dc331a4be3e01974108442499b2714b0ec37b938aa3de77adbeadd34d027050dba74baea0903cbc403fc89c85b921cfad5b4bc9b9752dd08
2361+
checksum: 10c0/11fac11cb14b56ec5591050cdcf03733346bad79d2ee601804a7cf6bb3eb2f6fbe63b5cacfdd30c513e5ca85b6b69b4ef3e75d131b211760a0b6488cda170db9
23622362
languageName: node
23632363
linkType: hard
23642364

2365-
"rescript@npm:^12.0.0-rc.2":
2366-
version: 12.0.0-rc.2
2367-
resolution: "rescript@npm:12.0.0-rc.2"
2365+
"rescript@npm:^12.0.0-rc.3":
2366+
version: 12.0.0-rc.3
2367+
resolution: "rescript@npm:12.0.0-rc.3"
23682368
dependencies:
2369-
"@rescript/darwin-arm64": "npm:12.0.0-rc.2"
2370-
"@rescript/darwin-x64": "npm:12.0.0-rc.2"
2371-
"@rescript/linux-arm64": "npm:12.0.0-rc.2"
2372-
"@rescript/linux-x64": "npm:12.0.0-rc.2"
2373-
"@rescript/runtime": "npm:12.0.0-rc.2"
2374-
"@rescript/win32-x64": "npm:12.0.0-rc.2"
2369+
"@rescript/darwin-arm64": "npm:12.0.0-rc.3"
2370+
"@rescript/darwin-x64": "npm:12.0.0-rc.3"
2371+
"@rescript/linux-arm64": "npm:12.0.0-rc.3"
2372+
"@rescript/linux-x64": "npm:12.0.0-rc.3"
2373+
"@rescript/runtime": "npm:12.0.0-rc.3"
2374+
"@rescript/win32-x64": "npm:12.0.0-rc.3"
23752375
dependenciesMeta:
23762376
"@rescript/darwin-arm64":
23772377
optional: true
@@ -2389,7 +2389,7 @@ __metadata:
23892389
rescript: cli/rescript.js
23902390
rescript-legacy: cli/rescript-legacy.js
23912391
rescript-tools: cli/rescript-tools.js
2392-
checksum: 10c0/57e3f59d729151ec1789872aea9bf0df1d7263578bd1aad4f7d1bf8521b38a8b0a58a182009fa2989bf40fc35a38c02a126fa245c99c8fa34c90266876d8cf4a
2392+
checksum: 10c0/5bd4e451b00b33165bc521ed8f10745a3c2272b2d962f33f2cc58401c6c8befeab46d95c94cd6b1caa19cd9f6e7e32fee973f108a15194b38ccef7aac514c9bc
23932393
languageName: node
23942394
linkType: hard
23952395

0 commit comments

Comments
 (0)