Skip to content

Commit

Permalink
try upgrading omniout
Browse files Browse the repository at this point in the history
  • Loading branch information
jstvz committed Nov 11, 2024
1 parent ac03e2c commit bcf7d5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ RUN if [ "${BUILD_ENV}" = "development" ] ; then \
COPY ./.npmrc .npmrc
COPY ./package.json package.json
COPY ./yarn.lock yarn.lock
RUN yarn install --check-files
RUN yarn install --verbose --check-files

COPY . /app

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
"webpack-merge": "^5.8.0"
},
"optionalDependencies": {
"@omnistudio/omniscript-lwc-compiler": "^244.4.0"
"@omnistudio/omniscript-lwc-compiler": "^252.6.0"
},
"resolutions": {
"@storybook/**/ansi-regex": "^5.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1870,10 +1870,10 @@
dependencies:
fancy-test "^1.4.10"

"@omnistudio/omniscript-lwc-compiler@^244.4.0":
version "244.5.2"
resolved "https://repo.vlocity.com/repository/vlocity-public/@omnistudio/omniscript-lwc-compiler/-/omniscript-lwc-compiler-244.5.2.tgz#c8d33f2becb289bf3a8f059e955fe8e4cb185d30"
integrity sha512-O5DjhoUWVtuI3nAjMedb8aaoVPhJFAan3wo/KeqbiKgIVziF4y/o45pzijbuhNIFeAC2+rXhMRApvRZoUIRiDA==
"@omnistudio/omniscript-lwc-compiler@^252.6.0":
version "252.6.0"
resolved "https://repo.vlocity.com/repository/vlocity-public/@omnistudio/omniscript-lwc-compiler/-/omniscript-lwc-compiler-252.6.0.tgz#566fd6dae2a0d2ce3dc89331aaa91a207d6501c1"
integrity sha512-wTUwtsyOAFpVLpoYInj3TJbg9M7PKYMEurealggbN11XE5WQCbupY2MH5whj5tq8a0EZs1UbkX72/7DPt+ovAA==
dependencies:
axios "^0.21.1"
buffer "^6.0.3"
Expand Down

0 comments on commit bcf7d5c

Please sign in to comment.