Skip to content

Commit

Permalink
Upgrade StyleLint plugin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
connor-baer committed Jan 8, 2024
1 parent f907a2a commit 9143129
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 14 deletions.
22 changes: 11 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@
import { noInvalidCustomProperties, ruleName, messages } from '.';

testRule({
// @ts-expect-error Stylelint also accepts plugin objects.
plugins: [noInvalidCustomProperties],
ruleName,
config: true,
Expand Down
4 changes: 2 additions & 2 deletions packages/stylelint-plugin-circuit-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
},
"devDependencies": {
"@sumup/design-tokens": "^7.0.0-canary.0",
"@tsconfig/node18": "^18.2.1",
"jest-preset-stylelint": "^6.2.0",
"@tsconfig/node18": "^18.2.2",
"jest-preset-stylelint": "^7.0.0",
"typescript": "^5.3.3"
},
"peerDependencies": {
Expand Down

0 comments on commit 9143129

Please sign in to comment.