Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tujoworker committed Feb 1, 2019
1 parent d92cf41 commit 6209e8a
Show file tree
Hide file tree
Showing 3 changed files with 62 additions and 65 deletions.
14 changes: 7 additions & 7 deletions packages/dnb-design-system-portal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,24 +74,24 @@
"enzyme-adapter-react-16": "^1.8.0",
"enzyme-to-json": "^3.3.5",
"eslint": "^5.12.1",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.0",
"eslint-plugin-react": "^7.12.4",
"front-matter": "^3.0.1",
"fs-extra": "^7.0.1",
"gatsby": "^2.0.103",
"gatsby": "^2.0.107",
"gatsby-link": "^2.0.9",
"gatsby-mdx": "^0.3.5",
"gatsby-plugin-catch-links": "^2.0.9",
"gatsby-plugin-emotion": "^4.0.1",
"gatsby-plugin-manifest": "^2.0.14",
"gatsby-plugin-manifest": "^2.0.16",
"gatsby-plugin-offline": "^2.0.22",
"gatsby-plugin-postcss": "^2.0.3",
"gatsby-plugin-react-helmet": "^3.0.5",
"gatsby-plugin-sass": "^2.0.8",
"gatsby-plugin-sharp": "^2.0.18",
"gatsby-remark-images": "^3.0.1",
"gatsby-source-filesystem": "^2.0.18",
"gatsby-plugin-sharp": "^2.0.19",
"gatsby-remark-images": "^3.0.2",
"gatsby-source-filesystem": "^2.0.19",
"gh-pages": "^2.0.1",
"jest": "^23.6.0",
"jest-css-modules": "^1.1.0",
Expand All @@ -104,7 +104,7 @@
"nodemon": "^1.18.9",
"ora": "^3.0.0",
"postcss-preset-env": "^6.5.0",
"prettier": "^1.16.1",
"prettier": "^1.16.3",
"prettier-package-json": "^2.0.1",
"pretty": "^2.0.0",
"prism-react-renderer": "^0.1.5",
Expand Down
6 changes: 3 additions & 3 deletions packages/dnb-ui-lib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"color": "^3.1.0",
"cross-env": "^5.2.0",
"css-loader": "^2.1.0",
"css-vars-ponyfill": "^1.16.3",
"css-vars-ponyfill": "^1.16.4",
"del": "^3.0.0",
"dotenv": "^6.2.0",
"emotion": "^10.0.6",
Expand Down Expand Up @@ -152,9 +152,9 @@
"packpath": "^0.1.0",
"postcss-calc": "^7.0.1",
"postcss-preset-env": "^6.5.0",
"prettier": "^1.16.1",
"prettier": "^1.16.3",
"prettier-package-json": "^2.0.1",
"puppeteer": "^1.11.0",
"puppeteer": "^1.12.0",
"raw-loader": "^1.0.0",
"react-fake-props": "^0.3.1",
"rollup": "^1.1.2",
Expand Down
107 changes: 52 additions & 55 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6018,10 +6018,10 @@ css-url-regex@^1.1.0:
resolved "https://registry.yarnpkg.com/css-url-regex/-/css-url-regex-1.1.0.tgz#83834230cc9f74c457de59eebd1543feeb83b7ec"
integrity sha1-g4NCMMyfdMRX3lnuvRVD/uuDt+w=

css-vars-ponyfill@^1.16.3:
version "1.16.3"
resolved "https://registry.yarnpkg.com/css-vars-ponyfill/-/css-vars-ponyfill-1.16.3.tgz#58f765d6358efab2b914fe1988e89b2d5b6e5a81"
integrity sha512-JpMyaChvHNAGo21ap+NmzcALPq4fk8d5Yw8g92MCexMtGmKYXwX/53rMCnHDT/YpQIoW6URNpBENkMi+Wu4qkg==
css-vars-ponyfill@^1.16.4:
version "1.16.4"
resolved "https://registry.yarnpkg.com/css-vars-ponyfill/-/css-vars-ponyfill-1.16.4.tgz#924855e55de2d740f1309c2f967fc6ad45d79802"
integrity sha512-5B5SsjF/7kQPi2HvHNZAmh+LHLeGEkQO3Nqk/EoJyzZ1YOpzpX87FS4Y+s49XnTUlw9RAzgHenzVZF/I1olZcA==

[email protected], css-what@^2.1.2:
version "2.1.2"
Expand Down Expand Up @@ -7389,22 +7389,6 @@ eslint-plugin-graphql@^2.0.0:
graphql-config "^2.0.1"
lodash "^4.11.1"

