Skip to content

Commit e0fbe43

Browse files
committed
Upgrade ReScript
1 parent bf56d34 commit e0fbe43

File tree

4 files changed

+13
-15
lines changed

4 files changed

+13
-15
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
react_on_rails (15.0.0.alpha.1)
4+
react_on_rails (14.1.0)
55
addressable
66
connection_pool
77
execjs (~> 2.5)

spec/dummy/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@babel/preset-react": "^7.10.4",
1414
"@babel/runtime": "7.17.9",
1515
"@hotwired/turbo-rails": "^8.0.4",
16-
"@rescript/react": "^0.10.3",
16+
"@rescript/react": "^0.13.0",
1717
"babel-loader": "8.2.4",
1818
"babel-plugin-macros": "^3.1.0",
1919
"babel-plugin-module-resolver": "^4.0.0",
@@ -45,7 +45,7 @@
4545
"react-router-dom": "^5.2.0",
4646
"redux": "^4.0.1",
4747
"redux-thunk": "^2.2.0",
48-
"rescript": "^9.1.4",
48+
"rescript": "^11.1.4",
4949
"resolve-url-loader": "^3.1.1",
5050
"sass": "^1.43.4",
5151
"sass-loader": "^12.3.0",

spec/dummy/bsconfig.json spec/dummy/rescript.json

+2-4
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,11 @@
66
"subdirs": true
77
}
88
],
9-
"reason": {
10-
"react-jsx": 3
11-
},
9+
"jsx": { "version": 4 },
1210
"suffix": ".bs.js",
1311
"package-specs": [
1412
{
15-
"module": "es6",
13+
"module": "esmodule",
1614
"in-source": true
1715
}
1816
],

spec/dummy/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -2141,10 +2141,10 @@
21412141
resolved "https://registry.yarnpkg.com/@rails/actioncable/-/actioncable-7.2.0.tgz#dee66d21bc125a9819dc8080ce896eac78d8c63f"
21422142
integrity sha512-crcsPF3skrqJkFZLxesZoyUEt8ol25XtTuOAUMdLa5qQKWTZpL8eLVW71bDCwKDQLbV2z5sBZ/XGEC0i+ZZa+A==
21432143

2144-
"@rescript/react@^0.10.3":
2145-
version "0.10.3"
2146-
resolved "https://registry.yarnpkg.com/@rescript/react/-/react-0.10.3.tgz#a2a8bed6b017940ec26c2154764b350f50348889"
2147-
integrity sha512-Lf9rzrR3bQPKJjOK3PBRa/B3xrJ7CqQ1HYr9VHPVxJidarIJJFZBhj0Dg1uZURX+Wg/xiP0PHFxXmdj2bK8Vxw==
2144+
"@rescript/react@^0.13.0":
2145+
version "0.13.0"
2146+
resolved "https://registry.yarnpkg.com/@rescript/react/-/react-0.13.0.tgz#0dcc8792415e6d2cd9273002e227dc5fa537f5d8"
2147+
integrity sha512-YSIWIyMlyF9ZaP6Q3hScl1h3wRbdIP4+Cb7PlDt7Y1PG8M8VWYhLoIgLb78mbBHcwFbZu0d5zAt1LSX5ilOiWQ==
21482148

21492149
"@trysound/[email protected]":
21502150
version "0.2.0"
@@ -6803,10 +6803,10 @@ requires-port@^1.0.0:
68036803
resolved "https://registry.yarnpkg.com/requires-port/-/requires-port-1.0.0.tgz#925d2601d39ac485e091cf0da5c6e694dc3dcaff"
68046804
integrity sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=
68056805

6806-
rescript@^9.1.4:
6807-
version "9.1.4"
6808-
resolved "https://registry.yarnpkg.com/rescript/-/rescript-9.1.4.tgz#1eb126f98d6c16942c0bf0df67c050198e580515"
6809-
integrity sha512-aXANK4IqecJzdnDpJUsU6pxMViCR5ogAxzuqS0mOr8TloMnzAjJFu63fjD6LCkWrKAhlMkFFzQvVQYaAaVkFXw==
6806+
rescript@^11.1.4:
6807+
version "11.1.4"
6808+
resolved "https://registry.yarnpkg.com/rescript/-/rescript-11.1.4.tgz#9a42ebc4fc5363707e39cef5b3188160b63bee42"
6809+
integrity sha512-0bGU0bocihjSC6MsE3TMjHjY0EUpchyrREquLS8VsZ3ohSMD+VHUEwimEfB3kpBI1vYkw3UFZ3WD8R28guz/Vw==
68106810

68116811
reselect@^4.0.0:
68126812
version "4.0.0"

0 commit comments

Comments
 (0)