diff --git a/package.json b/package.json index 6d8c5bd..47559bb 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,7 @@ "@glennsl/rescript-jest": "0.9.2", "@ristostevcev/bs-odoc": "1.3.0", "moment": "2.29.4", - "rescript": "9.1.4", + "rescript": "12.2.0", "rescript-jest-date-mock": "2.0.1" }, "dependencies": { diff --git a/yarn.lock b/yarn.lock index 1911a68..dd4df4b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -517,6 +517,36 @@ "@jridgewell/resolve-uri" "^3.0.3" "@jridgewell/sourcemap-codec" "^1.4.10" +"@rescript/darwin-arm64@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/darwin-arm64/-/darwin-arm64-12.2.0.tgz#a001e0a20bfb838c093356ca2c194bf5d5a6c1f8" + integrity sha512-xc3K/J7Ujl1vPiFY2009mRf3kWRlUe/VZyJWprseKxlcEtUQv89ter7r6pY+YFbtYvA/fcaEncL9CVGEdattAg== + +"@rescript/darwin-x64@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/darwin-x64/-/darwin-x64-12.2.0.tgz#2a767d396ca97a599281e3cfd9f3be24da61774c" + integrity sha512-qqcTvnlSeoKkywLjG7cXfYvKZ1e4Gz2kUKcD6SiqDgCqm8TF+spwlFAiM6sloRUOFsc0bpC/0R0B3yr01FCB1A== + +"@rescript/linux-arm64@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/linux-arm64/-/linux-arm64-12.2.0.tgz#1c02ac0ef1fbf8daf71adbdbba87a9b7fd8819de" + integrity sha512-ODmpG3ji+Nj/8d5yvXkeHlfKkmbw1Q4t1iIjVuNwtmFpz7TiEa7n/sQqoYdE+WzbDX3DoJfmJNbp3Ob7qCUoOg== + +"@rescript/linux-x64@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/linux-x64/-/linux-x64-12.2.0.tgz#0ec7f94edf013b7872f6fbac943b5d6e1b5477e3" + integrity sha512-2W9Y9/g19Y4F/subl8yV3T8QBG2oRaP+HciNRcBjptyEdw9LmCKH8+rhWO6sp3E+nZLwoE2IAkwH0WKV3wqlxQ== + +"@rescript/runtime@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/runtime/-/runtime-12.2.0.tgz#7844541adc8368cca2f8df20c0cad501ba68842c" + integrity sha512-NwfljDRq1rjFPHUaca1nzFz13xsa9ZGkBkLvMhvVgavJT5+A4rMcLu8XAaVTi/oAhO/tlHf9ZDoOTF1AfyAk9Q== + +"@rescript/win32-x64@12.2.0": + version "12.2.0" + resolved "https://registry.yarnpkg.com/@rescript/win32-x64/-/win32-x64-12.2.0.tgz#27b9facb08ceb6d3306f5f85ce428541d0943bf1" + integrity sha512-fhf8CBj3p1lkIXPeNko3mVTKQfXXm4BoxJtR1xAXxUn43wDpd8Lox4w8/EPBbbW6C/YFQW6H7rtpY+2AKuNaDA== + "@ristostevcev/bs-odoc@1.3.0": version "1.3.0" 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: dependencies: jest-date-mock "1.0.8" -rescript@9.1.4: - version "9.1.4" - resolved "https://registry.npmjs.org/rescript/-/rescript-9.1.4.tgz" - integrity sha512-aXANK4IqecJzdnDpJUsU6pxMViCR5ogAxzuqS0mOr8TloMnzAjJFu63fjD6LCkWrKAhlMkFFzQvVQYaAaVkFXw== +rescript@12.2.0: + version "12.2.0" + resolved "https://registry.yarnpkg.com/rescript/-/rescript-12.2.0.tgz#084c52730398dcf17cdb62f3a10d6b0faf68bbaa" + integrity sha512-1Jf2cmNhyx5Mj2vwZ4XXPcXvNSjGj9D1jPBUcoqIOqRpLPo1ch2Ta/7eWh23xAHWHK5ow7BCDyYFjvZSjyjLzg== + dependencies: + "@rescript/runtime" "12.2.0" + optionalDependencies: + "@rescript/darwin-arm64" "12.2.0" + "@rescript/darwin-x64" "12.2.0" + "@rescript/linux-arm64" "12.2.0" + "@rescript/linux-x64" "12.2.0" + "@rescript/win32-x64" "12.2.0" resolve-cwd@^3.0.0: version "3.0.0"