Skip to content

Commit 7c18ea2

Browse files
committed
Client: Update dependencies (except for typestyle due to issue #358)
1 parent f4736d0 commit 7c18ea2

File tree

2 files changed

+1225
-1172
lines changed

2 files changed

+1225
-1172
lines changed

client/package.json

+19-19
Original file line numberDiff line numberDiff line change
@@ -49,44 +49,44 @@
4949
"typestyle": "2.0.4"
5050
},
5151
"devDependencies": {
52-
"@testing-library/jest-dom": "^5.12.0",
52+
"@testing-library/jest-dom": "^5.14.1",
5353
"@testing-library/react": "^11.2.7",
5454
"@types/debug": "^4.1.5",
5555
"@types/jest": "^26.0.23",
56-
"@types/react": "^17.0.5",
57-
"@types/react-dom": "17.0.5",
56+
"@types/react": "^17.0.11",
57+
"@types/react-dom": "17.0.8",
5858
"@types/react-helmet": "6.1.1",
5959
"@types/react-router-dom": "^5.1.7",
6060
"@types/semantic-ui": "2.2.7",
6161
"@types/webpack-dev-server": "^3.11.4",
62-
"@typescript-eslint/eslint-plugin": "^4.23.0",
63-
"@typescript-eslint/parser": "^4.23.0",
64-
"clean-webpack-plugin": "3.0.0",
65-
"compression-webpack-plugin": "7.1.2",
62+
"@typescript-eslint/eslint-plugin": "^4.27.0",
63+
"@typescript-eslint/parser": "^4.27.0",
64+
"clean-webpack-plugin": "4.0.0-alpha.0",
65+
"compression-webpack-plugin": "8.0.0",
6666
"copyfiles": "^2.4.1",
6767
"cross-env": "^7.0.3",
68-
"css-loader": "5.2.4",
69-
"eslint": "^7.26.0",
70-
"fork-ts-checker-webpack-plugin": "6.2.9",
68+
"css-loader": "5.2.6",
69+
"eslint": "^7.29.0",
70+
"fork-ts-checker-webpack-plugin": "6.2.12",
7171
"html-webpack-harddisk-plugin": "2.0.0",
7272
"html-webpack-plugin": "5.3.1",
7373
"html-webpack-template": "6.2.0",
74-
"jest": "^26.6.3",
74+
"jest": "^27.0.4",
7575
"mini-css-extract-plugin": "^1.6.0",
7676
"mkdirp": "^1.0.4",
7777
"null-loader": "^4.0.1",
78-
"prettier": "^2.3.0",
78+
"prettier": "^2.3.1",
7979
"rimraf": "^3.0.2",
8080
"style-loader": "2.0.0",
81-
"ts-jest": "^26.5.6",
82-
"ts-loader": "9.1.2",
83-
"ts-node": "^9.0.0",
81+
"ts-jest": "^27.0.3",
82+
"ts-loader": "9.2.3",
83+
"ts-node": "^10.0.0",
8484
"tsconfig-paths": "^3.9.0",
8585
"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",
86+
"tslib": "2.3.0",
87+
"typescript": "4.3.4",
88+
"webpack": "5.39.1",
89+
"webpack-cli": "4.7.2",
9090
"webpack-dev-server": "^3.11.2",
9191
"webpack-node-externals": "^3.0.0",
9292
"webpack-subresource-integrity": "^1.5.1"

0 commit comments

Comments
 (0)