Skip to content

Commit

Permalink
Client: Update dependencies (except for typestyle due to issue #358)
Browse files Browse the repository at this point in the history
  • Loading branch information
winwiz1 committed Jun 20, 2021
1 parent f4736d0 commit 7c18ea2
Show file tree
Hide file tree
Showing 2 changed files with 1,225 additions and 1,172 deletions.
38 changes: 19 additions & 19 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,44 +49,44 @@
"typestyle": "2.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.12.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.23",
"@types/react": "^17.0.5",
"@types/react-dom": "17.0.5",
"@types/react": "^17.0.11",
"@types/react-dom": "17.0.8",
"@types/react-helmet": "6.1.1",
"@types/react-router-dom": "^5.1.7",
"@types/semantic-ui": "2.2.7",
"@types/webpack-dev-server": "^3.11.4",
"@typescript-eslint/eslint-plugin": "^4.23.0",
"@typescript-eslint/parser": "^4.23.0",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "7.1.2",
"@typescript-eslint/eslint-plugin": "^4.27.0",
"@typescript-eslint/parser": "^4.27.0",
"clean-webpack-plugin": "4.0.0-alpha.0",
"compression-webpack-plugin": "8.0.0",
"copyfiles": "^2.4.1",
"cross-env": "^7.0.3",
"css-loader": "5.2.4",
"eslint": "^7.26.0",
"fork-ts-checker-webpack-plugin": "6.2.9",
"css-loader": "5.2.6",
"eslint": "^7.29.0",
"fork-ts-checker-webpack-plugin": "6.2.12",
"html-webpack-harddisk-plugin": "2.0.0",
"html-webpack-plugin": "5.3.1",
"html-webpack-template": "6.2.0",
"jest": "^26.6.3",
"jest": "^27.0.4",
"mini-css-extract-plugin": "^1.6.0",
"mkdirp": "^1.0.4",
"null-loader": "^4.0.1",
"prettier": "^2.3.0",
"prettier": "^2.3.1",
"rimraf": "^3.0.2",
"style-loader": "2.0.0",
"ts-jest": "^26.5.6",
"ts-loader": "9.1.2",
"ts-node": "^9.0.0",
"ts-jest": "^27.0.3",
"ts-loader": "9.2.3",
"ts-node": "^10.0.0",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.5.1",
"tslib": "2.2.0",
"typescript": "4.2.4",
"webpack": "5.37.0",
"webpack-cli": "4.7.0",
"tslib": "2.3.0",
"typescript": "4.3.4",
"webpack": "5.39.1",
"webpack-cli": "4.7.2",
"webpack-dev-server": "^3.11.2",
"webpack-node-externals": "^3.0.0",
"webpack-subresource-integrity": "^1.5.1"
Expand Down
Loading

0 comments on commit 7c18ea2

Please sign in to comment.