Skip to content

Commit

Permalink
chore(deps): update rollup-plugin-node-resolve, remove types from Def…
Browse files Browse the repository at this point in the history
…initlyTyped
  • Loading branch information
Kocal committed May 5, 2019
1 parent e89d745 commit ca7ab4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 12 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
"@types/autoprefixer": "^9.1.1",
"@types/buble": "^0.19.0",
"@types/cssnano": "^4.0.0",
"@types/rollup-plugin-node-resolve": "^4.0.0",
"@types/sass": "^1.16.0",
"autoprefixer": "^9.1.2",
"buble": "^0.19.6",
Expand Down Expand Up @@ -76,7 +75,7 @@
"rollup-plugin-json": "^3.1.0",
"rollup-plugin-node-builtins": "^2.1.2",
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-node-resolve": "^4.0.0",
"rollup-plugin-node-resolve": "^4.2.3",
"rollup-plugin-replace": "^2.1.0",
"rollup-plugin-terser": "^4.0.1",
"rollup-plugin-vue": "^4.3.2",
Expand Down
12 changes: 2 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@
"@types/node" "*"
safe-buffer "*"

"@types/resolve@*", "@types/resolve@0.0.8":
"@types/resolve@0.0.8":
version "0.0.8"
resolved "https://registry.yarnpkg.com/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
integrity sha512-auApPaJf3NPfe18hSoJkp8EbZzer2ISk7o8mCC3M9he/a04+gbMF97NkpD2S8riMGvm4BMRI59/SZQSaLTKpsQ==
Expand All @@ -725,14 +725,6 @@
"@types/node" "*"
rollup "^0.63.4"

"@types/rollup-plugin-node-resolve@^4.0.0":
version "4.0.0"
resolved "https://registry.yarnpkg.com/@types/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.0.0.tgz#d5b90bee03c3d9f418c498a6abf40a71d846f255"
integrity sha512-Cu0TEpG6mvwARmVNPTpq5TaVIiIm45a7ErikZytdabUVdRyLdLHCDgcXgUohrliyZYxCqKafKVCzXi6Ono0gaw==
dependencies:
"@types/resolve" "*"
rollup "^0.63.4"

"@types/sass@^1.16.0":
version "1.16.0"
resolved "https://registry.yarnpkg.com/@types/sass/-/sass-1.16.0.tgz#b41ac1c17fa68ffb57d43e2360486ef526b3d57d"
Expand Down Expand Up @@ -10536,7 +10528,7 @@ rollup-plugin-node-globals@^1.4.0:
process-es6 "^0.11.6"
rollup-pluginutils "^2.3.1"

rollup-plugin-node-resolve@^4.0.0:
rollup-plugin-node-resolve@^4.2.3:
version "4.2.3"
resolved "https://registry.yarnpkg.com/rollup-plugin-node-resolve/-/rollup-plugin-node-resolve-4.2.3.tgz#638a373a54287d19fcc088fdd1c6fd8a58e4d90a"
integrity sha512-r+WaesPzdGEynpLZLALFEDugA4ACa5zn7bc/+LVX4vAXQQ8IgDHv0xfsSvJ8tDXUtprfBtrDtRFg27ifKjcJTg==
Expand Down

0 comments on commit ca7ab4f

Please sign in to comment.