Skip to content

Commit

Permalink
update deps (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdanyow authored Jun 23, 2019
1 parent 45b0016 commit 41af688
Show file tree
Hide file tree
Showing 4 changed files with 261 additions and 258 deletions.
2 changes: 1 addition & 1 deletion .postcssrc.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
plugins: {
autoprefixer: {
browsers: ['>1%', 'last 2 versions', 'not ie < 11']
overrideBrowserslist: ['>1%', 'last 2 versions', 'not ie < 11']
}
}
};
2 changes: 1 addition & 1 deletion .sassrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const path = require('path')
const CWD = process.cwd()

module.exports = {
"includePaths": [
includePaths: [
path.resolve(CWD, 'node_modules'),
path.resolve(CWD, 'src')
]
Expand Down
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": "^12.2.3",
"autoprefixer": "^9.5.1",
"@primer/css": "^12.4.1",
"autoprefixer": "^9.6.0",
"gh-pages": "^2.0.1",
"github-syntax-dark": "^0.5.0",
"github-syntax-light": "^0.5.0",
"parcel-bundler": "^1.12.3",
"parcel-plugin-clean-dist": "^0.0.6",
"posthtml-expressions": "^1.1.0",
"posthtml-expressions": "^1.1.1",
"posthtml-include": "^1.2.0",
"posthtml-md": "^1.1.0",
"sass": "^1.19.0",
"tslint": "^5.16.0",
"typescript": "^3.4.5"
"sass": "^1.21.0",
"tslint": "^5.18.0",
"typescript": "^3.5.2"
}
}
Loading

0 comments on commit 41af688

Please sign in to comment.