Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): bump sort-package-json from 2.8.0 to 2.10.0 #322

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"license": "1.0.3",
"ora": "8.0.1",
"pkg-up": "^5.0.0",
"sort-package-json": "2.8.0",
"sort-package-json": "2.10.0",
"yaml": "2.4.1"
},
"devDependencies": {
Expand Down
11 changes: 6 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ __metadata:
license: "npm:1.0.3"
ora: "npm:8.0.1"
pkg-up: "npm:^5.0.0"
sort-package-json: "npm:2.8.0"
sort-package-json: "npm:2.10.0"
tempy: "npm:3.1.0"
ts-node: "npm:10.9.2"
typescript: "npm:5.4.2"
Expand Down Expand Up @@ -6017,20 +6017,21 @@ __metadata:
languageName: node
linkType: hard

"sort-package-json@npm:2.8.0":
version: 2.8.0
resolution: "sort-package-json@npm:2.8.0"
"sort-package-json@npm:2.10.0":
version: 2.10.0
resolution: "sort-package-json@npm:2.10.0"
dependencies:
detect-indent: "npm:^7.0.1"
detect-newline: "npm:^4.0.0"
get-stdin: "npm:^9.0.0"
git-hooks-list: "npm:^3.0.0"
globby: "npm:^13.1.2"
is-plain-obj: "npm:^4.1.0"
semver: "npm:^7.6.0"
sort-object-keys: "npm:^1.1.3"
bin:
sort-package-json: cli.js
checksum: d9097e2cc01b04ef15181747eea4669a26eb72815b54762169d112885fe511426ff2a4dc855c3a68cbec970ec75ab1826e7d0ce85c7c418b399a8adbe0046db0
checksum: 5400a7870c9cb382dd725be9ff9aad8ccc0494582cde0b4dcdb51ca84182397ebd0f507855598322d24fd00ae6c6d87e373951edb01f9813d3d0a775506a61aa
languageName: node
linkType: hard

Expand Down
Loading