update deps (#278)

This commit is contained in:
Jeremy Danyow 2020-03-22 13:05:34 -06:00 committed by GitHub
parent 7963e89f73
commit 4d9823c6c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 729 additions and 483 deletions

View File

@ -24,18 +24,18 @@
"deploy": "gh-pages --dist dist"
},
"devDependencies": {
"@primer/css": "^14.1.0",
"@primer/css": "^14.2.0",
"autoprefixer": "^9.7.4",
"gh-pages": "^2.2.0",
"github-syntax-dark": "^0.5.0",
"github-syntax-light": "^0.5.0",
"parcel-bundler": "^1.12.4",
"parcel-plugin-clean-dist": "^0.0.6",
"posthtml-expressions": "^1.1.1",
"posthtml-include": "^1.3.3",
"posthtml-expressions": "^1.2.0",
"posthtml-include": "^1.4.0",
"posthtml-md": "^1.1.0",
"sass": "^1.25.0",
"tslint": "^5.20.1",
"typescript": "^3.7.5"
"sass": "^1.26.3",
"tslint": "^6.1.0",
"typescript": "^3.8.3"
}
}

View File

@ -9,10 +9,9 @@
"no-shadowed-variable": false,
"no-string-literal": false,
"trailing-comma": [false],
"member-ordering": [true, "fields-first"],
"array-type": [true, "array"],
"arrow-parens": false,
"max-classes-per-file": [false],
"max-classes-per-file": false,
"prefer-for-of": false,
"no-implicit-dependencies": false
}

1197
yarn.lock

File diff suppressed because it is too large Load Diff