Skip to content

Commit 2e323cc

Browse files
authored
Update dependencies (#76)
* [deps] upgrade patternfly deps * [deps] upgrade remaining build deps
1 parent b245fa4 commit 2e323cc

File tree

3 files changed

+2025
-1725
lines changed

3 files changed

+2025
-1725
lines changed

package.json

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,10 @@
3030
"@types/enzyme": "^3.10.3",
3131
"@types/enzyme-adapter-react-16": "^1.0.5",
3232
"@types/jest": "^24.0.21",
33-
"@types/node": "^12.12.5",
33+
"@types/node": "^13.1.4",
3434
"@types/react": "^16.9.11",
3535
"@types/react-dom": "^16.9.3",
3636
"@types/react-router-dom": "^5.1.2",
37-
"@types/storybook__react": "^4.0.2",
3837
"@types/victory": "^33.0.0",
3938
"@types/webpack": "^4.39.8",
4039
"@typescript-eslint/eslint-plugin": "^2.6.0",
@@ -46,15 +45,15 @@
4645
"eslint": "^6.6.0",
4746
"eslint-plugin-patternfly-react": "^0.2.3",
4847
"eslint-plugin-react-hooks": "^2.2.0",
49-
"file-loader": "^4.2.0",
48+
"file-loader": "^5.0.2",
5049
"html-webpack-plugin": "^3.2.0",
5150
"imagemin": "^7.0.0",
5251
"jest": "^24.1.0",
53-
"mini-css-extract-plugin": "^0.8.0",
52+
"mini-css-extract-plugin": "^0.9.0",
5453
"optimize-css-assets-webpack-plugin": "^5.0.1",
5554
"prettier": "^1.15.2",
5655
"prop-types": "^15.6.1",
57-
"raw-loader": "^3.1.0",
56+
"raw-loader": "^4.0.0",
5857
"react": "^16.11.0",
5958
"react-axe": "^3.0.2",
6059
"react-docgen-typescript-loader": "^3.2.1",
@@ -73,17 +72,17 @@
7372
"tslint-react": "^4.0.0",
7473
"tslint-react-hooks": "^2.2.1",
7574
"typescript": "^3.6.4",
76-
"url-loader": "^2.2.0",
75+
"url-loader": "^3.0.0",
7776
"webpack": "^4.41.2",
7877
"webpack-bundle-analyzer": "^3.6.0",
7978
"webpack-cli": "^3.3.10",
8079
"webpack-dev-server": "^3.9.0",
8180
"webpack-merge": "^4.1.4"
8281
},
8382
"dependencies": {
84-
"@patternfly/react-core": "^3.77.2",
85-
"@patternfly/react-icons": "^3.14.18",
86-
"@patternfly/react-styles": "^3.5.7",
83+
"@patternfly/react-core": "^3.129.3",
84+
"@patternfly/react-icons": "^3.14.28",
85+
"@patternfly/react-styles": "^3.6.15",
8786
"react-router-dom": "^5.0.1",
8887
"react-router-last-location": "^2.0.1"
8988
}

tslint.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"**/dist/**/*.js",
1414
"**/coverage/**/*.js",
1515
"**/webpack.*.js",
16-
"**/jest.config.js"
16+
"**/jest.config.js",
17+
"**/storybook-static/**/*.js"
1718
]
1819
},
1920
"rules": {

0 commit comments

Comments
 (0)