Skip to content

Commit

Permalink
Merge pull request #19 from jihchi/upgrade_rescript_11
Browse files Browse the repository at this point in the history
Add support for ReScript v11 (alpha)
  • Loading branch information
jihchi authored May 11, 2023
2 parents 19a453b + 8728850 commit fa7994c
Show file tree
Hide file tree
Showing 2 changed files with 340 additions and 598 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,16 +50,16 @@
},
"devDependencies": {
"@sindresorhus/tsconfig": "^3.0.1",
"@vitest/coverage-c8": "^0.28.3",
"prettier": "2.8.1",
"@vitest/coverage-c8": "^0.31.0",
"prettier": "2.8.8",
"rimraf": "^3.0.2",
"tsup": "^6.5.0",
"typescript": "^4.9.4",
"vite": "^4.0.0",
"vitest": "^0.25.7"
"tsup": "^6.7.0",
"typescript": "^5.0.4",
"vite": "^4.3.5",
"vitest": "^0.31.0"
},
"peerDependencies": {
"rescript": "^9 || ^10",
"rescript": "^9 || ^10 || >=11.0.0-alpha",
"vite": "^3 || ^4"
}
}
Loading

0 comments on commit fa7994c

Please sign in to comment.