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

⬆️ Update dependency publint to ^0.2.8 #5001

Merged
merged 1 commit into from
May 21, 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"eslint-config-prettier": "^9.1.0",
"globals": "^15.2.0",
"prettier": "3.2.5",
"publint": "^0.2.7",
"publint": "^0.2.8",
"typescript": "~5.4.5",
"typescript-eslint": "^7.9.0"
}
Expand Down
20 changes: 10 additions & 10 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ __metadata:
eslint-config-prettier: "npm:^9.1.0"
globals: "npm:^15.2.0"
prettier: "npm:3.2.5"
publint: "npm:^0.2.7"
publint: "npm:^0.2.8"
typescript: "npm:~5.4.5"
typescript-eslint: "npm:^7.9.0"
languageName: unknown
Expand Down Expand Up @@ -15107,10 +15107,10 @@ __metadata:
languageName: node
linkType: hard

"picocolors@npm:^1.0.0":
version: 1.0.0
resolution: "picocolors@npm:1.0.0"
checksum: 10c0/20a5b249e331c14479d94ec6817a182fd7a5680debae82705747b2db7ec50009a5f6648d0621c561b0572703f84dbef0858abcbd5856d3c5511426afcb1961f7
"picocolors@npm:^1.0.0, picocolors@npm:^1.0.1":
version: 1.0.1
resolution: "picocolors@npm:1.0.1"
checksum: 10c0/c63cdad2bf812ef0d66c8db29583802355d4ca67b9285d846f390cc15c2f6ccb94e8cb7eb6a6e97fc5990a6d3ad4ae42d86c84d3146e667c739a4234ed50d400
languageName: node
linkType: hard

Expand Down Expand Up @@ -15882,16 +15882,16 @@ __metadata:
languageName: node
linkType: hard

"publint@npm:^0.2.7":
version: 0.2.7
resolution: "publint@npm:0.2.7"
"publint@npm:^0.2.8":
version: 0.2.8
resolution: "publint@npm:0.2.8"
dependencies:
npm-packlist: "npm:^5.1.3"
picocolors: "npm:^1.0.0"
picocolors: "npm:^1.0.1"
sade: "npm:^1.8.1"
bin:
publint: lib/cli.js
checksum: 10c0/dfa476c77c2644de6986ef94616780cc44398bbfe6f56a790aadbfa0ec9d41a136c8a0c5a0a999ceb8bcee0d5736c3e93a5f28662c515c47ad6eba03244edea0
checksum: 10c0/da4157b3039004d42b8f7df048236bbbf598919d8ddb2c9387b5c4ddaf1564d81e7ab3370ed039f00b784a0c6915d0dbb523fcd1817aa3738f77aac0b955153a
languageName: node
linkType: hard

Expand Down
Loading