Skip to content

Commit

Permalink
feat: update lib dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Jul 21, 2019
1 parent 1d72afe commit 175f28b
Show file tree
Hide file tree
Showing 3 changed files with 322 additions and 35 deletions.
24 changes: 12 additions & 12 deletions packages/dnb-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
"umd:dev": "nodemon -x 'yarn umd' --ext js,html,json,css,scss --watch './src/components/**/*' --watch './src/patterns/**/*' --watch './src/style/**/*' --watch './scripts/**/*' --ignore '*.json'"
},
"dependencies": {
"@babel/runtime": "^7.5.4",
"@babel/runtime": "^7.5.5",
"body-scroll-lock": "^2.6.4",
"classnames": "^2.2.6",
"core-js": "^2",
Expand All @@ -89,18 +89,18 @@
"react-dom": ">=16.8"
},
"devDependencies": {
"@babel/core": "^7.5.4",
"@babel/node": "^7.5.0",
"@babel/plugin-proposal-class-properties": "^7.5.0",
"@babel/core": "^7.5.5",
"@babel/node": "^7.5.5",
"@babel/plugin-proposal-class-properties": "^7.5.5",
"@babel/plugin-proposal-export-default-from": "^7.5.2",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-object-assign": "^7.2.0",
"@babel/plugin-transform-react-constant-elements": "^7.5.0",
"@babel/plugin-transform-runtime": "^7.5.0",
"@babel/preset-env": "^7.5.4",
"@babel/plugin-transform-runtime": "^7.5.5",
"@babel/preset-env": "^7.5.5",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.4",
"@babel/register": "^7.5.5",
"@emotion/babel-plugin-core": "^0.6.9",
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
Expand All @@ -118,15 +118,15 @@
"chalk": "^2.4.2",
"ci-info": "^2.0.0",
"color": "^3.1.2",
"css-loader": "^3.0.0",
"css-loader": "^3.1.0",
"del": "^5.0.0",
"detect-port": "^1.3.0",
"dotenv": "^8.0.0",
"enzyme": "^3.10.0",
"enzyme-adapter-react-16": "^1.14.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.2",
"eslint-plugin-security": "^1.4.0",
Expand Down Expand Up @@ -168,7 +168,7 @@
"prettier-package-json": "^2.1.0",
"prop-types": "^15.7.2",
"puppeteer": "^1.18.1",
"raw-loader": "^3.0.0",
"raw-loader": "^3.1.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-fake-props": "^0.3.2",
Expand All @@ -183,13 +183,13 @@
"scss-to-json": "^2.0.0",
"semantic-release": "^16.0.0-beta.19",
"simple-commit-message": "^4.0.3",
"simple-git": "^1.121.0",
"simple-git": "^1.122.0",
"stream-buffers": "^3.0.2",
"style-loader": "^0.23.1",
"stylelint": "^10.1.0",
"stylelint-config-prettier": "^5.2.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.9.1",
"stylelint-scss": "^3.9.2",
"svgo": "^1.3.0",
"tar": "^4.4.10",
"text-mask-addons": "^3.8.0",
Expand Down
7 changes: 5 additions & 2 deletions packages/dnb-ui-lib/stories/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ import 'dnb-ui-lib/src/style/components'
import 'dnb-ui-lib/src/style/themes/ui'

/* ATTENTION: for testing with IE11, we have to use the build version - make sure to run `yarn build` first */
// import 'dnb-ui-lib/style/basis'
// import 'dnb-ui-lib/style/components'
// import 'dnb-ui-lib/style/dnb-ui-basis.css'
// import 'dnb-ui-lib/style/dnb-ui-components.css'
// // import 'dnb-ui-lib/style/theme-ui/dnb-theme-ui.css'
// // import 'dnb-ui-lib/style/basis'
// // import 'dnb-ui-lib/style/components'
// import 'dnb-ui-lib/style/themes/ui'

/* UI style + theme */
Expand Down
Loading

0 comments on commit 175f28b

Please sign in to comment.