| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,9 +1,6 @@ | |||
| 1 | 1 | { | |
| 2 | 2 | "name": "bs-react-testing-library", | |
| 3 | - "bsc-flags": [ | ||
| 4 | - "-bs-no-version-header", | ||
| 5 | - "-bs-super-errors" | ||
| 6 | - ], | ||
| 3 | + "bsc-flags": ["-bs-no-version-header", "-bs-super-errors"], | ||
| 7 | 4 | "warnings": { | |
| 8 | 5 | "number": "+A-48-42", | |
| 9 | 6 | "error": "+A-3-44-102" | |
@@ -17,14 +14,8 @@ | |||
| 17 | 14 | "in-source": true | |
| 18 | 15 | }, | |
| 19 | 16 | "suffix": ".bs.js", | |
| 20 | - "bs-dependencies": [ | ||
| 21 | - "bs-dom-testing-library", | ||
| 22 | - "reason-react" | ||
| 23 | - ], | ||
| 24 | - "bs-dev-dependencies": [ | ||
| 25 | - "@glennsl/bs-jest", | ||
| 26 | - "bisect_ppx" | ||
| 27 | - ], | ||
| 17 | + "bs-dependencies": ["bs-dom-testing-library", "@rescript/react"], | ||
| 18 | + "bs-dev-dependencies": ["@glennsl/bs-jest", "bisect_ppx"], | ||
| 28 | 19 | "sources": [ | |
| 29 | 20 | { | |
| 30 | 21 | "dir": "src", | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -46,11 +46,11 @@ | |||
| 46 | 46 | "@wyze/changelog": "^1.0.0", | |
| 47 | 47 | "@wyze/github-release": "^1.1.1", | |
| 48 | 48 | "bisect_ppx": "^2.5.0", | |
| 49 | - "bs-platform": "^8.3.1", | ||
| 49 | + "bs-platform": "^8.4.2", | ||
| 50 | 50 | "npm-run-all": "^4.1.5", | |
| 51 | 51 | "react": "^17.0.0", | |
| 52 | 52 | "react-dom": "^17.0.0", | |
| 53 | - "reason-react": "^0.9.1", | ||
| 53 | + "@rescript/react": "^0.10.2", | ||
| 54 | 54 | "rimraf": "^3.0.2" | |
| 55 | 55 | } | |
| 56 | 56 | } | |
| Back | FazBrowse Home | New Git URL |
0 commit comments