Merge pull request #296 from pmarsceill/dependabot/npm_and_yarn/primer/css-14.3.0

Bump @primer/css from 12.7.0 to 14.3.0
This commit is contained in:
Patrick Marsceill 2020-04-23 14:53:05 -04:00 committed by GitHub
commit 7a7ce5ef7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "just-the-docs",
"version": "0.2.6",
"version": "0.2.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -177,17 +177,17 @@
"dev": true
},
"@primer/css": {
"version": "12.7.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-12.7.0.tgz",
"integrity": "sha512-EVqfwX1jxKWQoV9IxxCJQG7HlyKefdkYTJdnDV43Rr1cyidUTkQN9W0uMuN+RD9cmAzip/40b2E+7gsvsFDmBA==",
"version": "14.3.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-14.3.0.tgz",
"integrity": "sha512-n5/skNhsbCc+wStmH2nSFHWS8I1XFVtdSabG7IuCYbGELuxduw3x5kl9uYQwG558E5/4wQZ/WbAeACuTTjcWFA==",
"requires": {
"@primer/octicons": "^9.1.1"
}
},
"@primer/octicons": {
"version": "9.1.1",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.1.1.tgz",
"integrity": "sha512-7EGM0+Kx39bIgaYr9bTCzFvBCxm+fqh/YJIoSns8zfCwss32ZJ2GDP3024UH709VQtM5cKFU4JcIYPHyGdSfIg==",
"version": "9.6.0",
"resolved": "https://registry.npmjs.org/@primer/octicons/-/octicons-9.6.0.tgz",
"integrity": "sha512-B5Wzk5izRXXz0JqEXJkVUtqhCXSpUKgqYkVwegMkp5sziBW+ksd9LPbONlCWyyLODwf9GsI2sBXekR7m+JJDBw==",
"requires": {
"object-assign": "^4.1.1"
}

View File

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