Merge pull request #208 from pmarsceill/dependabot/npm_and_yarn/primer/css-12.7.0

Bump @primer/css from 12.6.0 to 12.7.0
This commit is contained in:
Patrick Marsceill 2019-09-09 15:43:46 -04:00 committed by GitHub
commit 757be1631c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 6 deletions

10
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "just-the-docs", "name": "just-the-docs",
"version": "0.2.5", "version": "0.2.6",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -177,11 +177,11 @@
"dev": true "dev": true
}, },
"@primer/css": { "@primer/css": {
"version": "12.6.0", "version": "12.7.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-12.6.0.tgz", "resolved": "https://registry.npmjs.org/@primer/css/-/css-12.7.0.tgz",
"integrity": "sha512-GzQr/MPCbTlgvAd4bEXy4RA5cZvz7k/wkCzG7sOmjB9g9EtGnkzmLz6aS58EBRJsxfe6QU/iZ2/N/66/Bn5eZA==", "integrity": "sha512-EVqfwX1jxKWQoV9IxxCJQG7HlyKefdkYTJdnDV43Rr1cyidUTkQN9W0uMuN+RD9cmAzip/40b2E+7gsvsFDmBA==",
"requires": { "requires": {
"@primer/octicons": "9.1.1" "@primer/octicons": "^9.1.1"
} }
}, },
"@primer/octicons": { "@primer/octicons": {

View File

@ -11,7 +11,7 @@
"stylelint-selector-no-utility": "^4.0.0" "stylelint-selector-no-utility": "^4.0.0"
}, },
"dependencies": { "dependencies": {
"@primer/css": "^12.6.0" "@primer/css": "^12.7.0"
}, },
"scripts": { "scripts": {
"test": "stylelint '**/*.scss'" "test": "stylelint '**/*.scss'"