eslint-plugin-import@^2.15.0:
version "2.15.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.15.0.tgz#d8f3c28b8988ccde5df964706faa7c1e52f0602a"
integrity sha512-LEHqgR+RcnpGqYW7h9WMkPb/tP+ekKxWdQDztfTtZeV43IHF+X8lXU+1HOCcR4oXD24qRgEwNSxIweD5uNKGVg==
dependencies:
contains-path "^0.1.0"
debug "^2.6.9"
doctrine "1.5.0"
eslint-import-resolver-node "^0.3.2"
eslint-module-utils "^2.3.0"
has "^1.0.3"
lodash "^4.17.11"
minimatch "^3.0.4"
read-pkg-up "^2.0.0"
resolve "^1.9.0"

eslint-plugin-import@^2.16.0:
version "2.16.0"
resolved "https://registry.yarnpkg.com/eslint-plugin-import/-/eslint-plugin-import-2.16.0.tgz#97ac3e75d0791c4fac0e15ef388510217be7f66f"
Expand Down Expand Up @@ -8857,14 +8841,14 @@ gatsby-plugin-emotion@^4.0.1:
"@babel/runtime" "^7.0.0"
"@emotion/babel-preset-css-prop" "10.0.5"

gatsby-plugin-manifest@^2.0.14:
version "2.0.14"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.14.tgz#01627d943243e6cd457c1ad1a69dfcf0495e30d3"
integrity sha512-u1FBqWvQfl5AgFvqAx8cwrp49xLpwWP5x3OGQ5zu5EUYwmd8U2OIyEuTcM6knCLegqlD2DPYrTcmZdLSNVfxSA==
gatsby-plugin-manifest@^2.0.16:
version "2.0.16"
resolved "https://registry.yarnpkg.com/gatsby-plugin-manifest/-/gatsby-plugin-manifest-2.0.16.tgz#dc1c8dc05c8b3720f3aa799810f21a190a0be1f4"
integrity sha512-zaIEMNNE/AY5rgtSHyg+o/pw0Vt+wT1ldjXDxzI6f6aSwFLGnr1O+LS9U2U6XUdYs+a47erZbuW7i3psMCzc7w==
dependencies:
"@babel/runtime" "^7.0.0"
bluebird "^3.5.0"
sharp "^0.21.0"
sharp "^0.21.3"

gatsby-plugin-offline@^2.0.22:
version "2.0.22"
Expand Down Expand Up @@ -8916,10 +8900,10 @@ gatsby-plugin-sass@^2.0.8:
"@babel/runtime" "^7.0.0"
sass-loader "^7.0.1"

gatsby-plugin-sharp@^2.0.18:
version "2.0.18"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.18.tgz#5e3af5d53253a5324df23cdfadfc1b423ea0403c"
integrity sha512-jpCiCf1WcbfgztLfo+AV+H6lZNpHrunINA+lo4x/JlNlWEdfgtE0AAOAvK5vjINtoqliPctBN/IhPmdNOLzzmQ==
gatsby-plugin-sharp@^2.0.19:
version "2.0.19"
resolved "https://registry.yarnpkg.com/gatsby-plugin-sharp/-/gatsby-plugin-sharp-2.0.19.tgz#8a0e6452989e901375aefe819cf2a85b951ddf28"
integrity sha512-XaaVnRtgl1qrb6sgQgRisj4DhghyvjxgMI34iJ/fIlVTWFF885nJgQhYn34N8KkO22c0C8TQxEbusnADCgAmfg==
dependencies:
"@babel/runtime" "^7.0.0"
async "^2.1.2"
Expand All @@ -8935,7 +8919,7 @@ gatsby-plugin-sharp@^2.0.18:
potrace "^2.1.1"
probe-image-size "^4.0.0"
progress "^1.1.8"
sharp "^0.21.0"
sharp "^0.21.3"
svgo "^0.7.2"

gatsby-react-router-scroll@^2.0.3:
Expand All @@ -8947,23 +8931,24 @@ gatsby-react-router-scroll@^2.0.3:
scroll-behavior "^0.9.9"
warning "^3.0.0"

