web: Upgraded npm packages

This commit is contained in:
Alexey Safronov 2019-06-28 11:58:27 +03:00
parent d95cab19f3
commit ac73172337
2 changed files with 6 additions and 6 deletions

View File

@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@emotion/core": "10.0.10",
"@emotion/styled": "10.0.11",
"@emotion/core": "10.0.14",
"@emotion/styled": "10.0.14",
"asc-web-components": "file:..",
"bootstrap": "^4.3.1",
"lodash": "4.17.11",
@ -15,7 +15,7 @@
"react-dom": "^16.8.6",
"react-scripts": "3.0.1",
"reactstrap": "^8.0.0",
"styled-components": "^4.2.0"
"styled-components": "^4.3.2"
},
"scripts": {
"start": "start-storybook -p 6006 -s ./public",

View File

@ -24,8 +24,8 @@
"react-intl": "2.x"
},
"dependencies": {
"@emotion/core": "10.0.10",
"@emotion/styled": "10.0.11",
"@emotion/core": "10.0.14",
"@emotion/styled": "10.0.14",
"bootstrap": "^4.3.1",
"lodash": "4.17.11",
"lodash-es": "4.17.11",
@ -35,7 +35,7 @@
"react-lifecycles-compat": "^3.0.4",
"reactstrap": "^8.0.0",
"rollup-plugin-postcss": "^2.0.3",
"styled-components": "^4.2.0"
"styled-components": "^4.3.2"
},
"devDependencies": {
"@babel/core": "7.4.4",