rollup 1.27.6 → 1.27.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  /*
2
2
  @license
3
- Rollup.js v1.27.6
4
- Sat, 30 Nov 2019 19:48:08 GMT - commit 5a01f0536e1bcf94dd3489926fe7081c716af705
3
+ Rollup.js v1.27.10
4
+ Wed, 11 Dec 2019 08:12:01 GMT - commit a562ec571b1a9e6f12ddfb8b8ef6aef4d5212cf8
5
5
 
6
6
 
7
7
  https://github.com/rollup/rollup
@@ -13,7 +13,7 @@
13
13
  var path = require('path');
14
14
  var module$1 = require('module');
15
15
 
16
- var version = "1.27.6";
16
+ var version = "1.27.10";
17
17
 
18
18
  function createCommonjsModule(fn, module) {
19
19
  return module = { exports: {} }, fn(module, module.exports), module.exports;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rollup",
3
- "version": "1.27.6",
3
+ "version": "1.27.10",
4
4
  "description": "Next-generation ES module bundler",
5
5
  "main": "dist/rollup.js",
6
6
  "module": "dist/rollup.es.js",
@@ -80,19 +80,19 @@
80
80
  "chokidar": "^2.1.8",
81
81
  "codecov": "^3.6.1",
82
82
  "console-group": "^0.3.3",
83
- "core-js": "^3.4.2",
83
+ "core-js": "^3.4.8",
84
84
  "cross-os": "^1.3.0",
85
85
  "date-time": "^3.1.0",
86
86
  "es5-shim": "^4.5.13",
87
87
  "es6-shim": "^0.35.5",
88
- "eslint": "^6.7.1",
89
- "eslint-plugin-import": "^2.18.2",
90
- "execa": "^3.3.0",
88
+ "eslint": "^6.7.2",
89
+ "eslint-plugin-import": "^2.19.1",
90
+ "execa": "^3.4.0",
91
91
  "fixturify": "^1.2.0",
92
92
  "hash.js": "^1.1.7",
93
93
  "husky": "^3.1.0",
94
94
  "is-reference": "^1.1.4",
95
- "lint-staged": "^9.4.3",
95
+ "lint-staged": "^9.5.0",
96
96
  "locate-character": "^2.0.5",
97
97
  "magic-string": "^0.25.4",
98
98
  "markdownlint-cli": "^0.19.0",
@@ -105,12 +105,12 @@
105
105
  "pretty-ms": "^5.1.0",
106
106
  "require-relative": "^0.8.7",
107
107
  "requirejs": "^2.3.6",
108
- "rollup": "^1.27.4",
108
+ "rollup": "^1.27.9",
109
109
  "rollup-plugin-alias": "^2.2.0",
110
110
  "rollup-plugin-buble": "^0.19.8",
111
111
  "rollup-plugin-commonjs": "^10.1.0",
112
112
  "rollup-plugin-json": "^4.0.0",
113
- "rollup-plugin-license": "^0.12.1",
113
+ "rollup-plugin-license": "^0.13.0",
114
114
  "rollup-plugin-node-resolve": "^5.2.0",
115
115
  "rollup-plugin-replace": "^2.2.0",
116
116
  "rollup-plugin-string": "^3.0.0",
@@ -123,12 +123,12 @@
123
123
  "source-map": "^0.6.1",
124
124
  "source-map-support": "^0.5.16",
125
125
  "sourcemap-codec": "^1.4.6",
126
- "systemjs": "^6.1.5",
127
- "terser": "^4.4.0",
126
+ "systemjs": "^6.1.7",
127
+ "terser": "^4.4.2",
128
128
  "tslib": "^1.10.0",
129
129
  "tslint": "^5.20.1",
130
130
  "turbocolor": "^2.6.1",
131
- "typescript": "^3.7.2",
131
+ "typescript": "^3.7.3",
132
132
  "url-parse": "^1.4.7"
133
133
  },
134
134
  "files": [