Skip to content

Commit

Permalink
Merge pull request #4392 from easyops-cn/steve/v3-upgrade-public-scop…
Browse files Browse the repository at this point in the history
…ed-sdk

fix(): upgrade @next-core/public-scoped-sdk
  • Loading branch information
weareoutman authored Aug 6, 2024
2 parents 7a0eb96 + a83b17c commit af89b16
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/create-api-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"test:ci": "cross-env NODE_ENV='test' NODE_OPTIONS=--experimental-vm-modules CI=true test-next"
},
"dependencies": {
"@next-core/public-scoped-sdk": "^0.2.13",
"@next-core/public-scoped-sdk": "^0.2.14",
"@next-core/repo-config": "^0.2.5",
"chalk": "^4.1.2",
"change-case": "^4.1.2",
Expand Down
7 changes: 6 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,12 @@
"enabled": false
},
{
"matchPackageNames": ["@next-core/styles-v3", "@next-core/color-theme"],
"matchPackageNames": [
"@next-core/styles-v3",
"@next-core/color-theme",
"@next-core/public-scoped-sdk",
"@next-core/repo-config"
],
"groupName": "v2 packages",
"matchBaseBranches": ["v3"],
"enabled": true
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2010,10 +2010,10 @@
dependencies:
"@ant-design/colors" "^6.0.0"

"@next-core/public-scoped-sdk@^0.2.13":
version "0.2.13"
resolved "https://registry.npmjs.org/@next-core/public-scoped-sdk/-/public-scoped-sdk-0.2.13.tgz#09f7b2c3d10197c14ba5d89a9b5f5aaa40166a4f"
integrity sha512-OBj0bmpxLLIS93gJTNznVofynCFuHlg54P6DJL1c7QXjIMD5+0z6NN/5zkk31hHpseF17NjWkPBr7Y3rA8COCQ==
"@next-core/public-scoped-sdk@^0.2.14":
version "0.2.14"
resolved "https://registry.npmjs.org/@next-core/public-scoped-sdk/-/public-scoped-sdk-0.2.14.tgz#74581958009d3fef389739cd610c9b6eaa314b6c"
integrity sha512-AZclSKaZH/bf47lkuQZbwUorjZXfysO1VGMpeDwUGwhMULwza8VkBwf+1/Tep5IZ1DbsicuKUOSAm/8sLrSV5g==

"@next-core/repo-config@^0.2.5":
version "0.2.5"
Expand Down

0 comments on commit af89b16

Please sign in to comment.