Skip to content

Commit

Permalink
Use ReScript 10
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Oct 13, 2022
1 parent 9de23c7 commit 4b040b7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions packages/rescript-relay/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"test:ci": "jest --ci --runInBand"
},
"devDependencies": {
"rescript": "^9.1.2",
"rescript": "^10.0.0",
"@rescript/react": "0.10.3",
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^13.0.0-alpha.6",
Expand All @@ -57,7 +57,7 @@
"@rescript/react": "*",
"react-relay": ">=11.0.0",
"relay-runtime": "*",
"rescript": "^9.1.2"
"rescript": ">=9.1.2"
},
"dependencies": {
"detect-libc": "^2.0.1"
Expand Down
8 changes: 4 additions & 4 deletions packages/rescript-relay/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2595,10 +2595,10 @@ require-directory@^2.1.1:
resolved "https://registry.yarnpkg.com/require-directory/-/require-directory-2.1.1.tgz#8c64ad5fd30dab1c976e2344ffe7f792a6a6df42"
integrity sha1-jGStX9MNqxyXbiNE/+f3kqam30I=

rescript@^9.1.2:
version "9.1.4"
resolved "https://registry.yarnpkg.com/rescript/-/rescript-9.1.4.tgz#1eb126f98d6c16942c0bf0df67c050198e580515"
integrity sha512-aXANK4IqecJzdnDpJUsU6pxMViCR5ogAxzuqS0mOr8TloMnzAjJFu63fjD6LCkWrKAhlMkFFzQvVQYaAaVkFXw==
rescript@^10.0.0:
version "10.0.1"
resolved "https://registry.yarnpkg.com/rescript/-/rescript-10.0.1.tgz#5b2da8a8bcfb994bed1eb24820bf10cfb9d8c440"
integrity sha512-XwO1GPDtoEU4H03xQE5bp0/qtSVR6YLaJRPxWKrfFgKc+LI36ODOCie7o9UJfgzQdoMYkkZyiTGZ4N9OQEaiUw==

resolve-cwd@^3.0.0:
version "3.0.0"
Expand Down

0 comments on commit 4b040b7

Please sign in to comment.