Skip to content
This repository has been archived by the owner on Jan 31, 2023. It is now read-only.

Commit

Permalink
Migrating from reason syntax to rescript and reason-react to @rescrip…
Browse files Browse the repository at this point in the history
…t/react
  • Loading branch information
vmarcosp committed Apr 21, 2021
1 parent 508dc2e commit f77a430
Show file tree
Hide file tree
Showing 9 changed files with 1,475 additions and 2,420 deletions.
15 changes: 3 additions & 12 deletions bsconfig.json
@@ -1,9 +1,6 @@
{
"name": "bs-react-testing-library",
"bsc-flags": [
"-bs-no-version-header",
"-bs-super-errors"
],
"bsc-flags": ["-bs-no-version-header", "-bs-super-errors"],
"warnings": {
"number": "+A-48-42",
"error": "+A-3-44-102"
Expand All @@ -17,14 +14,8 @@
"in-source": true
},
"suffix": ".bs.js",
"bs-dependencies": [
"bs-dom-testing-library",
"reason-react"
],
"bs-dev-dependencies": [
"@glennsl/bs-jest",
"bisect_ppx"
],
"bs-dependencies": ["bs-dom-testing-library", "@rescript/react"],
"bs-dev-dependencies": ["@glennsl/bs-jest", "bisect_ppx"],
"sources": [
{
"dir": "src",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -46,11 +46,11 @@
"@wyze/changelog": "^1.0.0",
"@wyze/github-release": "^1.1.1",
"bisect_ppx": "^2.5.0",
"bs-platform": "^8.3.1",
"bs-platform": "^8.4.2",
"npm-run-all": "^4.1.5",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"reason-react": "^0.9.1",
"@rescript/react": "^0.10.2",
"rimraf": "^3.0.2"
}
}

0 comments on commit f77a430

Please sign in to comment.