|
29 | 29 | "protobuf": "pbjs assets/rpc.proto -t static-module -w es6 -o assets/rpc.js" |
30 | 30 | }, |
31 | 31 | "dependencies": { |
32 | | - "@grpc/proto-loader": "^0.3.0", |
33 | | - "electron-is-dev": "^0.3.0", |
34 | | - "electron-log": "^2.2.14", |
35 | | - "electron-updater": "^3.2.3", |
36 | | - "grpc": "^1.15.1", |
| 32 | + "@grpc/proto-loader": "0.3.0", |
| 33 | + "electron-is-dev": "0.3.0", |
| 34 | + "electron-log": "2.2.14", |
| 35 | + "electron-updater": "3.2.3", |
| 36 | + "grpc": "1.15.1", |
37 | 37 | "locale-currency": "0.0.2", |
38 | | - "mobx": "^4.5.0", |
39 | | - "mobx-react": "^5.2.8", |
| 38 | + "mobx": "^4.9.4", |
| 39 | + "mobx-react": "^5.4.3", |
40 | 40 | "qr-image": "^3.2.0", |
41 | | - "react": "^16.7.0", |
42 | | - "react-art": "^16.7.0", |
43 | | - "react-dom": "^16.7.0", |
44 | | - "react-native-web": "^0.9.13", |
45 | | - "react-scripts": "^1.1.5", |
46 | | - "svgs": "^4.0.0" |
| 41 | + "react": "^16.8.6", |
| 42 | + "react-art": "^16.8.6", |
| 43 | + "react-dom": "^16.8.6", |
| 44 | + "react-native-web": "^0.11.2", |
| 45 | + "svgs": "4.0.0" |
47 | 46 | }, |
48 | 47 | "devDependencies": { |
49 | | - "@storybook/addon-actions": "^3.3.15", |
50 | | - "@storybook/addon-links": "^3.3.15", |
51 | | - "@storybook/addons": "^3.3.15", |
52 | | - "@storybook/react": "^3.3.15", |
53 | | - "@svgr/cli": "^3.1.0", |
| 48 | + "@babel/cli": "^7.2.3", |
| 49 | + "@babel/core": "^7.4.0", |
| 50 | + "@babel/plugin-proposal-object-rest-spread": "^7.4.0", |
| 51 | + "@babel/plugin-transform-modules-commonjs": "^7.4.0", |
| 52 | + "@babel/register": "^7.4.0", |
| 53 | + "@storybook/addon-actions": "^5.0.6", |
| 54 | + "@storybook/addon-links": "^5.0.6", |
| 55 | + "@storybook/addons": "^5.0.6", |
| 56 | + "@storybook/react": "^5.0.6", |
| 57 | + "@svgr/cli": "3.1.0", |
54 | 58 | "ajv": "^6.5.0", |
55 | | - "babel-cli": "^6.26.0", |
56 | | - "babel-core": "^6.26.0", |
57 | | - "babel-plugin-react-native-web": "^0.9.13", |
58 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
59 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
60 | | - "babel-preset-react-native": "^4.0.0", |
| 59 | + "babel-plugin-react-native-web": "^0.11.2", |
61 | 60 | "concurrently": "^3.5.1", |
62 | | - "electron": "^3.0.9", |
63 | | - "electron-builder": "^20.8.1", |
64 | | - "eslint": "^4.19.0", |
65 | | - "eslint-config-google": "^0.9.1", |
66 | | - "eslint-config-prettier": "^2.9.0", |
67 | | - "eslint-plugin-html": "^4.0.2", |
68 | | - "eslint-plugin-prettier": "^2.6.0", |
69 | | - "eslint-plugin-react": "^7.7.0", |
| 61 | + "electron": "3.0.9", |
| 62 | + "electron-builder": "20.8.1", |
| 63 | + "eslint-config-google": "^0.12.0", |
| 64 | + "eslint-config-prettier": "^4.1.0", |
| 65 | + "eslint-plugin-html": "^5.0.3", |
| 66 | + "eslint-plugin-prettier": "^3.0.1", |
| 67 | + "eslint-plugin-react": "^7.12.4", |
70 | 68 | "isomorphic-fetch": "^2.2.1", |
| 69 | + "metro-react-native-babel-preset": "^0.53.1", |
71 | 70 | "mocha": "^5.0.0", |
72 | 71 | "nock": "^9.1.6", |
73 | 72 | "prettier": "^1.11.1", |
74 | 73 | "prop-types": "^15.6.2", |
75 | 74 | "protobufjs": "^6.8.8", |
| 75 | + "react-scripts": "2.1.8", |
76 | 76 | "sinon": "^6.0.0", |
77 | 77 | "unexpected": "^10.37.2", |
78 | 78 | "unexpected-sinon": "^10.10.1", |
79 | | - "wait-on": "^2.1.0" |
| 79 | + "wait-on": "^2.1.0", |
| 80 | + "webpack": "4.28.3" |
80 | 81 | }, |
| 82 | + "browserslist": [ |
| 83 | + "electron 3.0" |
| 84 | + ], |
81 | 85 | "build": { |
82 | 86 | "appId": "engineering.lightning.lightning-app", |
83 | 87 | "publish": { |
|
0 commit comments