|
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 | 38 | "mobx": "^4.9.4", |
39 | 39 | "mobx-react": "^5.4.3", |
|
42 | 42 | "react-art": "^16.8.6", |
43 | 43 | "react-dom": "^16.8.6", |
44 | 44 | "react-native-web": "^0.11.2", |
45 | | - "svgs": "^4.0.0" |
| 45 | + "svgs": "4.0.0" |
46 | 46 | }, |
47 | 47 | "devDependencies": { |
48 | | - "@storybook/addon-actions": "^3.3.15", |
49 | | - "@storybook/addon-links": "^3.3.15", |
50 | | - "@storybook/addons": "^3.3.15", |
51 | | - "@storybook/react": "^3.3.15", |
52 | | - "@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 | + "@storybook/addon-actions": "^5.0.6", |
| 53 | + "@storybook/addon-links": "^5.0.6", |
| 54 | + "@storybook/addons": "^5.0.6", |
| 55 | + "@storybook/react": "^5.0.6", |
| 56 | + "@svgr/cli": "3.1.0", |
53 | 57 | "ajv": "^6.5.0", |
54 | | - "babel-cli": "^6.26.0", |
55 | | - "babel-core": "^6.26.0", |
56 | 58 | "babel-plugin-react-native-web": "^0.11.2", |
57 | | - "babel-plugin-transform-es2015-modules-commonjs": "^6.26.0", |
58 | | - "babel-plugin-transform-object-rest-spread": "^6.26.0", |
59 | | - "babel-preset-react-native": "^4.0.0", |
60 | 59 | "concurrently": "^3.5.1", |
61 | | - "electron": "^3.0.9", |
62 | | - "electron-builder": "^20.8.1", |
63 | | - "eslint": "^4.19.0", |
64 | | - "eslint-config-google": "^0.9.1", |
65 | | - "eslint-config-prettier": "^2.9.0", |
66 | | - "eslint-plugin-html": "^4.0.2", |
67 | | - "eslint-plugin-prettier": "^2.6.0", |
68 | | - "eslint-plugin-react": "^7.7.0", |
| 60 | + "electron": "3.0.9", |
| 61 | + "electron-builder": "20.8.1", |
| 62 | + "eslint-config-google": "^0.12.0", |
| 63 | + "eslint-config-prettier": "^4.1.0", |
| 64 | + "eslint-plugin-html": "^5.0.3", |
| 65 | + "eslint-plugin-prettier": "^3.0.1", |
| 66 | + "eslint-plugin-react": "^7.12.4", |
69 | 67 | "isomorphic-fetch": "^2.2.1", |
| 68 | + "metro-react-native-babel-preset": "^0.53.1", |
70 | 69 | "mocha": "^5.0.0", |
71 | 70 | "nock": "^9.1.6", |
72 | 71 | "prettier": "^1.11.1", |
73 | 72 | "prop-types": "^15.6.2", |
74 | 73 | "protobufjs": "^6.8.8", |
75 | | - "react-scripts": "^1.1.5", |
| 74 | + "react-scripts": "2.1.8", |
76 | 75 | "sinon": "^6.0.0", |
77 | 76 | "unexpected": "^10.37.2", |
78 | 77 | "unexpected-sinon": "^10.10.1", |
79 | | - "wait-on": "^2.1.0" |
| 78 | + "wait-on": "^2.1.0", |
| 79 | + "webpack": "4.28.3" |
80 | 80 | }, |
81 | 81 | "build": { |
82 | 82 | "appId": "engineering.lightning.lightning-app", |
|
0 commit comments