Skip to content

Commit

Permalink
chore(deps): Update next-core packages
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 7, 2023
1 parent 5d0a737 commit c41921a
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"devDependencies": {
"@next-core/babel-preset-next": "^1.0.5",
"@next-core/create-api-sdk": "^1.0.7",
"@next-core/create-api-sdk": "^1.0.8",
"@next-core/browserslist-config-next": "^1.0.3",
"@next-core/eslint-config-next": "^2.0.5",
"@typescript-eslint/eslint-plugin": "^5.56.0",
Expand Down
4 changes: 2 additions & 2 deletions sdk/api-gateway-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.0"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.0"
"@next-core/build-next-libs": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion sdk/cmdb-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.6"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.5"
Expand Down
4 changes: 2 additions & 2 deletions sdk/micro-app-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.0"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.0"
"@next-core/build-next-libs": "^1.0.5"
}
}
2 changes: 1 addition & 1 deletion sdk/micro-app-standalone-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.6"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion sdk/object-store-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.6"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.5"
Expand Down
2 changes: 1 addition & 1 deletion sdk/user-service-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.6"
"@next-core/http": "^1.0.7"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.5"
Expand Down
18 changes: 9 additions & 9 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1269,7 +1269,7 @@
resolved "https://registry.yarnpkg.com/@next-core/browserslist-config-next/-/browserslist-config-next-1.0.3.tgz#bb4784d1a815b68635c581436c1de0f4676acc64"
integrity sha512-zRwACYDXcL8YAA6WRh04eBzf8fCt3W+TdyMdkzM9UvqGG4ii2tsfwnS4Ve/d6nnvuITB/3vMOWNiqMj+218jDA==

"@next-core/build-next-libs@^1.0.0", "@next-core/build-next-libs@^1.0.5":
"@next-core/build-next-libs@^1.0.5":
version "1.0.5"
resolved "https://registry.yarnpkg.com/@next-core/build-next-libs/-/build-next-libs-1.0.5.tgz#53fd87cc8e264b76e9be6abb1c32a371ea05a6ad"
integrity sha512-7rEJpIwU1Bor8QTRCnjs+8xUwlIc57srMV+hTPBXdy+kEbUDPa0YRX1/8MGmeZkwStIekJw6LftijFXUd60O2w==
Expand All @@ -1279,10 +1279,10 @@
execa "^5.1.1"
rimraf "^3.0.2"

"@next-core/create-api-sdk@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@next-core/create-api-sdk/-/create-api-sdk-1.0.7.tgz#847b4bdbb342c877f683f6de75fbaa159ea6d3b3"
integrity sha512-sMfogMxwAnIr8JSG8gCSBf7YKae76SXqdXXrr7j98iTxHQhBdIIkOvcnfGzUTQLHE8Dz4lvkJ8Z/WQv/VOYFTw==
"@next-core/create-api-sdk@^1.0.8":
version "1.0.8"
resolved "https://registry.yarnpkg.com/@next-core/create-api-sdk/-/create-api-sdk-1.0.8.tgz#7ecb1b7347ef05e58b18ad7ed07f3f5183d87569"
integrity sha512-wa2TTndtHPJTEsr7J3hfsMSkTdzYDEcsJm1u5O2kuVYg81Nc/BocohQstRvfDFV2nP5FmvDxY0FEv42wf9gS1Q==
dependencies:
"@next-core/public-scoped-sdk" "^0.2.13"
"@next-core/repo-config" "^0.2.5"
Expand All @@ -1305,10 +1305,10 @@
"@typescript-eslint/parser" "^5.59.7"
eslint-config-prettier "^8.8.0"

"@next-core/http@^1.0.0", "@next-core/http@^1.0.6":
version "1.0.6"
resolved "https://registry.yarnpkg.com/@next-core/http/-/http-1.0.6.tgz#75af6668db782e76a4ce9d46573e9f30dd8fa64d"
integrity sha512-5WOczo6131ZTjeGaKxYj0VIVEU+OcXB80AIwF9HcOGgm4tVatd7ejhs7vZ+6mvblJKoSWEzhBcrUBQgV+tqfvA==
"@next-core/http@^1.0.7":
version "1.0.7"
resolved "https://registry.yarnpkg.com/@next-core/http/-/http-1.0.7.tgz#0306f0acbbc5b909df406804041bea6b344d3847"
integrity sha512-vBuFUrlm5wCauFJCjMngDWzlGXdauicn1OXNzZhOurpGPJb6TKtDEN3qKfDkgK74rUbgrbRpqAyxAOjjn13gnw==

"@next-core/public-scoped-sdk@^0.2.13":
version "0.2.13"
Expand Down

0 comments on commit c41921a

Please sign in to comment.