Skip to content

Commit

Permalink
chore(deps): bump @wixc3/common from 13.3.2 to 13.4.0 (#2181)
Browse files Browse the repository at this point in the history
Bumps [@wixc3/common](https://github.com/wixplosives/core3-utils) from 13.3.2 to 13.4.0.
- [Release notes](https://github.com/wixplosives/core3-utils/releases)
- [Commits](wixplosives/core3-utils@v13.3.2...v13.4.0)

---
updated-dependencies:
- dependency-name: "@wixc3/common"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 6, 2023
1 parent c5a44d7 commit 1105616
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion packages/electron-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"./package.json": "./package.json"
},
"dependencies": {
"@wixc3/common": "^13.3.2",
"@wixc3/common": "^13.4.0",
"@wixc3/engine-core": "^42.0.1",
"@wixc3/engine-electron-commons": "^42.0.1",
"@wixc3/engine-runtime-node": "^42.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/electron-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"dependencies": {
"@file-services/node": "^8.3.3",
"@wixc3/common": "^13.3.2",
"@wixc3/common": "^13.4.0",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/engine-core": "^42.0.1",
"@wixc3/engine-electron": "^42.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/engineer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"@file-services/node": "^8.3.3",
"@file-services/resolve": "^8.3.3",
"@wixc3/common": "^13.3.2",
"@wixc3/common": "^13.4.0",
"@wixc3/engine-core": "^42.0.1",
"@wixc3/engine-dashboard": "^42.0.1",
"@wixc3/engine-runtime-node": "^42.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/runtime-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"test": "mocha \"dist/test/**/*.unit.js\""
},
"dependencies": {
"@wixc3/common": "^13.3.2",
"@wixc3/common": "^13.4.0",
"@wixc3/engine-core": "^42.0.1",
"@wixc3/patterns": "^13.3.2",
"create-listening-server": "^2.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"@file-services/node": "^8.3.3",
"@file-services/resolve": "^8.3.3",
"@file-services/types": "^8.3.3",
"@wixc3/common": "^13.3.2",
"@wixc3/common": "^13.4.0",
"@wixc3/create-disposables": "^2.2.0",
"@wixc3/engine-core": "^42.0.1",
"@wixc3/engine-runtime-node": "^42.0.1",
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@
"@file-services/types" "^8.3.3"
"@file-services/utils" "^8.3.3"

"@file-services/path@^8.2.0", "@file-services/path@^8.3.3":
"@file-services/path@^8.3.3":
version "8.3.3"
resolved "https://registry.yarnpkg.com/@file-services/path/-/path-8.3.3.tgz#9f46c6a6e20e486db289f94f981f2ef37470092e"
integrity sha512-zM2/I4uIA+Hq8fC0XhBfo7ZC3t/shX3gjwl3z+lmtHxtNfxProf6hsmR1VI0qLDEFcIog7tB89HOR7H5DWj+qQ==
Expand Down Expand Up @@ -1654,13 +1654,13 @@
"@webassemblyjs/ast" "1.11.6"
"@xtuc/long" "4.2.2"

"@wixc3/common@^13.3.2":
version "13.3.2"
resolved "https://registry.yarnpkg.com/@wixc3/common/-/common-13.3.2.tgz#1e54707415c0e2d7ca1fdf37c25a215ab99a53e9"
integrity sha512-ST5YT1V9zW1j1ir4pjX7jXJt+RduYZc/XLUI/1svgQ6VVF0EOOKhjXcxCllqkWm1Ki1e8WE7fbr9fkyBldNf9w==
"@wixc3/common@^13.3.2", "@wixc3/common@^13.4.0":
version "13.4.0"
resolved "https://registry.yarnpkg.com/@wixc3/common/-/common-13.4.0.tgz#0ec4dade2d37bc7c6fd580611c3cce519cf92a34"
integrity sha512-L/tYXZin/rOaXyNGTJns1DYigMRX6bUQq0XF4sgX9YaEdILATsiGkFms3XFu1dBfyxUzh6iboO0+jwsTMjPBLA==
dependencies:
"@file-services/path" "^8.2.0"
"@file-services/types" "^8.2.0"
"@file-services/path" "^8.3.3"
"@file-services/types" "^8.3.3"
promise-assist "^2.0.1"

"@wixc3/create-disposables@^2.2.0":
Expand Down

0 comments on commit 1105616

Please sign in to comment.