Skip to content

Commit ba975e4

Browse files
authored
Update dependencies
1 parent 38f9550 commit ba975e4

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

package-lock.json

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

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,13 @@
2121
"homepage": "https://github.com/primer/eslint-plugin-primer-react#readme",
2222
"devDependencies": {
2323
"@github/prettier-config": "0.0.4",
24-
"@primer/primitives": "^4.6.1",
24+
"@primer/primitives": "^4.6.2",
2525
"eslint": "^7.32.0",
2626
"jest": "^27.0.6"
2727
},
28+
"peerDependencies": {
29+
"eslint": ">=4.19.0",
30+
"@primer/primitives": ">=4.6.2"
31+
},
2832
"prettier": "@github/prettier-config"
2933
}

src/rules/no-deprecated-colors.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const deprecations = require('@primer/primitives/dist/deprecations/colors_v2')
1+
const deprecations = require('@primer/primitives/dist/deprecations/colors')
22

33
const styledSystemColorProps = ['color', 'bg', 'backgroundColor', 'borderColor', 'textShadow', 'boxShadow']
44

0 commit comments

Comments
 (0)