Skip to content

Commit

Permalink
upgrade: widgets library 0.10.9 (#263)
Browse files Browse the repository at this point in the history
* upgrade: widgets library 0.10.9

* upgrade lodash-es to fix security warning
  • Loading branch information
embbnux committed Jul 18, 2019
1 parent 207c28c commit cf5f9b7
Show file tree
Hide file tree
Showing 3 changed files with 266 additions and 431 deletions.
9 changes: 8 additions & 1 deletion getWebpackBaseConfig.js
Expand Up @@ -68,7 +68,14 @@ module.exports = function getBaseConfig({ themeFolder } = {}) {
{
loader: 'react-svg-loader',
options: {
jsx: true
jsx: true,
svgo: {
plugins: [
{
removeViewBox: false,
},
],
}
}
}
]
Expand Down
8 changes: 4 additions & 4 deletions package.json
Expand Up @@ -50,9 +50,9 @@
"dependencies": {
"@babel/polyfill": "^7.2.5",
"@babel/runtime": "^7.3.4",
"@ringcentral-integration/glip-widgets": "https://github.com/ringcentral/ringcentral-js-widgets#glip-widgets-release",
"@ringcentral-integration/glip-widgets": "^0.0.1",
"@ringcentral-integration/i18n": "^2.0.1",
"@ringcentral-integration/locale-loader": "^2.0.1",
"@ringcentral-integration/locale-loader": "^2.0.2",
"@ringcentral-integration/phone-number": "^1.0.3",
"classnames": "^2.2.5",
"core-js": "^2.6.5",
Expand All @@ -71,8 +71,8 @@
"redux": "^3.6.0",
"ringcentral": "^3.2.1",
"ringcentral-client": "^1.0.0-beta.2",
"ringcentral-integration": "^0.10.8",
"ringcentral-widgets": "^0.10.8",
"ringcentral-integration": "^0.10.9",
"ringcentral-widgets": "^0.10.9",
"uuid": "^3.2.1",
"whatwg-fetch": "^2.0.3"
},
Expand Down

0 comments on commit cf5f9b7

Please sign in to comment.