Skip to content

Commit

Permalink
fix: peer dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cherry committed Dec 27, 2023
1 parent f2e8651 commit 8d41e3d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nodecraft/stylelint-config",
"version": "3.0.0",
"version": "3.0.1",
"description": "Nodecraft base Stylelint config",
"keywords": [
"stylelint",
Expand Down Expand Up @@ -45,8 +45,8 @@
},
"peerDependencies": {
"@stylistic/stylelint-plugin": "^2.0.0",
"stylelint": "^16.0.2",
"stylelint-config-standard": "^35.0.0"
"stylelint": "^16.1.0",
"stylelint-config-standard": "^36.0.0"
},
"engines": {
"node": ">= 18"
Expand Down

0 comments on commit 8d41e3d

Please sign in to comment.