Merge pull request #371 from pmarsceill/dependabot/npm_and_yarn/primer/css-15.0.0

Bump @primer/css from 14.4.0 to 15.0.0
This commit is contained in:
Patrick Marsceill 2020-07-20 17:33:55 -04:00 committed by GitHub
commit c54be05b8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

8
package-lock.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "just-the-docs", "name": "just-the-docs",
"version": "0.3.0", "version": "0.3.1",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -276,9 +276,9 @@
} }
}, },
"@primer/css": { "@primer/css": {
"version": "14.4.0", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-14.4.0.tgz", "resolved": "https://registry.npmjs.org/@primer/css/-/css-15.0.0.tgz",
"integrity": "sha512-o9DwcAH43jZNDC/rPLjsYTU/I1LsHIgIQlSO3X8vZV2u65LmWeA5jHI2cSadZYN3N0Gm0Soh0zVYuhh7kMskXA==", "integrity": "sha512-9jMRl9rOsdy8kE7AW0tM3tyom1PTV7JMT1TCE9FgZ8HDM2xAaM5+apb0Ss4RZ7+5eAZbW9ayGX+iXyL6aHPhgg==",
"dev": true, "dev": true,
"requires": { "requires": {
"@primer/octicons": "^9.1.1" "@primer/octicons": "^9.1.1"

View File

@ -6,7 +6,7 @@
"license": "MIT", "license": "MIT",
"bugs": "https://github.com/pmarsceill/just-the-docs/issues", "bugs": "https://github.com/pmarsceill/just-the-docs/issues",
"devDependencies": { "devDependencies": {
"@primer/css": "^14.4.0", "@primer/css": "^15.0.0",
"prettier": "^2.0.5", "prettier": "^2.0.5",
"stylelint": "^13.6.1", "stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",