|
5 | 5 | "version": "0.0.0", |
6 | 6 | "scripts": { |
7 | 7 | "svg:cleanup": "trash src/SVGs/components", |
8 | | - "svg:convert": "react-from-svg src/SVGs src/SVGs/components --with-reason", |
| 8 | + "svg:convert": "react-from-svg src/SVGs src/SVGs/components --with-web-for-reason", |
9 | 9 | "svg:format": "find src/SVGs/components -name \"*.re\" | grep -v \"node_modules\" | xargs bsrefmt --in-place", |
10 | 10 | "svg": "yarn svg:cleanup && yarn svg:convert && yarn svg:format", |
11 | 11 | "re:clean": "bsb -clean-world", |
|
27 | 27 | "devDependencies": { |
28 | 28 | "@moox/bs-react-helmet": "^2.0.0", |
29 | 29 | "@phenomic/markdown-as-json": "^1.0.0", |
30 | | - "@reason-react-native/safe-area-context": "^0.6.0", |
31 | | - "bs-platform": "^7.1.0", |
| 30 | + "@reason-react-native/safe-area-context": "^3.0.0", |
| 31 | + "bs-platform": "^7.3.0", |
32 | 32 | "copyfiles": "^2.2.0", |
33 | 33 | "glob": "^7.1.3", |
34 | 34 | "mkdirp": "^0.5.1", |
35 | 35 | "module-alias": "^2.2.0", |
36 | 36 | "opn-cli": "^4.1.0", |
37 | 37 | "react": "^16.8.0", |
38 | 38 | "react-dom": "^16.8.0", |
39 | | - "react-from-svg": "^3.1.0", |
| 39 | + "react-from-svg": "^4.0.0", |
40 | 40 | "react-helmet": "^5.2.0", |
41 | | - "react-multiversal": "https://github.com/MoOx/react-multiversal.git#8239c04", |
| 41 | + "react-multiversal": "https://github.com/MoOx/react-multiversal.git#bf0f30f", |
42 | 42 | "react-native-web": "^0.11.2", |
43 | 43 | "reason-future": "^2.4.0", |
44 | 44 | "reason-highlightjs": "^0.2.0", |
45 | | - "reason-react": "^0.7.0", |
46 | | - "reason-react-native": "https://github.com/reason-react-native/reason-react-native.git#bd0b3b1", |
| 45 | + "reason-react": "^0.8.0", |
| 46 | + "reason-react-native": "^0.62.0", |
47 | 47 | "static-server-cli": "^1.0.2", |
48 | 48 | "trash-cli": "^1.4.0" |
49 | 49 | } |
|
0 commit comments