|
26 | 26 | "autoprefixer": "^9.6.1", |
27 | 27 | "babel-eslint": "^10.0.1", |
28 | 28 | "babel-loader": "^8.1.0", |
29 | | - "copy-webpack-plugin": "^5.1.1", |
| 29 | + "copy-webpack-plugin": "^6.1.0", |
30 | 30 | "css-loader": "^2.1.0", |
31 | 31 | "dotenv": "^6.2.0", |
32 | 32 | "eslint": "^6.2.2", |
|
38 | 38 | "file-loader": "^3.0.1", |
39 | 39 | "jest": "^25.3.0", |
40 | 40 | "jest-puppeteer": "^4.4.0", |
41 | | - "node-sass": "^4.13.1", |
| 41 | + "node-sass": "^4.14.1", |
42 | 42 | "postcss-loader": "^3.0.0", |
43 | 43 | "puppeteer": "^5.2.1", |
44 | 44 | "sass-loader": "^7.0.3", |
45 | 45 | "style-loader": "^0.23.1", |
46 | | - "terser-webpack-plugin": "^2.3.1", |
| 46 | + "terser-webpack-plugin": "^4.2.1", |
47 | 47 | "url-loader": "^1.1.2", |
48 | | - "webpack": "^4.41.4", |
49 | | - "webpack-cli": "^3.3.10", |
50 | | - "webpack-dev-server": "^3.10.1" |
| 48 | + "webpack": "^4.44.1", |
| 49 | + "webpack-cli": "^3.3.12", |
| 50 | + "webpack-dev-server": "^3.11.0" |
51 | 51 | }, |
52 | 52 | "dependencies": { |
53 | 53 | "@babel/polyfill": "^7.2.5", |
54 | 54 | "@babel/runtime": "^7.3.4", |
55 | | - "@ringcentral/sdk": "^4.3.2", |
56 | | - "@ringcentral/subscriptions": "^4.3.2", |
| 55 | + "@rc-ex/core": "^0.4.2", |
57 | 56 | "@ringcentral-integration/core": "^0.12.2", |
58 | 57 | "@ringcentral-integration/glip-widgets": "^0.0.1", |
59 | 58 | "@ringcentral-integration/i18n": "^2.0.1", |
60 | 59 | "@ringcentral-integration/locale-loader": "^2.0.2", |
61 | 60 | "@ringcentral-integration/phone-number": "^1.0.7", |
62 | 61 | "@ringcentral-integration/rcui": "^0.1.0", |
| 62 | + "@ringcentral/sdk": "^4.3.2", |
| 63 | + "@ringcentral/subscriptions": "^4.3.2", |
63 | 64 | "classnames": "^2.2.5", |
64 | 65 | "core-js": "^2.6.5", |
65 | 66 | "format-message": "^5.1.2", |
|
0 commit comments