Skip to content

Commit

Permalink
chore: downgrade stylelint 15.11.0
Browse files Browse the repository at this point in the history
Signed-off-by: prisis <d.bannert@anolilab.de>
  • Loading branch information
prisis committed Dec 22, 2023
1 parent 90b1d0e commit 933e269
Show file tree
Hide file tree
Showing 4 changed files with 481 additions and 1,060 deletions.
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -92,10 +92,10 @@
"@commitlint/config-conventional": "^18.4.3",
"@commitlint/core": "^18.4.3",
"@nrwl/cli": "latest",
"@nrwl/js": "^17.2.6",
"@nrwl/js": "^17.2.7",
"@nrwl/nx-cloud": "16.5.2",
"@nrwl/tao": "17.2.6",
"@nrwl/workspace": "17.2.6",
"@nrwl/tao": "17.2.7",
"@nrwl/workspace": "17.2.7",
"@secretlint/secretlint-rule-preset-recommend": "^8.0.0",
"@tsconfig/node16": "^16.1.1",
"@tsconfig/strictest": "^2.0.2",
Expand All @@ -109,21 +109,22 @@
"eslint": "^8.56.0",
"eslint-plugin-deprecation": "^2.0.0",
"eslint-plugin-editorconfig": "^4.0.3",
"eslint-plugin-mdx": "^3.0.0",
"eslint-plugin-mdx": "^3.0.1",
"eslint-plugin-vitest": "^0.3.18",
"eslint-plugin-vitest-globals": "^1.4.0",
"husky": "^8.0.3",
"is-ci": "^3.0.1",
"lint-staged": "^15.2.0",
"nx": "17.2.6",
"nx": "17.2.7",
"postcss": "^8.4.32",
"prettier": "^3.1.1",
"publint": "^0.2.6",
"read-pkg": "^8.0.0",
"rimraf": "^5.0.5",
"secretlint": "8.0.0",
"semantic-release": "^22.0.12",
"sort-package-json": "^2.6.0",
"stylelint": "^16.0.2",
"stylelint": "^15.11.0",
"textlint": "^13.4.1",
"tsup": "^8.0.1",
"typescript": "5.3.3",
Expand Down Expand Up @@ -167,10 +168,8 @@
"ansi-regex@>=4.0.0 <4.1.1": ">=4.1.1",
"tsconfig-paths": "^4.0.0",
"load-tsconfig": "^0.2.5",
"vite": "4.3.4",
"cosmiconfig-typescript-loader": "^4.3.0",
"semantic-release": "^22.0.12",
"conventional-changelog-conventionalcommits": "7.0.2"
"vite": "5.0.10",
"cosmiconfig-typescript-loader": "^4.3.0"
}
}
}
2 changes: 1 addition & 1 deletion packages/stylelint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
"postcss": "^8.4.32",
"rimraf": "^5.0.5",
"semantic-release": "^22.0.12",
"stylelint": "16.0.2",
"stylelint": "15.11.0",
"tsup": "^8.0.1",
"vitest": "^1.1.0"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const config = {
// prevent use of low performance animation and transition properties.
plugins: ["stylelint-high-performance-animation"],
rules: {
'plugin/no-low-performance-animation-properties': true,
"plugin/no-low-performance-animation-properties": true,
},
};

Expand Down

0 comments on commit 933e269

Please sign in to comment.