Skip to content

Commit

Permalink
chore(deps): update dependency @nuxt/types to v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and rchl committed Oct 21, 2019
1 parent d47934a commit a4c5728
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"@babel/plugin-syntax-dynamic-import": "7.2.0",
"@babel/preset-env": "7.6.3",
"@babel/runtime": "7.6.3",
"@nuxt/types": "0.3.1",
"@nuxt/types": "0.3.2",
"@nuxtjs/module-test-utils": "1.3.1",
"@types/jest": "24.0.19",
"babel-core": "7.0.0-bridge.0",
Expand Down
21 changes: 13 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1088,22 +1088,22 @@
serve-static "^1.14.1"
server-destroy "^1.0.1"

"@nuxt/types@0.3.1":
version "0.3.1"
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-0.3.1.tgz#b6e133a57f740032743206861e51f762bcbbe89b"
integrity sha512-Ee8vRb6+OU+GttbYiHlvSa9UbOMvHdTIZw6XYbFidUYhSbyWbEtP6iOjql4OPntcSNufM4S2WyDvXKErvh/SEA==
"@nuxt/types@0.3.2":
version "0.3.2"
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-0.3.2.tgz#81f6d7c508c7420fdc72b4953e6ad9d2d7cd5c43"
integrity sha512-cxiLDOdekzHpFTj5uy2YL+IK/nRpd/6oGR0hOH6wGkOWDHQ14wpD6NcvuVhJbwkBuerwQ/eZmJ2meJKSeMTiwQ==
dependencies:
"@types/babel__core" "^7.1.3"
"@types/compression" "^1.0.1"
"@types/connect" "^3.4.32"
"@types/etag" "^1.8.0"
"@types/express" "^4.17.1"
"@types/html-minifier" "^3.5.3"
"@types/node" "^12.7.11"
"@types/node" "^12.11.1"
"@types/optimize-css-assets-webpack-plugin" "^5.0.1"
"@types/serve-static" "^1.13.3"
"@types/terser-webpack-plugin" "^1.2.1"
"@types/webpack" "^4.39.2"
"@types/webpack" "^4.39.3"
"@types/webpack-bundle-analyzer" "^2.13.3"
"@types/webpack-dev-middleware" "^2.0.3"
"@types/webpack-hot-middleware" "^2.16.5"
Expand Down Expand Up @@ -1386,11 +1386,16 @@
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==

"@types/node@*", "@types/node@^12.7.11":
"@types/node@*":
version "12.7.12"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.7.12.tgz#7c6c571cc2f3f3ac4a59a5f2bd48f5bdbc8653cc"
integrity sha512-KPYGmfD0/b1eXurQ59fXD1GBzhSQfz6/lKBxkaHX9dKTzjXbK68Zt7yGUxUsCS1jeTy/8aL+d9JEr+S54mpkWQ==

"@types/node@^12.11.1":
version "12.11.1"
resolved "https://registry.yarnpkg.com/@types/node/-/node-12.11.1.tgz#1fd7b821f798b7fa29f667a1be8f3442bb8922a3"
integrity sha512-TJtwsqZ39pqcljJpajeoofYRfeZ7/I/OMUQ5pR4q5wOKf2ocrUvBAZUMhWsOvKx3dVc/aaV5GluBivt0sWqA5A==

"@types/optimize-css-assets-webpack-plugin@^5.0.1":
version "5.0.1"
resolved "https://registry.yarnpkg.com/@types/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.1.tgz#1f437ef9ef937b393687a8819be2d2fddc03b069"
Expand Down Expand Up @@ -1485,7 +1490,7 @@
"@types/source-list-map" "*"
source-map "^0.6.1"

"@types/webpack@*", "@types/webpack@^4.39.2":
"@types/webpack@*", "@types/webpack@^4.39.3":
version "4.39.3"
resolved "https://registry.yarnpkg.com/@types/webpack/-/webpack-4.39.3.tgz#1d55f8fce117a325368bf7612950552ee4ed4467"
integrity sha512-afGNNuTfKk1YfHrQ+IwF0QhDkSSMIMMt8BRRErTKaGVvWTMABDjT22/4kJ4bRoSzir9LVgxuuceyZ4Z5I82Cyg==
Expand Down

0 comments on commit a4c5728

Please sign in to comment.