1
0
Fork 0

update: rollup

update: rollup
This commit is contained in:
isolex[bot] 2019-10-05 16:00:13 +00:00 committed by GitHub
commit 17c1c244b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 11 deletions

View File

@ -52,7 +52,7 @@
"mocha": "6.2.1",
"noicejs": "2.5.2",
"nyc": "14.1.1",
"rollup": "1.23.0",
"rollup": "1.23.1",
"rollup-plugin-commonjs": "10.1.0",
"rollup-plugin-json": "4.0.0",
"rollup-plugin-multi-entry": "2.1.0",

View File

@ -165,11 +165,6 @@
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/node/-/node-12.7.8.tgz#cb1bf6800238898bc2ff6ffa5702c3cadd350708"
integrity sha512-FMdVn84tJJdV+xe+53sYiZS4R5yn1mAIxfj+DVoNiQjTYz1+OYmjwEZr1ev9nU0axXwda0QDbYl06QHanRVH3A==
"@types/node@^12.7.10":
version "12.7.10"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/node/-/node-12.7.10.tgz#942c128c37b5d780aff5441fd457cd7ffdc18b36"
integrity sha512-ObiPa43kJCkgjG+7usRCoxWhqKCmT5JWvi+8bg54KMkP2CvTliYLmKR9uHLaz+51JDOX/8MjWc6Xz18xHTs7XQ==
"@types/resolve@0.0.8":
version "0.0.8"
resolved "https://artifacts.apextoaster.com/repository/group-npm/@types/resolve/-/resolve-0.0.8.tgz#f26074d238e02659e323ce1a13d041eee280e194"
@ -2268,13 +2263,13 @@ rollup-pluginutils@^2.0.1, rollup-pluginutils@^2.5.0, rollup-pluginutils@^2.6.0,
dependencies:
estree-walker "^0.6.1"
rollup@1.23.0:
version "1.23.0"
resolved "https://artifacts.apextoaster.com/repository/group-npm/rollup/-/rollup-1.23.0.tgz#e2b2686fc77dfc7891f5adb95c8d865e0f1eb5f4"
integrity sha512-/p72Z3NbHWV+Vi1p2X+BmPA3WqlZxpUqCy6E8U4crMohZnI+j9Ob8ZAfFyNfddT0LxgnJM0olO4mg+noH4SFbg==
rollup@1.23.1:
version "1.23.1"
resolved "https://artifacts.apextoaster.com/repository/group-npm/rollup/-/rollup-1.23.1.tgz#0315a0f5d0dfb056e6363e1dff05b89ac2da6b8e"
integrity sha512-95C1GZQpr/NIA0kMUQmSjuMDQ45oZfPgDBcN0yZwBG7Kee//m7H68vgIyg+SPuyrTZ5PrXfyLK80OzXeKG5dAA==
dependencies:
"@types/estree" "*"
"@types/node" "^12.7.10"
"@types/node" "*"
acorn "^7.1.0"
safe-buffer@^5.0.1, safe-buffer@~5.2.0: