Skip to content

Commit

Permalink
add compatibility with stylelint 14
Browse files Browse the repository at this point in the history
  • Loading branch information
lmichelin committed Nov 6, 2021
1 parent ec602e9 commit 00279bc
Show file tree
Hide file tree
Showing 2 changed files with 786 additions and 1,151 deletions.
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stylelint-css-modules-no-global-scoped-selector",
"version": "1.0.1",
"version": "1.0.2",
"description": "Stylelint rule for CSS modules to prevent usage of global-scoped selectors",
"main": "index.js",
"scripts": {
Expand All @@ -23,7 +23,7 @@
"url": "https://github.com/lmichelin/stylelint-css-modules-no-global-scoped-selector/issues"
},
"peerDependencies": {
"stylelint": "^13.0.0"
"stylelint": "^13.0.0 || ^14.0.0"
},
"dependencies": {
"lodash": "^4.17.21",
Expand All @@ -33,13 +33,12 @@
},
"devDependencies": {
"@types/jest-preset-stylelint": "^3.0.1",
"@types/stylelint": "^13.13.2",
"eslint": "^7.32.0",
"eslint": "^8.2.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.2.0",
"jest": "^27.3.1",
"jest-preset-stylelint": "^4.1.1",
"prettier": "^2.4.0",
"stylelint": "^13.13.1"
"prettier": "^2.4.1",
"stylelint": "^14.0.1"
}
}
Loading

0 comments on commit 00279bc

Please sign in to comment.