Merge branch 'master' into v0.3.2

This commit is contained in:
Patrick Marsceill 2020-08-10 10:48:48 -04:00 committed by GitHub
commit 6ac67d2228
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 4 deletions

View File

@ -1,5 +1,6 @@
references:
- v+
- master
name-template: 'v$RESOLVED_VERSION 🌈'
tag-template: 'v$RESOLVED_VERSION'
categories:

6
package-lock.json generated
View File

@ -276,9 +276,9 @@
}
},
"@primer/css": {
"version": "15.0.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-15.0.0.tgz",
"integrity": "sha512-9jMRl9rOsdy8kE7AW0tM3tyom1PTV7JMT1TCE9FgZ8HDM2xAaM5+apb0Ss4RZ7+5eAZbW9ayGX+iXyL6aHPhgg==",
"version": "15.1.0",
"resolved": "https://registry.npmjs.org/@primer/css/-/css-15.1.0.tgz",
"integrity": "sha512-UmmfjwA26FhOGBMuAfJQOBeRHz9YUcw7khPtifp7K+VyTDEhLnJPRTdApxtivH69vHTkSJ3rh/W1gWYolrLgVA==",
"dev": true,
"requires": {
"@primer/octicons": "^9.1.1"

View File

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