Skip to content

Commit a6a4ed9

Browse files
committed
Upgrade ReScript to v11 beta
1 parent 1cc321a commit a6a4ed9

File tree

7 files changed

+19
-24
lines changed

7 files changed

+19
-24
lines changed

dist_rescript/package-lock.json

Lines changed: 0 additions & 13 deletions
This file was deleted.

dist_rescript/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"author": "",
1313
"license": "Apache-2.0",
1414
"dependencies": {
15-
"rescript": "*"
15+
"rescript": "^11.0.0"
1616
}
1717
}

dist_rescript/yarn.lock

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
2+
# yarn lockfile v1
3+
4+
5+
rescript@^11.0.0:
6+
version "11.0.0-beta.3"
7+
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0-beta.3.tgz#f883a19aa8cb2ab162fd2c9f3d46d2c05cc5710b"
8+
integrity sha512-j3YT3VdWMoHgwL4RydKJm9O/VIpN3NTI6keP18rZVJ8ansRKgkHYGLaIwoG6iVqSYYwBjb6d8l8oZ1Jz0fmTeQ==

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"cdk8s": "^2.2.41",
4444
"monaco-editor": "0.40.0",
4545
"react-player": "2.12.0",
46-
"rescript": "^10.0.0",
46+
"rescript": "^11.0.0",
4747
"ts2fable": "0.8.0-build.723",
4848
"webpack": "5.88.0",
4949
"webpack-cli": "5.1.0",

test/res/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
"@ocsigen/ts2ocaml": "link:../../"
1616
},
1717
"dependencies": {
18-
"rescript": "^10.0.0"
18+
"rescript": "^11.0.0"
1919
}
2020
}

test/res/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -138,10 +138,10 @@ require-directory@^2.1.1:
138138
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
139139
integrity sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==
140140

141-
rescript@^10.0.0:
142-
version "10.0.0"
143-
resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.0.0.tgz#8460bc6f7d94bc580eac02d7c7efdf0a470916b8"
144-
integrity sha512-LhNg/4+0j8NvoFeslgAeYLlzUwkq6kR6l6v8BnZ61VDTxopK2l96uT1lq5lv1aMxzMDynvE2qnX0zalre+6XxA==
141+
rescript@^11.0.0:
142+
version "11.0.0-beta.3"
143+
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0-beta.3.tgz#f883a19aa8cb2ab162fd2c9f3d46d2c05cc5710b"
144+
integrity sha512-j3YT3VdWMoHgwL4RydKJm9O/VIpN3NTI6keP18rZVJ8ansRKgkHYGLaIwoG6iVqSYYwBjb6d8l8oZ1Jz0fmTeQ==
145145

146146
string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
147147
version "4.2.3"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2732,10 +2732,10 @@ requires-port@^1.0.0:
27322732
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
27332733
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
27342734

2735-
rescript@^10.0.0:
2736-
version "10.0.0"
2737-
resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.0.0.tgz#8460bc6f7d94bc580eac02d7c7efdf0a470916b8"
2738-
integrity sha512-LhNg/4+0j8NvoFeslgAeYLlzUwkq6kR6l6v8BnZ61VDTxopK2l96uT1lq5lv1aMxzMDynvE2qnX0zalre+6XxA==
2735+
rescript@^11.0.0:
2736+
version "11.0.0-beta.3"
2737+
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.0.0-beta.3.tgz#f883a19aa8cb2ab162fd2c9f3d46d2c05cc5710b"
2738+
integrity sha512-j3YT3VdWMoHgwL4RydKJm9O/VIpN3NTI6keP18rZVJ8ansRKgkHYGLaIwoG6iVqSYYwBjb6d8l8oZ1Jz0fmTeQ==
27392739

27402740
resolve-cwd@^3.0.0:
27412741
version "3.0.0"

0 commit comments

Comments
 (0)