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.5.1 to 2.6.0 #248

Merged
merged 1 commit into from
Oct 2, 2023
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": "7.0.1",
"pkg-up": "^4.0.0",
"sort-package-json": "2.5.1",
"sort-package-json": "2.6.0",
"yaml": "2.3.2"
},
"devDependencies": {
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ __metadata:
license: 1.0.3
ora: 7.0.1
pkg-up: ^4.0.0
sort-package-json: 2.5.1
sort-package-json: 2.6.0
tempy: 3.1.0
ts-node: 10.9.1
typescript: 5.2.2
Expand Down Expand Up @@ -5733,9 +5733,9 @@ __metadata:
languageName: node
linkType: hard

"sort-package-json@npm:2.5.1":
version: 2.5.1
resolution: "sort-package-json@npm:2.5.1"
"sort-package-json@npm:2.6.0":
version: 2.6.0
resolution: "sort-package-json@npm:2.6.0"
dependencies:
detect-indent: ^7.0.1
detect-newline: ^4.0.0
Expand All @@ -5746,7 +5746,7 @@ __metadata:
sort-object-keys: ^1.1.3
bin:
sort-package-json: cli.js
checksum: 69ec7a6275fa518e3fa883558b77d14cb19e57115b458581aba9ef38eb629ab5836c6a2158ad124a0c9419b819e132fbd2a2df5a4fb8448f91339c470dba5101
checksum: 78ca29fb3122858e0b141642d2415ef767e8a31e411d50a4904658f29e4f8172af15d6df73fe2fa3205b0e76c0ab15ec561ce2a630ea33485d8552bbdb111268
languageName: node
linkType: hard

Expand Down
Loading