gatsby-remark-images@^3.0.1:
version "3.0.1"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.0.1.tgz#01ac72451841ba5b82b9b260fe99ffca005c1eb4"
integrity sha512-dWqubKmFuT/yTc+ttBtoLxmBfWWHfUd+vDPa/FczWJsQ/8VpaVe0mPDAhG8+RQ3ZVWfU4WMQwF0NjZ/xfL00qg==
gatsby-remark-images@^3.0.2:
version "3.0.2"
resolved "https://registry.yarnpkg.com/gatsby-remark-images/-/gatsby-remark-images-3.0.2.tgz#6cdfd5d9cbc264412645cf0128add129df101347"
integrity sha512-1ZETDjkwR/f29RFDq+3MP9ixR6ddwt0xPO6ZyVyAH1sn0UfiiCrmmnflB+cMXKMvUi8QUq5yJONWlpXckZMbUw==
dependencies:
"@babel/runtime" "^7.0.0"
cheerio "^1.0.0-rc.2"
is-relative-url "^2.0.0"
lodash "^4.17.10"
mdast-util-definitions "^1.2.0"
slash "^1.0.0"
unist-util-select "^1.5.0"
unist-util-visit-parents "^2.0.1"

gatsby-source-filesystem@^2.0.18:
version "2.0.18"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.18.tgz#938b08cb9c78c5b48a37581dd5df27cef4b68843"
integrity sha512-oON3qZDb5P0xo6BwueZ1z59SrdIexGxmQnDtGlC0DgKT/timrsagMiroQowuVlPOyhVm4FkxoCnkOPszVBmvcw==
gatsby-source-filesystem@^2.0.19:
version "2.0.19"
resolved "https://registry.yarnpkg.com/gatsby-source-filesystem/-/gatsby-source-filesystem-2.0.19.tgz#1a6aadf601654310019dd8fbc5e76322561441c7"
integrity sha512-CFkmWEjHFmnCGJ4iBaethzRhvAM/qo5qsXCR3VJNs48cDVa2f8Mi8nrjs42Y0MHW3kfE8v0mVusX/rBvR0B4wg==
dependencies:
"@babel/runtime" "^7.0.0"
better-queue "^3.8.7"
Expand All @@ -8981,10 +8966,10 @@ gatsby-source-filesystem@^2.0.18:
valid-url "^1.0.9"
xstate "^3.1.0"

gatsby@^2.0.103:
version "2.0.103"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.103.tgz#e8d666c269cf67e30f10e9778d9b52b3ebba9101"
integrity sha512-5YMc23dn0k3lV9/cGrP08dS7r6K/KfrFliaBBXBbQsaLF3IdAGkojbqUXue1UaI1Kzdl8kNPopQYQoa0oONxRw==
gatsby@^2.0.107:
version "2.0.107"
resolved "https://registry.yarnpkg.com/gatsby/-/gatsby-2.0.107.tgz#45a2e12fbc186a15a35ddf02f376c897e2496b44"
integrity sha512-GYqYEUg6TstZQ/TBDABiogdQO6jTjIZlGvOWCrCYBPGZf0eMm4xVSP0VxM0uMAZo+y/kRNrLdxBv9jIPNGYGnQ==
dependencies:
"@babel/code-frame" "^7.0.0"
"@babel/core" "^7.0.0"
Expand Down Expand Up @@ -9044,6 +9029,7 @@ gatsby@^2.0.103:
gatsby-react-router-scroll "^2.0.3"
glob "^7.1.1"
graphql "^0.13.2"
graphql-playground-middleware-express "^1.7.10"
graphql-relay "^0.5.5"
graphql-skip-limit "^2.0.4"
graphql-tools "^3.0.4"
Expand Down Expand Up @@ -9071,7 +9057,6 @@ gatsby@^2.0.103:
null-loader "^0.1.1"
opentracing "^0.14.3"
optimize-css-assets-webpack-plugin "^5.0.1"
parse-filepath "^1.0.1"
physical-cpu-count "^2.0.0"
postcss-flexbugs-fixes "^3.0.0"
postcss-loader "^2.1.3"
Expand Down Expand Up @@ -9613,6 +9598,18 @@ graphql-import@^0.7.1:
lodash "^4.17.4"
resolve-from "^4.0.0"

[email protected]:
version "1.6.11"
resolved "https://registry.yarnpkg.com/graphql-playground-html/-/graphql-playground-html-1.6.11.tgz#a4e40b3d43527270722cacf7a96811c7806eb22a"
integrity sha512-KBeZH7irqW0GB08AfryknQ4c0BPDGxJSvqJ+DYmGzbhyaQTUnocMv+5TfpaU+SUY8lnS7OGvEIHo/SIYyrjuWg==

graphql-playground-middleware-express@^1.7.10:
version "1.7.10"
resolved "https://registry.yarnpkg.com/graphql-playground-middleware-express/-/graphql-playground-middleware-express-1.7.10.tgz#8bc154e988c288e06cc350e918853aad25fbcd7d"
integrity sha512-yzL5gwelHWBNE6X0rJTEBotJmVGa107j0BBiLqkaFHrGs+tT19lYFQtQowQs/mwTVt5sb/e7/HroXQPIBERhzg==
dependencies:
graphql-playground-html "1.6.11"

