Skip to content

Commit e2c969d

Browse files
authored
Merge pull request #22 from tristanwagner/main
migrate rescript to v11
2 parents 6ad6ae5 + a5ece42 commit e2c969d

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

package-lock.json

Lines changed: 10 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"autoprefixer": "^10.4.16",
2626
"jsdom": "^22.1.0",
2727
"postcss": "^8.4.32",
28-
"rescript": "^10.1.4",
28+
"rescript": "^11.0.1",
2929
"rescript-vitest": "^1.3.0",
3030
"tailwindcss": "^3.4.0",
3131
"vite": "^5.0.10",

bsconfig.json renamed to rescript.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"version": 4,
2323
"mode": "automatic"
2424
},
25+
"uncurried": false,
2526
"bs-dependencies": ["@rescript/react", "@rescript/core", "rescript-webapi"],
2627
"bs-dev-dependencies": ["rescript-vitest"],
2728
"bsc-flags": ["-open RescriptCore"]

0 commit comments

Comments
 (0)