Skip to content

Commit

Permalink
Upgrade to yarn 4. Upgrade rescript and changie.
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSpyder committed Dec 16, 2023
1 parent 4dd0c34 commit 605241b
Show file tree
Hide file tree
Showing 6 changed files with 2,163 additions and 342 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ bsb
package-lock.json
src/ScratchRe.re
src/ScratchMl.ml
.yarn/install-state.gz
893 changes: 893 additions & 0 deletions .yarn/releases/yarn-4.0.2.cjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions .yarnrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1


yarn-path ".yarn/releases/yarn-1.22.21.cjs"
3 changes: 3 additions & 0 deletions .yarnrc.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@
"license": "MIT",
"devDependencies": {
"@dusty-phillips/rescript-zora": "^4.0.0",
"changie": "^1.16.1",
"changie": "^1.17.0",
"onchange": "^7.1.0",
"pta": "^1.2.0",
"rescript": "^11.0.0-beta.3",
"rescript": "^11.0.0-rc.7",
"zora": "^5.2.0"
}
},
"packageManager": "yarn@4.0.2"
}
Loading

0 comments on commit 605241b

Please sign in to comment.