Skip to content

Commit

Permalink
fix: update axes version (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
daybrush authored Aug 24, 2022
1 parent d1dcfcc commit 57f83fa
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/conveyer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"@cfcs/core": "~0.0.4",
"@egjs/axes": "^3.4.0",
"@egjs/axes": "^3.7.0",
"@egjs/component": "^3.0.1"
},
"devDependencies": {
Expand Down
11 changes: 10 additions & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1676,7 +1676,7 @@
"@cfcs/core" "~0.0.4"
tslib "^2.3.0"

"@cfcs/core@~0.0.4":
"@cfcs/core@^0.0.4", "@cfcs/core@~0.0.4":
version "0.0.4"
resolved "https://registry.yarnpkg.com/@cfcs/core/-/core-0.0.4.tgz#5c1e89c2c170dfa9ba69450376ed0d894e19e2a1"
integrity sha512-Y/BD2l+XpGtx2LT/ehdqUyvJ6OpI3F6yAQMNKj1t57WhzQX1AS6uEQRLmgPWd75fzsyV7u4Aia/+5KeCqgHuNg==
Expand Down Expand Up @@ -2263,6 +2263,15 @@
"@egjs/agent" "^2.2.1"
"@egjs/component" "^3.0.1"

"@egjs/axes@^3.7.0":
version "3.7.0"
resolved "https://registry.yarnpkg.com/@egjs/axes/-/axes-3.7.0.tgz#09fed55c0d59d15527a600d3ee66d212803c3cc6"
integrity sha512-w5TEWcRH3EsI8iRH7y+ikPJX5d1F0/KSq1IfB92HbsIEIs67+dzYtmO/M2iRBnRXLw4tPhW0w8fxsnT8tYljng==
dependencies:
"@cfcs/core" "^0.0.4"
"@egjs/agent" "^2.2.1"
"@egjs/component" "^3.0.1"

"@egjs/build-helper@0.0.5":
version "0.0.5"
resolved "https://registry.yarnpkg.com/@egjs/build-helper/-/build-helper-0.0.5.tgz#e815b11e8cd01fd64f4dcdb231979ad300e2884e"
Expand Down

0 comments on commit 57f83fa

Please sign in to comment.