Skip to content

Commit c911e85

Browse files
chore(deps): update dependency rescript to v12
1 parent 451efe8 commit c911e85

2 files changed

Lines changed: 43 additions & 5 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"@glennsl/rescript-jest": "0.9.2",
2525
"@ristostevcev/bs-odoc": "1.3.0",
2626
"moment": "2.29.4",
27-
"rescript": "9.1.4",
27+
"rescript": "12.2.0",
2828
"rescript-jest-date-mock": "2.0.1"
2929
},
3030
"dependencies": {

yarn.lock

Lines changed: 42 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,6 +517,36 @@
517517
"@jridgewell/resolve-uri" "^3.0.3"
518518
"@jridgewell/sourcemap-codec" "^1.4.10"
519519

520+
"@rescript/darwin-arm64@12.2.0":
521+
version "12.2.0"
522+
resolved "https://registry.yarnpkg.com/@rescript/darwin-arm64/-/darwin-arm64-12.2.0.tgz#a001e0a20bfb838c093356ca2c194bf5d5a6c1f8"
523+
integrity sha512-xc3K/J7Ujl1vPiFY2009mRf3kWRlUe/VZyJWprseKxlcEtUQv89ter7r6pY+YFbtYvA/fcaEncL9CVGEdattAg==
524+
525+
"@rescript/darwin-x64@12.2.0":
526+
version "12.2.0"
527+
resolved "https://registry.yarnpkg.com/@rescript/darwin-x64/-/darwin-x64-12.2.0.tgz#2a767d396ca97a599281e3cfd9f3be24da61774c"
528+
integrity sha512-qqcTvnlSeoKkywLjG7cXfYvKZ1e4Gz2kUKcD6SiqDgCqm8TF+spwlFAiM6sloRUOFsc0bpC/0R0B3yr01FCB1A==
529+
530+
"@rescript/linux-arm64@12.2.0":
531+
version "12.2.0"
532+
resolved "https://registry.yarnpkg.com/@rescript/linux-arm64/-/linux-arm64-12.2.0.tgz#1c02ac0ef1fbf8daf71adbdbba87a9b7fd8819de"
533+
integrity sha512-ODmpG3ji+Nj/8d5yvXkeHlfKkmbw1Q4t1iIjVuNwtmFpz7TiEa7n/sQqoYdE+WzbDX3DoJfmJNbp3Ob7qCUoOg==
534+
535+
"@rescript/linux-x64@12.2.0":
536+
version "12.2.0"
537+
resolved "https://registry.yarnpkg.com/@rescript/linux-x64/-/linux-x64-12.2.0.tgz#0ec7f94edf013b7872f6fbac943b5d6e1b5477e3"
538+
integrity sha512-2W9Y9/g19Y4F/subl8yV3T8QBG2oRaP+HciNRcBjptyEdw9LmCKH8+rhWO6sp3E+nZLwoE2IAkwH0WKV3wqlxQ==
539+
540+
"@rescript/runtime@12.2.0":
541+
version "12.2.0"
542+
resolved "https://registry.yarnpkg.com/@rescript/runtime/-/runtime-12.2.0.tgz#7844541adc8368cca2f8df20c0cad501ba68842c"
543+
integrity sha512-NwfljDRq1rjFPHUaca1nzFz13xsa9ZGkBkLvMhvVgavJT5+A4rMcLu8XAaVTi/oAhO/tlHf9ZDoOTF1AfyAk9Q==
544+
545+
"@rescript/win32-x64@12.2.0":
546+
version "12.2.0"
547+
resolved "https://registry.yarnpkg.com/@rescript/win32-x64/-/win32-x64-12.2.0.tgz#27b9facb08ceb6d3306f5f85ce428541d0943bf1"
548+
integrity sha512-fhf8CBj3p1lkIXPeNko3mVTKQfXXm4BoxJtR1xAXxUn43wDpd8Lox4w8/EPBbbW6C/YFQW6H7rtpY+2AKuNaDA==
549+
520550
"@ristostevcev/bs-odoc@1.3.0":
521551
version "1.3.0"
522552
resolved "https://registry.npmjs.org/@ristostevcev/bs-odoc/-/bs-odoc-1.3.0.tgz"
@@ -2171,10 +2201,18 @@ rescript-jest-date-mock@2.0.1:
21712201
dependencies:
21722202
jest-date-mock "1.0.8"
21732203

2174-
rescript@9.1.4:
2175-
version "9.1.4"
2176-
resolved "https://registry.npmjs.org/rescript/-/rescript-9.1.4.tgz"
2177-
integrity sha512-aXANK4IqecJzdnDpJUsU6pxMViCR5ogAxzuqS0mOr8TloMnzAjJFu63fjD6LCkWrKAhlMkFFzQvVQYaAaVkFXw==
2204+
rescript@12.2.0:
2205+
version "12.2.0"
2206+
resolved "https://registry.yarnpkg.com/rescript/-/rescript-12.2.0.tgz#084c52730398dcf17cdb62f3a10d6b0faf68bbaa"
2207+
integrity sha512-1Jf2cmNhyx5Mj2vwZ4XXPcXvNSjGj9D1jPBUcoqIOqRpLPo1ch2Ta/7eWh23xAHWHK5ow7BCDyYFjvZSjyjLzg==
2208+
dependencies:
2209+
"@rescript/runtime" "12.2.0"
2210+
optionalDependencies:
2211+
"@rescript/darwin-arm64" "12.2.0"
2212+
"@rescript/darwin-x64" "12.2.0"
2213+
"@rescript/linux-arm64" "12.2.0"
2214+
"@rescript/linux-x64" "12.2.0"
2215+
"@rescript/win32-x64" "12.2.0"
21782216

21792217
resolve-cwd@^3.0.0:
21802218
version "3.0.0"

0 commit comments

Comments
 (0)