Skip to content

Commit

Permalink
fix(): fix dep versions
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Aug 6, 2024
1 parent 2e010ac commit 44c123f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sdk/sys-setting-sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@
},
"sideEffects": false,
"dependencies": {
"@next-core/http": "^1.0.0"
"@next-core/http": "^1.2.6"
},
"devDependencies": {
"@next-core/build-next-libs": "^1.0.0"
"@next-core/build-next-libs": "^1.0.18"
}
}

0 comments on commit 44c123f

Please sign in to comment.