|
9 | 9 | "prestart": "yarn run res:build:dev", |
10 | 10 | "build": "parcel build examples/index.html", |
11 | 11 | "prebuild": "yarn run res:build", |
12 | | - "res:build": "RES_LOG=off rescript build -with-deps", |
13 | | - "res:build:dev": "RES_LOG=*,rescript-dnd=* rescript build -with-deps", |
14 | | - "res:watch": "RES_LOG=*,rescript-dnd=* rescript build -with-deps -w", |
| 12 | + "res:build": "RES_LOG=off rescript build", |
| 13 | + "res:build:dev": "RES_LOG=*,rescript-dnd=* rescript build", |
| 14 | + "res:watch": "RES_LOG=*,rescript-dnd=* rescript build -w", |
15 | 15 | "res:clean": "rescript clean", |
16 | 16 | "clean": "rm -rf dist && yarn run res:clean", |
17 | 17 | "test": "exit 0", |
18 | | - "format": "rescript format -all", |
| 18 | + "format": "rescript format", |
19 | 19 | "deploy": "vercel deploy dist --prod", |
20 | 20 | "predeploy": "yarn run build" |
21 | 21 | }, |
|
44 | 44 | "rescript-logger": "4.0.0" |
45 | 45 | }, |
46 | 46 | "peerDependencies": { |
47 | | - "@rescript/react": ">=0.12.0", |
| 47 | + "@rescript/react": ">=0.14.0", |
48 | 48 | "react": ">=18.0.0", |
49 | 49 | "react-dom": ">=18.0.0", |
50 | 50 | "rescript": ">=11.0.0", |
51 | 51 | "rescript-webapi": ">=0.6.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | | - "@rescript/react": "0.12.1", |
55 | | - "autoprefixer": "10.4.17", |
56 | | - "parcel": "2.11.0", |
57 | | - "postcss": "8.4.35", |
| 54 | + "@rescript/react": "0.14.0", |
| 55 | + "@rescript/runtime": "12.0.0-beta.8", |
| 56 | + "autoprefixer": "10.4.21", |
| 57 | + "parcel": "2.15.4", |
| 58 | + "postcss": "8.5.6", |
58 | 59 | "process": "^0.11.10", |
59 | 60 | "react": "18.2.0", |
60 | 61 | "react-dom": "18.2.0", |
61 | | - "rescript": "11.0.1", |
62 | | - "rescript-classnames": "7.0.0", |
63 | | - "rescript-webapi": "0.9.1" |
64 | | - } |
| 62 | + "rescript": "12.0.0-beta.10", |
| 63 | + "rescript-classnames": "7.0.1", |
| 64 | + "rescript-webapi": "0.10.0" |
| 65 | + }, |
| 66 | + "packageManager": "[email protected]+sha512.033a040f18f6e7a04e4bf8ea0d7037a63ca19a2e054410543206284c7238108b7612144492f1f4b283d512d9c3f8340825f53947d6ca85c6751fd97cccf59ea0" |
65 | 67 | } |
0 commit comments