graphql-relay@^0.5.5:
version "0.5.5"
resolved "https://registry.yarnpkg.com/graphql-relay/-/graphql-relay-0.5.5.tgz#d6815e6edd618e878d5d921c13fc66033ec867e2"
Expand Down Expand Up @@ -16709,10 +16706,10 @@ [email protected]:
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.13.7.tgz#850f3b8af784a49a6ea2d2eaa7ed1428a34b7281"
integrity sha512-KIU72UmYPGk4MujZGYMFwinB7lOf2LsDNGSOC8ufevsrPLISrZbNJlWstRi3m0AMuszbH+EFSQ/r6w56RSPK6w==

prettier@^1.16.1:
version "1.16.1"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.1.tgz#534c2c9d7853f8845e5e078384e71973bd74089f"
integrity sha512-XXUITwIkGb3CPJ2hforHah/zTINRyie5006Jd2HKy2qz7snEJXl0KLfsJZW/wst9g6R2rFvqba3VpNYdu1hDcA==
prettier@^1.16.3:
version "1.16.3"
resolved "https://registry.yarnpkg.com/prettier/-/prettier-1.16.3.tgz#8c62168453badef702f34b45b6ee899574a6a65d"
integrity sha512-kn/GU6SMRYPxUakNXhpP0EedT/KmaPzr0H5lIsDogrykbaxOpOfAFfk5XA7DZrJyMAv1wlMV3CPcZruGXVVUZw==

pretty-bytes@^4.0.2:
version "4.0.2"
Expand Down Expand Up @@ -17004,10 +17001,10 @@ punycode@^1.2.4, punycode@^1.4.1:
resolved "https://registry.yarnpkg.com/punycode/-/punycode-1.4.1.tgz#c0d5a63b2718800ad8e1eb0fa5269c84dd41845e"
integrity sha1-wNWmOycYgArY4esPpSachN1BhF4=

puppeteer@^1.11.0:
version "1.11.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.11.0.tgz#63cdbe12b07275cd6e0b94bce41f3fcb20305770"
integrity sha512-iG4iMOHixc2EpzqRV+pv7o3GgmU2dNYEMkvKwSaQO/vMZURakwSOn/EYJ6OIRFYOque1qorzIBvrytPIQB3YzQ==
puppeteer@^1.12.0:
version "1.12.0"
resolved "https://registry.yarnpkg.com/puppeteer/-/puppeteer-1.12.0.tgz#325b97f42aa6cd66ae4d3d27839278e1f0b8e0e5"
integrity sha512-+riSxJFPQpwGZvNHFeB7vEefwfdHNSstQmjdzUKZxPp/Qt1Dw9iKRAewl8X0ntdXZz4UR4jODLiM03Iw9HDnyw==
dependencies:
debug "^4.1.0"
extract-zip "^1.6.6"
Expand Down Expand Up @@ -18879,10 +18876,10 @@ shallowequal@^1.0.1, shallowequal@^1.0.2, shallowequal@^1.1.0:
resolved "https://registry.yarnpkg.com/shallowequal/-/shallowequal-1.1.0.tgz#188d521de95b9087404fd4dcb68b13df0ae4e7f8"
integrity sha512-y0m1JoUZSlPAjXVtPPW70aZWfIL/dSP7AFkRnniLCrK/8MDKog3TySTBmckD+RObVxH0v4Tox67+F14PdED2oQ==

sharp@^0.21.0:
version "0.21.2"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.21.2.tgz#5498b9ff5273c9c16ae4d27ac8e4eb4b0fb5ee32"
integrity sha512-Gpj8P1eXNHtdMT8XNobkaic5wnienCE46VUNns9umQ9nzATfnIexCofLPPetOdb7JcoRbQc5SjWvXzi7NUoVhA==
sharp@^0.21.3:
version "0.21.3"
resolved "https://registry.yarnpkg.com/sharp/-/sharp-0.21.3.tgz#381937de66c123687f2ac7186f85921c6bb19cdd"
integrity sha512-5qZk8r+YgfyztLEKkNez20Wynq/Uh1oNyP5T/3gTYwt2lBYGs9iDs5m0yVsZEPm8eVBbAJhS08J1wp/g+Ai1Qw==
dependencies:
bindings "^1.3.1"
color "^3.1.0"
Expand Down

0 comments on commit 6209e8a

Please sign in to comment.