Skip to content

Commit 5eb48c0

Browse files
committed
Client: Update dependencies (except for typestyle due to issue #358)
1 parent f97ec32 commit 5eb48c0

File tree

3 files changed

+628
-608
lines changed

3 files changed

+628
-608
lines changed

client/config/spa.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ var ConfiguredSPAs = function() {
103103
var spa = SPAs.find(function(spa) {
104104
return spa.params.ssr;
105105
});
106+
// eslint-disable-next-line
106107
return !!spa? spa.params.name : undefined;
107108
};
108109

client/package.json

Lines changed: 30 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -41,54 +41,54 @@
4141
},
4242
"dependencies": {
4343
"loglevel": "^1.7.1",
44-
"react": "17.0.1",
45-
"react-dom": "17.0.1",
44+
"react": "^17.0.2",
45+
"react-dom": "^17.0.2",
4646
"react-helmet": "6.1.0",
4747
"react-router-dom": "^5.2.0",
48-
"semantic-ui-react": "2.0.1",
48+
"semantic-ui-react": "2.0.3",
4949
"typestyle": "2.0.4"
5050
},
5151
"devDependencies": {
52-
"@testing-library/jest-dom": "^5.11.6",
53-
"@testing-library/react": "^11.2.2",
52+
"@testing-library/jest-dom": "^5.12.0",
53+
"@testing-library/react": "^11.2.7",
5454
"@types/debug": "^4.1.5",
55-
"@types/jest": "^26.0.19",
56-
"@types/react": "^17.0.0",
57-
"@types/react-dom": "17.0.0",
58-
"@types/react-helmet": "6.1.0",
59-
"@types/react-router-dom": "^5.1.6",
55+
"@types/jest": "^26.0.23",
56+
"@types/react": "^17.0.5",
57+
"@types/react-dom": "17.0.5",
58+
"@types/react-helmet": "6.1.1",
59+
"@types/react-router-dom": "^5.1.7",
6060
"@types/semantic-ui": "2.2.7",
61-
"@types/webpack-dev-server": "^3.11.1",
62-
"@typescript-eslint/eslint-plugin": "^4.11.0",
63-
"@typescript-eslint/parser": "^4.11.0",
61+
"@types/webpack-dev-server": "^3.11.4",
62+
"@typescript-eslint/eslint-plugin": "^4.23.0",
63+
"@typescript-eslint/parser": "^4.23.0",
6464
"clean-webpack-plugin": "3.0.0",
65-
"compression-webpack-plugin": "7.1.1",
65+
"compression-webpack-plugin": "7.1.2",
6666
"copyfiles": "^2.4.1",
6767
"cross-env": "^7.0.3",
68-
"css-loader": "5.0.1",
69-
"eslint": "^7.16.0",
70-
"fork-ts-checker-webpack-plugin": "6.0.8",
71-
"html-webpack-harddisk-plugin": "1.0.2",
72-
"html-webpack-plugin": "4.5.0",
68+
"css-loader": "5.2.4",
69+
"eslint": "^7.26.0",
70+
"fork-ts-checker-webpack-plugin": "6.2.9",
71+
"html-webpack-harddisk-plugin": "2.0.0",
72+
"html-webpack-plugin": "5.3.1",
7373
"html-webpack-template": "6.2.0",
7474
"jest": "^26.6.3",
75-
"mini-css-extract-plugin": "^1.3.3",
75+
"mini-css-extract-plugin": "^1.6.0",
7676
"mkdirp": "^1.0.4",
7777
"null-loader": "^4.0.1",
78-
"prettier": "^2.2.1",
78+
"prettier": "^2.3.0",
7979
"rimraf": "^3.0.2",
8080
"style-loader": "2.0.0",
81-
"ts-jest": "^26.4.4",
82-
"ts-loader": "8.0.12",
81+
"ts-jest": "^26.5.6",
82+
"ts-loader": "9.1.2",
8383
"ts-node": "^9.0.0",
8484
"tsconfig-paths": "^3.9.0",
85-
"tsconfig-paths-webpack-plugin": "^3.3.0",
86-
"tslib": "2.0.3",
87-
"typescript": "4.1.3",
88-
"webpack": "5.11.0",
89-
"webpack-cli": "4.3.0",
90-
"webpack-dev-server": "^3.11.0",
91-
"webpack-node-externals": "^2.5.2",
85+
"tsconfig-paths-webpack-plugin": "^3.5.1",
86+
"tslib": "2.2.0",
87+
"typescript": "4.2.4",
88+
"webpack": "5.37.0",
89+
"webpack-cli": "4.7.0",
90+
"webpack-dev-server": "^3.11.2",
91+
"webpack-node-externals": "^3.0.0",
9292
"webpack-subresource-integrity": "^1.5.1"
9393
}
9494
}

0 commit comments

Comments
 (0)