Skip to content

Commit

Permalink
chore(deps-dev): bump @nuxt/types from 0.3.0 to 0.3.1
Browse files Browse the repository at this point in the history
Bumps [@nuxt/types](https://github.com/nuxt/typescript) from 0.3.0 to 0.3.1.
- [Release notes](https://github.com/nuxt/typescript/releases)
- [Commits](https://github.com/nuxt/typescript/compare/@nuxt/types@0.3.0...@nuxt/types@0.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Oct 15, 2019
1 parent 332e294 commit fe22906
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"devDependencies": {
"@commitlint/cli": "^8.2.0",
"@commitlint/config-conventional": "^8.2.0",
"@nuxt/types": "^0.3.0",
"@nuxt/types": "^0.3.1",
"@types/consola": "^1.0.0",
"@types/jest": "^24.0.19",
"@types/jsdom": "^12.2.4",
Expand Down
22 changes: 11 additions & 11 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1336,19 +1336,19 @@
serve-static "^1.14.1"
server-destroy "^1.0.1"

"@nuxt/types@^0.3.0":
version "0.3.0"
resolved "https://registry.yarnpkg.com/@nuxt/types/-/types-0.3.0.tgz#3a7c263a7eb155f597739cbac0768a56fbd155b2"
integrity sha512-YCDtpx4wZ41/Dc2h9nw5A/xOxCVzWBq4CiJenMDHZQvF+FMbWUOyj0hY5j9MujgXT3ZwkcenlXVekZNBARsRJQ==
"@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==
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.9"
"@types/optimize-css-assets-webpack-plugin" "^5.0.0"
"@types/node" "^12.7.11"
"@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"
Expand Down Expand Up @@ -1623,7 +1623,7 @@
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-2.0.1.tgz#dc488842312a7f075149312905b5e3c0b054c79d"
integrity sha512-FwI9gX75FgVBJ7ywgnq/P7tw+/o1GUbtP0KzbtusLigAOgIgNISRK0ZPl4qertvXSIE8YbsVJueQ90cDt9YYyw==

"@types/node@*", "@types/node@^12.0.2", "@types/node@^12.7.12", "@types/node@^12.7.9":
"@types/node@*", "@types/node@^12.0.2", "@types/node@^12.7.11", "@types/node@^12.7.12":
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==
Expand All @@ -1633,10 +1633,10 @@
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.0.tgz#e486d0d97396d79beedd0a6e33f4534ff6b4973e"
integrity sha512-f5j5b/Gf71L+dbqxIpQ4Z2WlmI/mPJ0fOkGGmFgtb6sAu97EPczzbS3/tJKxmcYDj55OX6ssqwDAWOHIYDRDGA==

"@types/optimize-css-assets-webpack-plugin@^5.0.0":
version "5.0.0"
resolved "https://registry.yarnpkg.com/@types/optimize-css-assets-webpack-plugin/-/optimize-css-assets-webpack-plugin-5.0.0.tgz#e2b02fbc9818b1e0968ef39b15c7eab206550211"
integrity sha512-vuMwKpwiIYH15IW0k9oKBGsYi+OVYapBHUTYNuzzObGo9q+kd2SH4glqlM5vY6CTCFp9Pd0+hGyAYwSN1SFTCw==
"@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"
integrity sha512-qyi5xmSl+DTmLFtVtelhso3VnNQYxltfgMa+Ed02xqNZCZBD0uYR6i64FmcwfieDzZRdwkJxt9o2JHq/5PBKQg==
dependencies:
"@types/webpack" "*"

Expand Down

0 comments on commit fe22906

Please sign in to comment.