Skip to content

Commit dbcd77b

Browse files
committed
chore: update to rescript v12.0.1 and use official rescript-jest package
This commit includes: - Upgrading ReScript from v12.0.0 to v12.0.1 - Switching from the GitHub fork to the official npm package for @glennsl/rescript-jest (v0.13.1) - Removing the pinned-dependencies field from rescript.json
1 parent c62b8cb commit dbcd77b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

package.json

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
{
3434
"targets": {
3535
"node": "current"
36-
},
37-
"modules": "commonjs"
36+
}
3837
}
3938
]
4039
]
@@ -51,17 +50,17 @@
5150
]
5251
},
5352
"peerDependencies": {
54-
"rescript": "^12.0.0"
53+
"rescript": "^12.0.1"
5554
},
5655
"devDependencies": {
5756
"@babel/core": "^7.28.5",
5857
"@babel/preset-env": "^7.28.5",
5958
"@changesets/cli": "^2.27.11",
60-
"@glennsl/rescript-jest": "github:dsiu/rescript-jest#rescript-v12",
59+
"@glennsl/rescript-jest": "^0.13.1",
6160
"babel-jest": "^27.3.1",
6261
"jest": "^27.3.1",
6362
"onchange": "^7.1.0",
64-
"rescript": "^12.0.0",
63+
"rescript": "^12.0.1",
6564
"tap-difflet": "^0.7.2"
6665
}
6766
}

0 commit comments

Comments
 (0)