Skip to content

Commit

Permalink
chore: upgrade stylelint plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Codennnn committed Apr 25, 2023
1 parent 7b1e8b2 commit f623eb0
Show file tree
Hide file tree
Showing 3 changed files with 325 additions and 127 deletions.
1 change: 0 additions & 1 deletion examples/green-wall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@
"autoprefixer": "^10.4.14",
"postcss": "^8.4.20",
"prefer-code-style": "workspace:*",
"stylelint": "^14.16.1",
"tailwindcss": "^3.2.7",
"tslib": "^2.4.1",
"typescript": "^4.9.4"
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,15 +75,15 @@
"eslint-plugin-tailwindcss": "~3.11.0",
"prettier": "~2.8.8",
"prettier-plugin-packagejson": "~2.4.3",
"stylelint": "^14.16.1",
"stylelint-config-prettier": "^9.0.4",
"stylelint": "^15.6.0",
"stylelint-config-prettier": "^9.0.5",
"stylelint-config-rational-order": "^0.1.2",
"stylelint-config-recommended": "^9.0.0",
"stylelint-config-standard": "^29.0.0",
"stylelint-config-recommended": "^12.0.0",
"stylelint-config-standard": "^33.0.0",
"stylelint-less": "^1.0.6",
"stylelint-order": "^6.0.1",
"stylelint-prettier": "^2.0.0",
"stylelint-scss": "^4.3.0"
"stylelint-order": "^6.0.3",
"stylelint-prettier": "^3.0.0",
"stylelint-scss": "^4.6.0"
},
"devDependencies": {
"@types/node": "^18.11.18",
Expand Down
Loading

0 comments on commit f623eb0

Please sign in to comment.