Skip to content

Commit cda4caf

Browse files
committed
Update dependency rollup to ^1.7.1
1 parent 66505c7 commit cda4caf

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"nuxt": "^2.5.1",
119119
"postcss-cli": "^6.1.2",
120120
"prettier": "1.14.3",
121-
"rollup": "^1.7.0",
121+
"rollup": "^1.7.1",
122122
"rollup-plugin-babel": "^4.3.2",
123123
"rollup-plugin-commonjs": "^9.2.1",
124124
"rollup-plugin-node-resolve": "^4.0.1",

yarn.lock

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1472,11 +1472,16 @@
14721472
resolved "https://registry.yarnpkg.com/@types/minimatch/-/minimatch-3.0.3.tgz#3dca0e3f33b200fc7d1139c0cd96c1268cadfd9d"
14731473
integrity sha512-tHq6qdbT9U1IRSGf14CL0pUlULksvY9OZ+5eEgl1N7t+OA3tGvNpxJCzuKQlsNgCVwbAs670L1vcVQi8j9HjnA==
14741474

1475-
"@types/node@*", "@types/node@^11.9.5":
1475+
"@types/node@*":
14761476
version "11.11.4"
14771477
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.4.tgz#8808bd5a82bbf6f5d412eff1c228d178e7c24bb3"
14781478
integrity sha512-02tIL+QIi/RW4E5xILdoAMjeJ9kYq5t5S2vciUdFPXv/ikFTb0zK8q9vXkg4+WAJuYXGiVT1H28AkD2C+IkXVw==
14791479

1480+
"@types/node@^11.11.6":
1481+
version "11.11.6"
1482+
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.11.6.tgz#df929d1bb2eee5afdda598a41930fe50b43eaa6a"
1483+
integrity sha512-Exw4yUWMBXM3X+8oqzJNRqZSwUAaS4+7NdvHqQuFi/d+synz++xmX3QIf+BFqneW8N31R8Ky+sikfZUXq07ggQ==
1484+
14801485
"@types/q@^1.5.1":
14811486
version "1.5.2"
14821487
resolved "https://registry.yarnpkg.com/@types/q/-/q-1.5.2.tgz#690a1475b84f2a884fd07cd797c00f5f31356ea8"
@@ -9493,13 +9498,13 @@ rollup-watch@^4.3.1:
94939498
require-relative "0.8.7"
94949499
rollup-pluginutils "^2.0.1"
94959500

9496-
rollup@^1.7.0:
9497-
version "1.7.0"
9498-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.7.0.tgz#2f5063c0f344f2225d1077655dc54d105a512bb2"
9499-
integrity sha512-hjuWSCgoQsFSTsmsNP4AH1l1kfkFqW82gW00V9nL81Zr3JtnKn3rvxh18jUAAEMb7qNoHj21PR5SqbK2mhBgMg==
9501+
rollup@^1.7.1:
9502+
version "1.7.1"
9503+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.7.1.tgz#a2b62d84b3a0c89d1032853d04f32d4de8142689"
9504+
integrity sha512-f2LB1YQhbKdE5PvBPgEt2PyfcWa7ZbGOTO3T7mfXcZPwNJi30s771kF0d0mme4tEP00R1aDk+kE1diQSAgY7Mw==
95009505
dependencies:
95019506
"@types/estree" "0.0.39"
9502-
"@types/node" "^11.9.5"
9507+
"@types/node" "^11.11.6"
95039508
acorn "^6.1.1"
95049509

95059510
rsvp@^4.8.4:

0 commit comments

Comments
 (0)