Skip to content

Commit

Permalink
chore(deps): update dependency stylelint to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jun 29, 2024
1 parent 0205079 commit aceb026
Show file tree
Hide file tree
Showing 8 changed files with 204 additions and 301 deletions.
2 changes: 1 addition & 1 deletion packages/browser-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"parcel": "^2.9.2",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-app-dir-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"stylelint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"stylelint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/next-server-actions-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"postcss": "^8.4.31",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"stylelint": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-sample/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"postcss-modules": "^6.0.0",
"prettier": "^3.0.0",
"process": "^0.11.10",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3"
},
"eslintConfig": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"react": "^18.0.2",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3",
"vitest": "^1.6.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"lint-staged": "^15.0.0",
"postcss": "^8.4.31",
"prettier": "^3.0.0",
"stylelint": "^15.0.0",
"stylelint": "^16.0.0",
"typescript": "^5.3.3",
"vitest": "^1.6.0",
"vue": "^3.4.19"
Expand Down
491 changes: 197 additions & 294 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit aceb026

Please sign in to comment.