Skip to content

Commit

Permalink
fix(vue-output-target): patch range
Browse files Browse the repository at this point in the history
  • Loading branch information
borisdiakur committed Apr 17, 2023
1 parent d41b5fe commit d7d3d39
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@
"packageManager": "yarn@3.2.0",
"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",
"@stencil/vue-output-target@^0.8.2": "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"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion scripts/patchVueOutput.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ fs.readFile(filename, 'utf8', function (err, data) {
"import type { JSX } from '../dist/types/components'"
)
.replace(
"import { defineCustomElements } from '../dist/components/dist/loader';",
"import { defineCustomElements } from '../dist/components/dist/loader/index.js';",
"import { defineCustomElements } from '../dist/loader/index.js';"
)

Expand Down
19 changes: 14 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2753,12 +2753,21 @@ __metadata:
languageName: node
linkType: hard

"@stencil/vue-output-target@npm:^0.8.2":
version: 0.8.2
resolution: "@stencil/vue-output-target@npm:0.8.2"
"@stencil/vue-output-target@npm:0.6.2":
version: 0.6.2
resolution: "@stencil/vue-output-target@npm:0.6.2"
peerDependencies:
"@stencil/core": ^2.9.0 || ^3.0.0
checksum: a82fc975e27a15d5facf47cf6683da9b7e6653cff122bddc608a3e8e315ca6d26060939a3da58fd5f5f346854f88cfebb6a1ab5d79a79b32f6f0aedbcf8ae5c7
"@stencil/core": ^2.9.0
checksum: bd25b6f88e93cce9450a90278d71b432f139d665446b77c841db7d09a644165075759c9e8dcd27e4b84fbbd0abaac8b39d11c28aaeb8cbe3156fef3e125080cc
languageName: node
linkType: hard

"@stencil/vue-output-target@patch:@stencil/vue-output-target@npm:0.6.2#.yarn/patches/@stencil-vue-output-target-npm-0.6.2-a9b3828cb9.patch::locator=%40emdgroup-liquid%2Fliquid%40workspace%3A.":
version: 0.6.2
resolution: "@stencil/vue-output-target@patch:@stencil/vue-output-target@npm%3A0.6.2#.yarn/patches/@stencil-vue-output-target-npm-0.6.2-a9b3828cb9.patch::version=0.6.2&hash=705ecb&locator=%40emdgroup-liquid%2Fliquid%40workspace%3A."
peerDependencies:
"@stencil/core": ^2.9.0
checksum: d22423d6bff0042a0975582f0730016e97f7a34518651562d71fa3203ccb48e1fc97a7c310319ab24eb8233d57f1f5c1a1b3ec281db3fd46a7343c2d811fe008
languageName: node
linkType: hard

Expand Down

1 comment on commit d7d3d39

@vercel
Copy link

@vercel vercel bot commented on d7d3d39 Apr 17, 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-uxsd.vercel.app
liquid-git-main-uxsd.vercel.app
liquid-oxygen.vercel.app

Please sign in to comment.