Skip to content

Commit 57fe7ab

Browse files
committed
Update dependency rollup to v1.9.3
1 parent cb9d0a9 commit 57fe7ab

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
},
1818
"devDependencies": {
1919
"prettier": "1.16.4",
20-
"rollup": "1.2.2",
20+
"rollup": "1.9.3",
2121
"rollup-plugin-node-resolve": "4.0.1"
2222
}
2323
}

yarn.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
88
integrity sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==
99

10-
"@types/node@*":
11-
version "10.12.10"
12-
resolved "https://registry.yarnpkg.com/@types/node/-/node-10.12.10.tgz#4fa76e6598b7de3f0cb6ec3abacc4f59e5b3a2ce"
13-
integrity sha512-8xZEYckCbUVgK8Eg7lf5Iy4COKJ5uXlnIOnePN0WUwSQggy9tolM+tDJf7wMOnT/JT/W9xDYIaYggt3mRV2O5w==
10+
"@types/node@^11.13.2":
11+
version "11.13.2"
12+
resolved "https://registry.yarnpkg.com/@types/node/-/node-11.13.2.tgz#dc85dde46aa8740bb4aed54b8104250f8f849503"
13+
integrity sha512-HOtU5KqROKT7qX/itKHuTtt5fV0iXbheQvrgbLNXFJQBY/eh+VS5vmmTAVlo3qIGMsypm0G4N1t2AXjy1ZicaQ==
1414

1515
1616
version "1.2.0"
@@ -32,10 +32,10 @@
3232
dependencies:
3333
"@vaadin/vaadin-development-mode-detector" "^2.0.0"
3434

35-
acorn@^6.1.0:
36-
version "6.1.0"
37-
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.0.tgz#b0a3be31752c97a0f7013c5f4903b71a05db6818"
38-
integrity sha512-MW/FjM+IvU9CgBzjO3UIPCE2pyEwUsoFl+VGdczOPEdxfGFjuKny/gN54mOuX7Qxmb9Rg9MCn2oKiSUeW+pjrw==
35+
acorn@^6.1.1:
36+
version "6.1.1"
37+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-6.1.1.tgz#7d25ae05bb8ad1f9b699108e1094ecd7884adc1f"
38+
integrity sha512-jPTiwtOxaHNaAPg/dmrJ/beuzLRnXtB0kQPQ8JpotKJgTB6rX6c8mlf315941pyjBSaPg8NHXS9fhP4u17DpGA==
3939

4040
builtin-modules@^3.0.0:
4141
version "3.0.0"
@@ -83,11 +83,11 @@ [email protected]:
8383
is-module "^1.0.0"
8484
resolve "^1.10.0"
8585

86-
rollup@1.2.2:
87-
version "1.2.2"
88-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.2.2.tgz#960416d098d3dba44bbe64c8db94510d6e568104"
89-
integrity sha512-fsn5KJcfSuejjrv8GV7kZNciElqxyzZdUq8rA3e528JsR3ccxrWwoptyUY8GGLlgMFAQMB3dZW8nWF2I1/xrZA==
86+
rollup@1.9.3:
87+
version "1.9.3"
88+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.9.3.tgz#c898fd562dff3165470fc5de9b5e191d50f944b2"
89+
integrity sha512-20iIOjee5n3H6W6CXsVdYs2xw86j4l+LQLM6yACynt+YJCwkqaYNHAjQ/dhVBIKsFpHwPqHamn/GHq+3Zp8ybQ==
9090
dependencies:
9191
"@types/estree" "0.0.39"
92-
"@types/node" "*"
93-
acorn "^6.1.0"
92+
"@types/node" "^11.13.2"
93+
acorn "^6.1.1"

0 commit comments

Comments
 (0)