Skip to content
This repository was archived by the owner on Oct 20, 2023. It is now read-only.

Commit 321b29a

Browse files
authored
Match the verion of rollup-plugin-uglify with the other packages (#107)
1 parent 0cc9bb8 commit 321b29a

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

packages/theme-predictive-search/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
"homepage": "https://github.com/Shopify/theme-scripts/blob/master/packages/theme-predictive-search/README.md",
3333
"sideEffects": false,
3434
"devDependencies": {
35+
"rollup": "0.66.0",
3536
"rollup-plugin-eslint": "^5.0.0",
3637
"rollup-plugin-node-resolve": "^4.0.1",
3738
"rollup-plugin-uglify": "^6.0.2",

yarn.lock

+8
Original file line numberDiff line numberDiff line change
@@ -8773,6 +8773,14 @@ rollup-pluginutils@^2.3.0:
87738773
estree-walker "^0.6.0"
87748774
micromatch "^3.1.10"
87758775

8776+
8777+
version "0.66.0"
8778+
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.66.0.tgz#697acc008f4b613695b17222c7626affddf4a506"
8779+
integrity sha512-WOkVBSdod3phCSAri5Q579JufeAzJTi43L4oAHzFtjRWJTv2LIszYCU3K9TLMEsVksMY93EwgWCb+hpKRhQwGg==
8780+
dependencies:
8781+
"@types/estree" "0.0.39"
8782+
"@types/node" "*"
8783+
87768784
rollup@^0.62.0:
87778785
version "0.62.0"
87788786
resolved "https://registry.yarnpkg.com/rollup/-/rollup-0.62.0.tgz#4ca8b3c9582195dc9341ff8a1375f58319b95bfc"

0 commit comments

Comments
 (0)