chore(examples) Update dependency @rollup/plugin-node-resolve to v7 (#298)

Co-authored-by: WhiteSource Renovate <renovatebot@gmail.com>
This commit is contained in:
renovate[bot]
2020-01-09 09:11:54 -06:00
committed by Jacob Bolda
parent 4e5244c2e4
commit 378e649925
2 changed files with 5 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
"tauri:prod:build": "yarn tauri:prod build"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "6.0.0",
"@rollup/plugin-node-resolve": "7.0.0",
"rollup": "1.29.0",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-livereload": "1.0.4",

View File

@@ -23,10 +23,10 @@
resolved "https://registry.yarnpkg.com/@polka/url/-/url-0.5.0.tgz#b21510597fd601e5d7c95008b76bf0d254ebfd31"
integrity sha512-oZLYFEAzUKyi3SKnXvj32ZCEGH6RDnao7COuCVhDydMS9NrCSVXhM79VaKyP5+Zc33m0QXEd2DN3UkU7OsHcfw==
"@rollup/plugin-node-resolve@6.0.0":
version "6.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-6.0.0.tgz#f351e29b45c007c17df4e28a0efd0d1f5662f59b"
integrity sha512-GqWz1CfXOsqpeVMcoM315+O7zMxpRsmhWyhJoxLFHVSp9S64/u02i7len/FnbTNbmgYs+sZyilasijH8UiuboQ==
"@rollup/plugin-node-resolve@7.0.0":
version "7.0.0"
resolved "https://registry.yarnpkg.com/@rollup/plugin-node-resolve/-/plugin-node-resolve-7.0.0.tgz#cce3826df801538b001972fbf9b6b1c22b69fdf8"
integrity sha512-+vOx2+WMBMFotYKM3yYeDGZxIvcQ7yO4g+SuKDFsjKaq8Lw3EPgfB6qNlp8Z/3ceDCEhHvC9/b+PgBGwDQGbzQ==
dependencies:
"@rollup/pluginutils" "^3.0.0"
"@types/resolve" "0.0.8"