|
10 | 10 | "prestart": "yarn run bs:build:dev",
|
11 | 11 | "build": "parcel build examples/index.html",
|
12 | 12 | "prebuild": "yarn run bs:build",
|
13 |
| - "bs:build": "BS_LOG=off bsb -clean-world -make-world", |
14 |
| - "bs:build:dev": "BS_LOG=*,re-dnd=* bsb -clean-world -make-world", |
15 |
| - "bs:watch": "BS_LOG=*,re-dnd=* bsb -clean-world -make-world -w", |
| 13 | + "bs:build": "RES_LOG=off bsb -clean-world -make-world", |
| 14 | + "bs:build:dev": "RES_LOG=*,re-dnd=* bsb -clean-world -make-world", |
| 15 | + "bs:watch": "RES_LOG=*,re-dnd=* bsb -clean-world -make-world -w", |
16 | 16 | "bs:clean": "bsb -clean-world",
|
17 | 17 | "clean": "rm -rf dist && yarn run bs:clean",
|
18 | 18 | "test": "exit 0",
|
|
40 | 40 | "url": "https://github.com/MinimaHQ/re-dnd"
|
41 | 41 | },
|
42 | 42 | "dependencies": {
|
43 |
| - "bs-log": "1.1.0" |
| 43 | + "res-logger": "2.0.0-beta.2" |
44 | 44 | },
|
45 | 45 | "peerDependencies": {
|
46 | 46 | "bs-platform": ">=7.1.1",
|
47 | 47 | "bs-webapi": ">=0.15.9",
|
48 | 48 | "reason-react": ">=0.8.0"
|
49 | 49 | },
|
50 | 50 | "devDependencies": {
|
51 |
| - "autoprefixer": "9.7.6", |
52 |
| - "bs-platform": "7.2.2", |
53 |
| - "bs-webapi": "0.15.9", |
| 51 | + "autoprefixer": "9.8.6", |
| 52 | + "bs-platform": "8.4.2", |
| 53 | + "bs-webapi": "0.19.1", |
54 | 54 | "bsb-js": "1.1.7",
|
55 | 55 | "parcel-bundler": "1.12.4",
|
56 |
| - "re-classnames": "4.1.0", |
57 |
| - "react": "16.13.1", |
58 |
| - "react-dom": "16.13.1", |
59 |
| - "reason-react": "0.8.0" |
| 56 | + "re-classnames": "5.0.1", |
| 57 | + "react": "17.0.1", |
| 58 | + "react-dom": "17.0.1", |
| 59 | + "reason-react": "0.9.1" |
60 | 60 | }
|
61 | 61 | }
|
0 commit comments