Skip to content

Commit e39e6fe

Browse files
fix(deps): update dependency postcss-selector-parser to v7 (#372)
* fix(deps): update dependency postcss-selector-parser to v7 * Create great-ties-retire.md --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Yosuke Ota <[email protected]>
1 parent 73e25a0 commit e39e6fe

File tree

3 files changed

+84
-31
lines changed

3 files changed

+84
-31
lines changed

.changeset/great-ties-retire.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"eslint-plugin-vue-scoped-css": minor
3+
---
4+
5+
fix(deps): update dependency postcss-selector-parser to v7

package-lock.json

Lines changed: 78 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"postcss": "^8.4.31",
109109
"postcss-safe-parser": "^6.0.0",
110110
"postcss-scss": "^4.0.3",
111-
"postcss-selector-parser": "^6.0.9",
111+
"postcss-selector-parser": "^7.0.0",
112112
"postcss-styl": "^0.12.0"
113113
},
114114
"peerDependencies": {

0 commit comments

Comments
 (0)