Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed May 5, 2019
1 parent e31f142 commit 0a23057
Show file tree
Hide file tree
Showing 3 changed files with 1,012 additions and 575 deletions.
40 changes: 20 additions & 20 deletions packages/dnb-design-system-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,56 +48,56 @@
"react-dom": "^16.8.6"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@babel/plugin-proposal-object-rest-spread": "^7.4.4",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/preset-env": "^7.4.3",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@mdx-js/mdx": "^1.0.15",
"@mdx-js/react": "^1.0.15",
"babel-jest": "^24.7.1",
"@mdx-js/mdx": "^1.0.16",
"@mdx-js/react": "^1.0.16",
"babel-jest": "^24.8.0",
"babel-plugin-emotion": "^10.0.9",
"camelcase": "^5.3.1",
"ci-info": "^2.0.0",
"classnames": "^2.2.6",
"clean-html": "^1.5.0",
"color": "^3.1.1",
"cross-env": "^5.2.0",
"del": "^4.1.0",
"del": "^4.1.1",
"emotion": "^10.0.9",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"front-matter": "^3.0.2",
"fs-extra": "^7.0.1",
"gatsby": "^2.3.30",
"gatsby-link": "^2.0.16",
"gatsby-mdx": "^0.6.2",
"gatsby": "^2.4.2",
"gatsby-link": "^2.1.1",
"gatsby-mdx": "^0.6.3",
"gatsby-plugin-catch-links": "^2.0.13",
"gatsby-plugin-emotion": "^4.0.6",
"gatsby-plugin-manifest": "^2.0.29",
"gatsby-plugin-offline": "^2.0.25",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-postcss": "^2.0.7",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.0.11",
"gatsby-plugin-sharp": "^2.0.35",
"gatsby-plugin-sharp": "^2.0.36",
"gatsby-remark-images": "^3.0.11",
"gatsby-source-filesystem": "^2.0.32",
"gatsby-source-filesystem": "^2.0.33",
"gh-pages": "^2.0.1",
"github-slugger": "^1.2.1",
"jest": "^24.7.1",
"jest": "^24.8.0",
"jest-emotion": "^10.0.10",
"jest-raw-loader": "^1.0.1",
"keycode": "^2.2.0",
"lint-staged": "^8.1.5",
"nodemon": "^1.18.11",
"lint-staged": "^8.1.6",
"nodemon": "^1.19.0",
"ora": "^3.4.0",
"postcss-preset-env": "^6.6.0",
"prettier": "^1.17.0",
Expand All @@ -108,7 +108,7 @@
"raw-loader": "^2.0.0",
"react-anchor-link-smooth-scroll": "^1.0.12",
"react-fake-props": "^0.3.1",
"react-helmet": "^5.2.0",
"react-helmet": "^5.2.1",
"react-live": "^2.0.1",
"react-markdown": "^4.0.8",
"stylelint": "^10.0.1",
Expand Down
44 changes: 22 additions & 22 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.4.3",
"@babel/runtime": "^7.4.4",
"body-scroll-lock": "^2.6.1",
"classnames": "^2.2.6",
"core-js": "3",
Expand All @@ -88,25 +88,25 @@
"react-dom": ">=16.8"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/core": "^7.4.4",
"@babel/node": "^7.2.2",
"@babel/plugin-proposal-class-properties": "^7.4.0",
"@babel/plugin-proposal-class-properties": "^7.4.4",
"@babel/plugin-proposal-export-default-from": "^7.2.0",
"@babel/plugin-proposal-object-rest-spread": "^7.4.3",
"@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.2.0",
"@babel/plugin-transform-runtime": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"@babel/plugin-transform-runtime": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@babel/preset-react": "^7.0.0",
"@babel/register": "^7.4.0",
"@babel/register": "^7.4.4",
"@emotion/babel-plugin-core": "^0.6.9",
"@emotion/core": "^10.0.10",
"@emotion/styled": "^10.0.10",
"@storybook/react": "^5.0.10",
"@storybook/react": "^5.0.11",
"@svgr/core": "^4.2.0",
"audit-ci": "^1.6.0",
"babel-jest": "^24.7.1",
"audit-ci": "^1.7.0",
"babel-jest": "^24.8.0",
"babel-plugin-emotion": "^10.0.9",
"babel-plugin-react-remove-properties": "^0.3.0",
"babel-plugin-transform-dev-warning": "^0.1.1",
Expand All @@ -117,16 +117,16 @@
"ci-info": "^2.0.0",
"color": "^3.1.1",
"css-loader": "^2.1.1",
"del": "^4.1.0",
"del": "^4.1.1",
"detect-port": "^1.3.0",
"dotenv": "^7.0.0",
"dotenv": "^8.0.0",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.16.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react": "^7.13.0",
"eslint-plugin-security": "^1.4.0",
"figma-js": "^1.6.1",
"files-exist": "^1.1.0",
Expand All @@ -144,32 +144,32 @@
"gulp-transform": "^3.0.5",
"gulp-uglify": "^3.0.2",
"history": "^4.9.0",
"jest": "^24.7.1",
"jest": "^24.8.0",
"jest-axe": "^3.1.1",
"jest-raw-loader": "^1.0.1",
"jest-screenshot": "^0.2.2",
"jest-tobetype": "^1.2.2",
"lint-staged": "^8.1.5",
"jest-tobetype": "^1.2.3",
"lint-staged": "^8.1.6",
"live-server": "^1.2.1",
"lodash.isequal": "^4.5.0",
"lodash.isequalwith": "^4.4.0",
"mkdirp": "^0.5.1",
"node-sass": "^4.11.0",
"node-sass": "^4.12.0",
"node-sass-once-importer": "^5.3.1",
"nodemon": "^1.18.11",
"nodemon": "^1.19.0",
"ora": "^3.4.0",
"packpath": "^0.1.0",
"postcss-calc": "^7.0.1",
"postcss-preset-env": "^6.6.0",
"prettier": "^1.17.0",
"prettier-package-json": "^2.1.0",
"prop-types": "^15.7.2",
"puppeteer": "^1.14.0",
"puppeteer": "^1.15.0",
"raw-loader": "^2.0.0",
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react-fake-props": "^0.3.1",
"rollup": "^1.10.1",
"rollup": "^1.11.3",
"rollup-plugin-babel": "^4.3.2",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-globals": "^1.4.0",
Expand All @@ -180,13 +180,13 @@
"scss-to-json": "^2.0.0",
"semantic-release": "^16.0.0-beta.18",
"simple-commit-message": "^4.0.3",
"simple-git": "^1.110.0",
"simple-git": "^1.112.0",
"stream-buffers": "^3.0.2",
"style-loader": "^0.23.1",
"stylelint": "^10.0.1",
"stylelint-config-prettier": "^5.1.0",
"stylelint-config-standard": "^18.3.0",
"stylelint-scss": "^3.6.0",
"stylelint-scss": "^3.6.1",
"svgo": "^1.2.2",
"tar": "^4.4.8",
"text-mask-addons": "^3.8.0",
Expand Down
Loading

0 comments on commit 0a23057

Please sign in to comment.