Skip to content

Commit 40842df

Browse files
authored
Merge pull request #36 from Himenon/update-dependencies
chore(deps): update dependencies
2 parents d7389b2 + 4834458 commit 40842df

File tree

4 files changed

+712
-473
lines changed

4 files changed

+712
-473
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,17 +37,17 @@
3737
}
3838
},
3939
"devDependencies": {
40-
"@babel/core": "^7.7.7",
41-
"@babel/preset-env": "^7.7.7",
40+
"@babel/core": "^7.8.4",
41+
"@babel/preset-env": "^7.8.4",
4242
"@commitlint/cli": "^8.2.0",
4343
"@commitlint/config-conventional": "^8.2.0",
4444
"@types/enhanced-resolve": "^3.0.6",
4545
"@types/jest": "^24.0.25",
46-
"@types/node": "^13.1.1",
46+
"@types/node": "^13.7.0",
4747
"@types/recursive-readdir": "^2.2.0",
4848
"@types/resolve": "^1.14.0",
49-
"@typescript-eslint/eslint-plugin": "^2.13.0",
50-
"@typescript-eslint/parser": "^2.13.0",
49+
"@typescript-eslint/eslint-plugin": "^2.19.0",
50+
"@typescript-eslint/parser": "^2.19.0",
5151
"cross-env": "^6.0.3",
5252
"dependency-cruiser": "^6.1.0",
5353
"eslint": "^6.8.0",

packages/cli/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@
6969
"@types/express": "^4.17.2",
7070
"@types/fs-extra": "^8.0.1",
7171
"@types/pretty": "^2.0.0",
72-
"@types/react": "^16.9.17",
73-
"@types/react-dom": "^16.9.4",
72+
"@types/react": "^16.9.19",
73+
"@types/react-dom": "^16.9.5",
7474
"@types/rimraf": "^2.0.3"
7575
},
7676
"publishConfig": {

packages/view/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -40,25 +40,25 @@
4040
"viz.js": "^2.1.2"
4141
},
4242
"devDependencies": {
43-
"@babel/core": "^7.7.7",
44-
"@babel/preset-env": "^7.7.7",
43+
"@babel/core": "^7.8.4",
44+
"@babel/preset-env": "^7.8.4",
4545
"@types/classnames": "^2.2.9",
4646
"@types/copy-webpack-plugin": "^5.0.0",
4747
"@types/gh-pages": "^2.0.1",
48-
"@types/html-webpack-plugin": "^3.2.1",
48+
"@types/html-webpack-plugin": "^3.2.2",
4949
"@types/mini-css-extract-plugin": "^0.9.0",
5050
"@types/optimize-css-assets-webpack-plugin": "^5.0.1",
51-
"@types/react": "^16.9.17",
52-
"@types/react-dom": "^16.9.4",
51+
"@types/react": "^16.9.19",
52+
"@types/react-dom": "^16.9.5",
5353
"@types/react-router-dom": "^5.1.3",
5454
"@types/script-ext-html-webpack-plugin": "^2.1.1",
5555
"@types/terser-webpack-plugin": "^2.2.0",
56-
"@types/webpack": "^4.39.8",
56+
"@types/webpack": "^4.41.5",
5757
"@types/webpack-bundle-analyzer": "^2.13.3",
58-
"@types/webpack-dev-server": "^3.4.0",
58+
"@types/webpack-dev-server": "^3.10.0",
5959
"@types/webpack-manifest-plugin": "^2.1.0",
60-
"@typescript-eslint/eslint-plugin": "^2.13.0",
61-
"@typescript-eslint/parser": "^2.13.0",
60+
"@typescript-eslint/eslint-plugin": "^2.19.0",
61+
"@typescript-eslint/parser": "^2.19.0",
6262
"autoprefixer": "^9.7.3",
6363
"babel-loader": "^8.0.6",
6464
"clean-webpack-plugin": "^3.0.0",

0 commit comments

Comments
 (0)