Skip to content

Commit

Permalink
update deps (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow authored Mar 22, 2020
1 parent 7963e89 commit 4d9823c
Show file tree
Hide file tree
Showing 3 changed files with 729 additions and 483 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
3 changes: 1 addition & 2 deletions tslint.json
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
Loading

0 comments on commit 4d9823c

Please sign in to comment.