Skip to content

Commit 97d240d

Browse files
committed
build: revert rollup to 1.25.0
1 parent b79a2d5 commit 97d240d

File tree

2 files changed

+24
-7
lines changed

2 files changed

+24
-7
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@
150150
"postcss": "^8.2.1",
151151
"protractor": "^7.0.0",
152152
"requirejs": "^2.3.6",
153-
"rollup": "~2.42.2",
153+
"rollup": "~1.25.0",
154154
"rollup-plugin-alias": "^2.2.0",
155155
"rollup-plugin-commonjs": "^10.1.0",
156156
"rollup-plugin-node-resolve": "^5.2.0",

yarn.lock

Lines changed: 23 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1879,6 +1879,11 @@
18791879
dependencies:
18801880
"@types/node" "*"
18811881

1882+
"@types/estree@*":
1883+
version "0.0.46"
1884+
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
1885+
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
1886+
18821887
18831888
version "0.0.39"
18841889
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.39.tgz#e177e699ee1b8c22d23174caaa7422644389509f"
@@ -2285,6 +2290,11 @@ accepts@~1.3.7:
22852290
mime-types "~2.1.24"
22862291
negotiator "0.6.2"
22872292

2293+
acorn@^7.1.0:
2294+
version "7.4.1"
2295+
resolved "https://registry.yarnpkg.com/acorn/-/acorn-7.4.1.tgz#feaed255973d2e77555b83dbc08851a6c63520fa"
2296+
integrity sha512-nQyp0o1/mNdbTO1PO6kHkwSrmgZ0MT/jCCpNiwbUjGoRN4dlBhqJtoQuCnEOKzgTVwg0ZWiCoQy6SxMebQVh8A==
2297+
22882298
add-stream@^1.0.0:
22892299
version "1.0.0"
22902300
resolved "https://registry.yarnpkg.com/add-stream/-/add-stream-1.0.0.tgz#6a7990437ca736d5e1288db92bd3266d5f5cb2aa"
@@ -8539,6 +8549,11 @@ lodash@^4.0.0, lodash@^4.16.6, lodash@^4.17.10, lodash@^4.17.11, lodash@^4.17.13
85398549
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.20.tgz#b44a9b6297bcb698f1c51a3545a2b3b368d59c52"
85408550
integrity sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA==
85418551

8552+
lodash@^4.17.21:
8553+
version "4.17.21"
8554+
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
8555+
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
8556+
85428557
log-symbols@^2.2.0:
85438558
version "2.2.0"
85448559
resolved "https://registry.yarnpkg.com/log-symbols/-/log-symbols-2.2.0.tgz#5740e1c5d6f0dfda4ad9323b5332107ef6b4c40a"
@@ -11350,12 +11365,14 @@ rollup-pluginutils@^2.8.1:
1135011365
dependencies:
1135111366
estree-walker "^0.6.1"
1135211367

11353-
rollup@~2.42.2:
11354-
version "2.42.2"
11355-
resolved "https://registry.yarnpkg.com/rollup/-/rollup-2.42.2.tgz#4ea90d60539f47c5739df6ccce60bf47e2011992"
11356-
integrity sha512-o34Ar4rf01ky4EV1RFlTPd+tXICDz13a2o1PARLPFBxighJoPsxvliJTrULqjmIVpZP+JPm499ZPkvnPzRxUYA==
11357-
optionalDependencies:
11358-
fsevents "~2.3.1"
11368+
rollup@~1.25.0:
11369+
version "1.25.2"
11370+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-1.25.2.tgz#739f508bd8f7ece52bb6c1fcda83466af82b7f6d"
11371+
integrity sha512-+7z6Wab/L45QCPcfpuTZKwKiB0tynj05s/+s2U3F2Bi7rOLPr9UcjUwO7/xpjlPNXA/hwnth6jBExFRGyf3tMg==
11372+
dependencies:
11373+
"@types/estree" "*"
11374+
"@types/node" "*"
11375+
acorn "^7.1.0"
1135911376

1136011377
router@^1.3.1:
1136111378
version "1.3.3"

0 commit comments

Comments
 (0)