Skip to content

Commit b443d02

Browse files
Update dependency rollup to v2 (Dig-Doug#98)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent d28c374 commit b443d02

File tree

2 files changed

+8
-15
lines changed

2 files changed

+8
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"karma-requirejs": "1.1.0",
2424
"karma-sourcemap-loader": "0.3.7",
2525
"requirejs": "2.3.6",
26-
"rollup": "1.32.1",
26+
"rollup": "2.0.3",
2727
"rollup-plugin-commonjs": "10.1.0",
2828
"rollup-plugin-node-resolve": "5.2.0",
2929
"ts-protoc-gen": "0.12.0",

yarn.lock

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
resolved "https://registry.yarnpkg.com/@types/color-name/-/color-name-1.1.1.tgz#1c1261bbeaa10a8055bbc5d8ab84b7b2afc846a0"
123123
integrity sha512-rr+OQyAjxze7GgWrSaJwydHStIhHq2lvY3BOC2Mj7KnzI7XK0Uw1TOOdI9lDoajEbSWLiYgoo4f1R51erQfhPQ==
124124

125-
"@types/estree@*", "@types/estree@0.0.39":
125+
"@types/estree@0.0.39":
126126
version "0.0.39"
127127
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
128128
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
@@ -172,11 +172,6 @@ accepts@~1.3.4:
172172
mime-types "~2.1.24"
173173
negotiator "0.6.2"
174174

175-
acorn@^7.1.0:
176-
version "7.1.0"
177-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.1.0.tgz#949d36f2c292535da602283586c2477c57eb2d6c"
178-
integrity sha512-kL5CuoXA/dgxlBbVrflsflzQ3PAas7RYZB52NOm/6839iVYJgKMJ3cQJD+t2i5+qFa8h3MDpEOJiS64E8JLnSQ==
179-
180175
after@0.8.2:
181176
version "0.8.2"
182177
resolved "https://registry.yarnpkg.com/after/-/after-0.8.2.tgz#fedb394f9f0e02aa9768e702bda23b505fae7e1f"
@@ -1772,14 +1767,12 @@ rollup-pluginutils@^2.8.1:
17721767
dependencies:
17731768
estree-walker "^0.6.1"
17741769

1775-
rollup@1.32.1:
1776-
version "1.32.1"
1777-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.32.1.tgz#4480e52d9d9e2ae4b46ba0d9ddeaf3163940f9c4"
1778-
integrity sha512-/2HA0Ec70TvQnXdzynFffkjA6XN+1e2pEv/uKS5Ulca40g2L7KuOE3riasHoNVHOsFD5KKZgDsMk1CP3Tw9s+A==
1779-
dependencies:
1780-
"@types/estree" "*"
1781-
"@types/node" "*"
1782-
acorn "^7.1.0"
1770+
rollup@2.0.3:
1771+
version "2.0.3"
1772+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.0.3.tgz#b28fd528b3b15a8caf01fa7446c83bd66142b0ab"
1773+
integrity sha512-OjTD1pmtqCFaaoTl+zf3dXlG0FR1PudauQzAYmP5hDLLrrisXP6EuzAx9MY6En5bv61e8F6JGcVQxsVOcqFTUA==
1774+
optionalDependencies:
1775+
fsevents "~2.1.2"
17831776

17841777
safe-buffer@^5.0.1:
17851778
version "5.2.0"

0 commit comments

Comments
 (0)