We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 508dc2e commit f77a430Copy full SHA for f77a430
9 files changed
bsconfig.json
@@ -1,9 +1,6 @@
1
{
2
"name": "bs-react-testing-library",
3
- "bsc-flags": [
4
- "-bs-no-version-header",
5
- "-bs-super-errors"
6
- ],
+ "bsc-flags": ["-bs-no-version-header", "-bs-super-errors"],
7
"warnings": {
8
"number": "+A-48-42",
9
"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
+ "bs-dependencies": ["bs-dom-testing-library", "@rescript/react"],
+ "bs-dev-dependencies": ["@glennsl/bs-jest", "bisect_ppx"],
28
"sources": [
29
30
"dir": "src",
package.json
@@ -46,11 +46,11 @@
46
"@wyze/changelog": "^1.0.0",
47
"@wyze/github-release": "^1.1.1",
48
"bisect_ppx": "^2.5.0",
49
- "bs-platform": "^8.3.1",
+ "bs-platform": "^8.4.2",
50
"npm-run-all": "^4.1.5",
51
"react": "^17.0.0",
52
"react-dom": "^17.0.0",
53
- "reason-react": "^0.9.1",
+ "@rescript/react": "^0.10.2",
54
"rimraf": "^3.0.2"
55
}
56
0 commit comments