Skip to content

Commit

Permalink
feat(stylelint-bezier): resolve error in yarn lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
yangwooseong committed Aug 8, 2024
1 parent 105e5b0 commit 0832853
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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 @@
"@changesets/get-github-info": "^0.6.0",
"@changesets/types": "^6.0.0",
"@channel.io/prettier-config": "^0.0.1",
"@channel.io/stylelint-bezier": "workspace:^",
"@channel.io/stylelint-bezier": "^0.0.0",
"@channel.io/stylelint-config": "^2.0.0",
"@commitlint/cli": "^19.0.0",
"@commitlint/config-conventional": "^19.0.0",
Expand Down
7 changes: 5 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2087,11 +2087,14 @@ __metadata:
uuid: "npm:^9.0.1"
peerDependencies:
"@channel.io/bezier-icons": ">=0.2.0"
"@channel.io/stylelint-bezier": ">=0.1.0"
react: ^16.8.0 || ^17.0.0 || ^18.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0
peerDependenciesMeta:
"@channel.io/bezier-icons":
optional: true
"@channel.io/stylelint-bezier":
optional: true
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -2141,7 +2144,7 @@ __metadata:
languageName: node
linkType: hard

"@channel.io/stylelint-bezier@workspace:^, @channel.io/stylelint-bezier@workspace:packages/stylelint-bezier":
"@channel.io/stylelint-bezier@npm:^0.0.0, @channel.io/stylelint-bezier@workspace:packages/stylelint-bezier":
version: 0.0.0-use.local
resolution: "@channel.io/stylelint-bezier@workspace:packages/stylelint-bezier"
dependencies:
Expand Down Expand Up @@ -7640,7 +7643,7 @@ __metadata:
"@changesets/get-github-info": "npm:^0.6.0"
"@changesets/types": "npm:^6.0.0"
"@channel.io/prettier-config": "npm:^0.0.1"
"@channel.io/stylelint-bezier": "workspace:^"
"@channel.io/stylelint-bezier": "npm:^0.0.0"
"@channel.io/stylelint-config": "npm:^2.0.0"
"@commitlint/cli": "npm:^19.0.0"
"@commitlint/config-conventional": "npm:^19.0.0"
Expand Down

0 comments on commit 0832853

Please sign in to comment.