Skip to content

Commit

Permalink
Client: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
winwiz1 committed Sep 5, 2020
1 parent 884bc1b commit 0c9fdcc
Show file tree
Hide file tree
Showing 2 changed files with 893 additions and 660 deletions.
46 changes: 23 additions & 23 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,50 +40,50 @@
"prettier": "prettier --no-config --write ./dist/*.html"
},
"dependencies": {
"loglevel": "^1.6.8",
"loglevel": "^1.7.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-router-dom": "^5.2.0",
"semantic-ui-react": "0.88.2",
"semantic-ui-react": "1.2.1",
"typestyle": "2.0.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.11.0",
"@testing-library/react": "^10.4.5",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.0.2",
"@types/debug": "^4.1.5",
"@types/jest": "^26.0.4",
"@types/react": "^16.9.43",
"@types/jest": "^26.0.13",
"@types/react": "^16.9.49",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "6.0.0",
"@types/react-helmet": "6.1.0",
"@types/react-router-dom": "^5.1.5",
"@types/semantic-ui": "2.2.7",
"@types/webpack-dev-server": "^3.11.0",
"@typescript-eslint/eslint-plugin": "^3.6.0",
"@typescript-eslint/parser": "^3.6.0",
"@typescript-eslint/eslint-plugin": "^4.0.1",
"@typescript-eslint/parser": "^4.0.1",
"clean-webpack-plugin": "3.0.0",
"compression-webpack-plugin": "4.0.0",
"compression-webpack-plugin": "5.0.2",
"copyfiles": "^2.3.0",
"cross-env": "^7.0.2",
"css-loader": "3.6.0",
"eslint": "^7.4.0",
"fork-ts-checker-webpack-plugin": "5.0.7",
"css-loader": "4.2.2",
"eslint": "^7.8.1",
"fork-ts-checker-webpack-plugin": "5.1.0",
"html-webpack-harddisk-plugin": "1.0.2",
"html-webpack-plugin": "4.3.0",
"html-webpack-plugin": "4.4.1",
"html-webpack-template": "6.2.0",
"jest": "^26.1.0",
"jest": "^26.4.2",
"mkdirp": "^1.0.4",
"prettier": "^2.0.5",
"prettier": "^2.1.1",
"rimraf": "^3.0.2",
"style-loader": "1.2.1",
"ts-jest": "^26.1.1",
"ts-loader": "8.0.0",
"ts-node": "^8.10.2",
"ts-jest": "^26.3.0",
"ts-loader": "8.0.3",
"ts-node": "^9.0.0",
"tsconfig-paths": "^3.9.0",
"tsconfig-paths-webpack-plugin": "^3.2.0",
"tslib": "2.0.0",
"typescript": "3.9.6",
"webpack": "4.43.0",
"tsconfig-paths-webpack-plugin": "^3.3.0",
"tslib": "2.0.1",
"typescript": "4.0.2",
"webpack": "4.44.1",
"webpack-cli": "3.3.12",
"webpack-dev-server": "3.11.0",
"webpack-subresource-integrity": "^1.4.1"
Expand Down
Loading

0 comments on commit 0c9fdcc

Please sign in to comment.