Bump @primer/css from 15.1.0 to 15.2.0

Bumps [@primer/css](https://github.com/primer/css) from 15.1.0 to 15.2.0.
- [Release notes](https://github.com/primer/css/releases)
- [Changelog](https://github.com/primer/css/blob/master/CHANGELOG.md)
- [Commits](https://github.com/primer/css/compare/v15.1.0...v15.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
This commit is contained in:
dependabot-preview[bot] 2020-09-22 00:31:42 +00:00 committed by GitHub
parent 76f8f064ac
commit 516a660149
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.1", "version": "0.3.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@ -276,9 +276,9 @@
} }
}, },
"@primer/css": { "@primer/css": {
"version": "15.1.0", "version": "15.2.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-15.1.0.tgz", "resolved": "https://registry.npmjs.org/@primer/css/-/css-15.2.0.tgz",
"integrity": "sha512-UmmfjwA26FhOGBMuAfJQOBeRHz9YUcw7khPtifp7K+VyTDEhLnJPRTdApxtivH69vHTkSJ3rh/W1gWYolrLgVA==", "integrity": "sha512-/vNDchWrxlXqd6E+SWQcChPHJVzGia9aCaTYoz8O9sJTnUSiTKOgSNCQuOXyUInPruTRSqj+z3MZxayKcTsWhA==",
"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": "^15.1.0", "@primer/css": "^15.2.0",
"prettier": "^2.1.1", "prettier": "^2.1.1",
"stylelint": "^13.6.1", "stylelint": "^13.6.1",
"stylelint-config-prettier": "^8.0.2", "stylelint-config-prettier": "^8.0.2",