Skip to content

Commit

Permalink
fix(tether): fix tether patch range
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Apr 3, 2023
1 parent 3ee68c1 commit 2172975
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"resolutions": {
"@stencil/react-output-target@^0.4.0": "patch:@stencil/react-output-target@npm:0.3.1#.yarn/patches/@stencil-react-output-target-npm-0.3.1-4da13663f2.patch",
"@stencil/vue-output-target@^0.7.0": "patch:@stencil/vue-output-target@npm:0.6.2#.yarn/patches/@stencil-vue-output-target-npm-0.6.2-a9b3828cb9.patch",
"tether@2.0.0": "patch:tether@npm:2.0.0#.yarn/patches/tether-npm-2.0.0-f14e824ccf.patch"
"tether@^2.0.0": "patch:tether@npm:2.0.0#.yarn/patches/tether-npm-2.0.0-f14e824ccf.patch"
},
"eslintConfig": {
"extends": [
Expand Down
9 changes: 8 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16085,13 +16085,20 @@ send@latest:
languageName: node
linkType: hard

"tether@npm:^2.0.0":
"tether@npm:2.0.0":
version: 2.0.0
resolution: "tether@npm:2.0.0"
checksum: 222f61dde68ba2a2903648fb13d58deb1f6eba020969973afb34495a27257a82c68f45c6960d70f4a6f2366fade4bdec36f184288f919b8e4417086ffac3be1b
languageName: node
linkType: hard

"tether@patch:tether@npm:2.0.0#.yarn/patches/tether-npm-2.0.0-f14e824ccf.patch::locator=%40emdgroup-liquid%2Fliquid%40workspace%3A.":
version: 2.0.0
resolution: "tether@patch:tether@npm%3A2.0.0#.yarn/patches/tether-npm-2.0.0-f14e824ccf.patch::version=2.0.0&hash=3fc587&locator=%40emdgroup-liquid%2Fliquid%40workspace%3A."
checksum: 6181ecf7b4f20c2bd9eed8e864f04b45992bf0d15c676ba2f3df5d09e9d7a7eca1323521cbf14c3041035a5e0b2f67bb92f6e722af0f034cd66170a52decf676
languageName: node
linkType: hard

"text-extensions@npm:^1.0.0":
version: 1.9.0
resolution: "text-extensions@npm:1.9.0"
Expand Down

1 comment on commit 2172975

@vercel
Copy link

@vercel vercel bot commented on 2172975 Apr 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

liquid – ./

liquid-git-main-uxsd.vercel.app
liquid-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.