1
0
mirror of https://github.com/videojs/video.js.git synced 2024-11-28 08:58:46 +02:00

chore(package): update rollup to version 0.60.1 🚀 (#5235)

Closes #5232
This commit is contained in:
Gary Katsevman 2018-06-07 11:25:45 -04:00 committed by GitHub
parent 781d9aee63
commit 1b0ff8a02f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -11,9 +11,9 @@
"dev": true
},
"@types/node": {
"version": "10.1.2",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.1.2.tgz",
"integrity": "sha512-bjk1RIeZBCe/WukrFToIVegOf91Pebr8cXYBwLBIsfiGWVQ+ifwWsT59H3RxrWzWrzd1l/Amk1/ioY5Fq3/bpA==",
"version": "10.3.1",
"resolved": "https://registry.npmjs.org/@types/node/-/node-10.3.1.tgz",
"integrity": "sha512-IsX9aDHDzJohkm3VCDB8tkzl5RQ34E/PFA29TQk6uDGb7Oc869ZBtmdKVDBzY3+h9GnXB8ssrRXEPVZrlIOPOw==",
"dev": true
},
"@videojs/http-streaming": {
@ -12998,13 +12998,13 @@
}
},
"rollup": {
"version": "0.59.3",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.59.3.tgz",
"integrity": "sha512-A94GFMZlwwtS3t5p6jSTp9w4Asxu5C16NcEoQPUFPfl76FOHFA4bXjOdnirzBysdZqSS/2Dibhz1bdWZ/0UqQQ==",
"version": "0.60.1",
"resolved": "https://registry.npmjs.org/rollup/-/rollup-0.60.1.tgz",
"integrity": "sha512-LujiS7PH8DwKAphB2ldaSEF1EX9hWY9w+mct2b4DczC8tvn7qwmr9ZFLtM9IT7gPFYlmS8O1JdiLT/aEiBEcsA==",
"dev": true,
"requires": {
"@types/estree": "0.0.39",
"@types/node": "10.1.2"
"@types/node": "10.3.1"
}
},
"rollup-plugin-alias": {

View File

@ -129,7 +129,7 @@
"remark-toc": "^5.0.0",
"remark-validate-links": "^7.0.0",
"replace": "^0.3.0",
"rollup": "^0.59.3",
"rollup": "^0.60.1",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^9.1.0",