1
1
mirror of https://github.com/primer/css.git synced 2024-12-04 14:59:16 +03:00

Update stylelint-config-primer to 9.1.0

This commit is contained in:
Cole Bemis 2020-09-23 16:56:37 -07:00
parent 460e8b06ce
commit e1bf4d4b07
2 changed files with 7 additions and 7 deletions

12
package-lock.json generated
View File

@ -9114,9 +9114,9 @@
"dev": true
},
"electron-to-chromium": {
"version": "1.3.570",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.570.tgz",
"integrity": "sha512-Y6OCoVQgFQBP5py6A/06+yWxUZHDlNr/gNDGatjH8AZqXl8X0tE4LfjLJsXGz/JmWJz8a6K7bR1k+QzZ+k//fg==",
"version": "1.3.571",
"resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.571.tgz",
"integrity": "sha512-UYEQ2Gtc50kqmyOmOVtj6Oqi38lm5yRJY3pLuWt6UIot0No1L09uu6Ja6/1XKwmz/p0eJFZTUZi+khd1PV1hHA==",
"dev": true
},
"element-resize-detector": {
@ -23843,9 +23843,9 @@
}
},
"stylelint-config-primer": {
"version": "0.0.0-7629056",
"resolved": "https://registry.npmjs.org/stylelint-config-primer/-/stylelint-config-primer-0.0.0-7629056.tgz",
"integrity": "sha512-am6o66GfENclYun2cK2G34o24ZtIgmfBq9bTwsMhzPNuofJnu1RMk6SKlnAwQEt/Y836A/Zn8PvEs21Qo88IFg==",
"version": "9.1.0",
"resolved": "https://registry.npmjs.org/stylelint-config-primer/-/stylelint-config-primer-9.1.0.tgz",
"integrity": "sha512-pFzUbvwJhmYVIdPJZQv+Eoc06uH/cVNcE2Iu56+TYnKG5Tr2DA39rGD4PzkpME2KJApq9cuYzFqCU0bgloJlDQ==",
"dev": true,
"requires": {
"anymatch": "^3.1.1",

View File

@ -77,7 +77,7 @@
"style-loader": "^0.18.2",
"styled-components": "4.1.2",
"stylelint": "^10.1.0",
"stylelint-config-primer": "0.0.0-7629056",
"stylelint-config-primer": "^9.1.0",
"stylelint-disable": "^0.1.5",
"stylelint-only": "^1.0.1",
"stylelint-scss": "^3.12.0",