Skip to content

Commit 0251c87

Browse files
committed
Pin polyfill package dependencies
1 parent 7be4f8a commit 0251c87

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

packages/@stimulus/polyfills/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
],
1111
"license": "MIT",
1212
"dependencies": {
13-
"core-js": ">=2.5.3",
14-
"element-closest": ">=2.0.2",
15-
"mutation-observer-inner-html-shim": ">=1.0.0"
13+
"core-js": "^2.5.3",
14+
"element-closest": "^2.0.2",
15+
"mutation-observer-inner-html-shim": "^1.0.0"
1616
},
1717
"publishConfig": {
1818
"access": "public"

yarn.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2360,16 +2360,16 @@ copy-descriptor@^0.1.0:
23602360
resolved "https://registry.yarnpkg.com/copy-descriptor/-/copy-descriptor-0.1.1.tgz#676f6eb3c39997c2ee1ac3a924fd6124748f578d"
23612361
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
23622362

2363-
core-js@>=2.5.3:
2364-
version "2.5.7"
2365-
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.7.tgz#f972608ff0cead68b841a16a932d0b183791814e"
2366-
integrity sha512-RszJCAxg/PP6uzXVXL6BsxSXx/B05oJAQ2vkJRjyjrEcNVycaqOmNb5OTxZPE3xa5gwZduqza6L9JOCenh/Ecw==
2367-
23682363
core-js@^2.2.0, core-js@^2.4.0, core-js@^2.5.0:
23692364
version "2.5.1"
23702365
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.5.1.tgz#ae6874dc66937789b80754ff5428df66819ca50b"
23712366
integrity sha1-rmh03GaTd4m4B1T/VCjfZoGcpQs=
23722367

2368+
core-js@^2.5.3:
2369+
version "2.6.1"
2370+
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.6.1.tgz#87416ae817de957a3f249b3b5ca475d4aaed6042"
2371+
integrity sha512-L72mmmEayPJBejKIWe2pYtGis5r0tQ5NaJekdhyXgeMQTpJoBsH0NL4ElY2LfSoV15xeQWKQ+XTTOZdyero5Xg==
2372+
23732373
core-js@~2.3.0:
23742374
version "2.3.0"
23752375
resolved "https://registry.yarnpkg.com/core-js/-/core-js-2.3.0.tgz#fab83fbb0b2d8dc85fa636c4b9d34c75420c6d65"
@@ -2759,7 +2759,7 @@ ejs@^2.6.1:
27592759
resolved "https://registry.yarnpkg.com/ejs/-/ejs-2.6.1.tgz#498ec0d495655abc6f23cd61868d926464071aa0"
27602760
integrity sha512-0xy4A/twfrRCnkhfk8ErDi5DqdAsAqeGxht4xkCUrsvhhbQNs7E+4jV0CN7+NKIY0aHE72+XvqtBIXzD31ZbXQ==
27612761

2762-
element-closest@>=2.0.2:
2762+
element-closest@^2.0.2:
27632763
version "2.0.2"
27642764
resolved "https://registry.yarnpkg.com/element-closest/-/element-closest-2.0.2.tgz#72a740a107453382e28df9ce5dbb5a8df0f966ec"
27652765
integrity sha1-cqdAoQdFM4LijfnOXbtajfD5Zuw=
@@ -4895,7 +4895,7 @@ multimatch@^2.1.0:
48954895
arrify "^1.0.0"
48964896
minimatch "^3.0.0"
48974897

4898-
mutation-observer-inner-html-shim@>=1.0.0:
4898+
mutation-observer-inner-html-shim@^1.0.0:
48994899
version "1.0.0"
49004900
resolved "https://registry.yarnpkg.com/mutation-observer-inner-html-shim/-/mutation-observer-inner-html-shim-1.0.0.tgz#8129c5e3a98ec9d473d8e10a05dc97a70fde5530"
49014901
integrity sha512-7qPFYrSTiyI95rSElQ7Vsfh4XyLnlf6qTnYpio+O3jr1u54ONW7uYWyECv1UBB537xMPKRRRUGcWAUFTlMtpgg==

0 commit comments

Comments
 (0)