Skip to content

Commit 66781be

Browse files
author
Jannik Zschiesche
committed
Bump all dependencies + bump required node version
1 parent 59d7167 commit 66781be

File tree

3 files changed

+17
-16
lines changed

3 files changed

+17
-16
lines changed

.travis.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
dist: trusty
1+
dist: bionic
22
language: node_js
33

44
node_js:
5-
- node
5+
- 12
66

77
script:
88
# Disabled for now, until kaba is ported to TypeScriot

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
* (feature) Add option to polyfill core node packages in webpack.
3030
* (bc) Remove `disableChunkSplitting()`, chunk splitting is now always disabled. Use code splitting instead.
3131
* (improvement) Enable `cache-loader`, which might speed up the webpack build.
32+
* (improvement) Bump required node version to 12.
3233

3334

3435
8.1.0

package.json

+14-14
Original file line numberDiff line numberDiff line change
@@ -23,30 +23,30 @@
2323
"webpack-bundle-analyzer": "^3.6.0"
2424
},
2525
"dependencies": {
26-
"@babel/core": "^7.7.0",
26+
"@babel/core": "^7.8.3",
2727
"@becklyn/typescript-error-formatter": "^1.0.4",
2828
"babel-eslint": "^10.0.3",
2929
"babel-loader": "^8.0.6",
3030
"cache-loader": "^4.1.0",
3131
"clean-webpack-plugin": "^3.0.0",
32-
"core-js": "^3.3.6",
32+
"core-js": "^3.6.4",
3333
"duplicate-package-checker-webpack-plugin": "^3.0.0",
34-
"eslint": "^6.6.0",
35-
"eslint-loader": "^3.0.2",
36-
"eslint-plugin-jsdoc": "^17.1.0",
37-
"eslint-plugin-react": "^7.16.0",
38-
"eslint-plugin-react-hooks": "^2.2.0",
34+
"eslint": "^6.8.0",
35+
"eslint-loader": "^3.0.3",
36+
"eslint-plugin-jsdoc": "^20.3.0",
37+
"eslint-plugin-react": "^7.17.0",
38+
"eslint-plugin-react-hooks": "^2.3.0",
3939
"fs-extra": "^8.1.0",
4040
"kaba-babel-preset": "^4.1.1",
4141
"kleur": "^3.0.3",
4242
"pretty-hrtime": "^1.0.3",
43-
"progress-bar-webpack-plugin": "^1.12.1",
44-
"raw-loader": "^3.1.0",
45-
"sade": "^1.6.1",
46-
"terser-webpack-plugin": "^2.2.1",
43+
"progress-bar-webpack-plugin": "^2.1.0",
44+
"raw-loader": "^4.0.0",
45+
"sade": "^1.7.0",
46+
"terser-webpack-plugin": "^2.3.2",
4747
"ts-loader": "^6.2.1",
48-
"typescript": "^3.7.2",
49-
"webpack": "^4.41.2"
48+
"typescript": "^3.7.4",
49+
"webpack": "^4.41.5"
5050
},
5151
"devDependencies": {
5252
"@types/terser-webpack-plugin": "^2.2.0",
@@ -55,7 +55,7 @@
5555
"webpack-bundle-analyzer": "^3.6.0"
5656
},
5757
"engines": {
58-
"node": ">= 8.0"
58+
"node": ">= 12.0"
5959
},
6060
"ava": {
6161
"files": [

0 commit comments

Comments
 (0)