Skip to content

Commit

Permalink
Merge pull request #13 from grifart/support-for-node-v13
Browse files Browse the repository at this point in the history
updated webpack + sass to latest version
  • Loading branch information
jkuchar authored Jan 7, 2020
2 parents 248b86f + 46a5f59 commit 13db9a1
Show file tree
Hide file tree
Showing 3 changed files with 662 additions and 398 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ language: node_js
node_js:
- "10" # LTS (in 04/2019)
- "11"
- "12" # current (in 04/2019)
- "12"
- "13" # current (in 04/2019)

script:
- yarn run test
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"dependencies": {
"@babel/core": "^7.4.4",
"@babel/preset-env": "^7.4.4",
"@types/node": "^11.13.8",
"@types/webpack": "^4.32.1",
"@types/node": "^13.1.4",
"@types/webpack": "^4.41.1",
"babel-loader": "^8.0.5",
"css-loader": "^2.1.1",
"file-loader": "^3.0.1",
Expand All @@ -24,21 +24,21 @@
"imagemin-svgo": "^7.0.0",
"imagemin-webpack": "^4.1.0",
"mini-css-extract-plugin": "^0.6.0",
"node-sass": "^4.12.0",
"node-sass": "^4.13.0",
"postcss-loader": "^3.0.0",
"postcss-preset-env": "^6.6.0",
"resolve-url-loader": "^3.1.0",
"sass-loader": "^7.1.0",
"sass-loader": "^7.3.1",
"style-loader": "^0.23.1",
"ts-loader": "^6.0.4",
"ts-node": "^8.1.0",
"typescript": "^3.4.5",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.1",
"webpack-dev-server": "^3.3.1"
"webpack": "^4.41.5",
"webpack-cli": "^3.3.10",
"webpack-dev-server": "^3.10.1"
},
"engineStrict": true,
"engines": {
"node": "^10.0.0 || ^11.0.0 || ^12.0.0"
"node": "^10.0.0 || ^11.0.0 || ^12.0.0 || ^13.0.0"
}
}
Loading

0 comments on commit 13db9a1

Please sign in to comment.