diff --git a/package.json b/package.json index c7a270c4..827ae9a3 100644 --- a/package.json +++ b/package.json @@ -25,8 +25,8 @@ "react-dom": "16.9.0", "react-helmet": "6.0.0-beta", "react-router-dom": "5.0.0", - "styled-components": "4.3.2", - "workbox-sw": "4.3.1" + "styled-components": "5.1.0", + "workbox-sw": "5.1.3" }, "devDependencies": { "@babel/polyfill": "7.4.4", @@ -36,14 +36,14 @@ "@types/enzyme": "3.10.3", "@types/enzyme-adapter-react-16": "1.0.5", "@types/express": "4.17.0", - "@types/jest": "24.0.12", + "@types/jest": "25.2.1", "@types/node": "10.14.6", "@types/react": "16.9.1", "@types/react-cache": "2.0.1", "@types/react-dom": "16.8.4", "@types/react-helmet": "5.0.8", - "@types/react-router-dom": "4.3.3", - "@types/styled-components": "4.1.14", + "@types/react-router-dom": "5.1.4", + "@types/styled-components": "5.1.0", "@types/workbox-sw": "4.2.0", "@typescript-eslint/eslint-plugin": "2.0.0", "@typescript-eslint/parser": "2.0.0", @@ -62,27 +62,27 @@ "enzyme-to-json": "3.4.0", "eslint": "6.1.0", "eslint-config-prettier": "6.0.0", - "eslint-loader": "3.0.0", + "eslint-loader": "4.0.2", "eslint-plugin-prettier": "3.1.0", "eslint-plugin-react": "7.14.3", - "eslint-plugin-react-hooks": "2.0.1", - "favicons-webpack-plugin": "1.0.1", - "html-loader": "0.5.5", - "html-webpack-plugin": "3.2.0", - "jest": "24.8.0", - "jest-styled-components": "6.3.1", + "eslint-plugin-react-hooks": "3.0.0", + "favicons-webpack-plugin": "3.0.1", + "html-loader": "1.1.0", + "html-webpack-plugin": "4.2.0", + "jest": "25.4.0", + "jest-styled-components": "7.0.2", "node-sass": "4.12.0", "postcss-loader": "3.0.0", - "prettier": "1.18.2", + "prettier": "2.0.5", "resolve-url-loader": "3.1.0", "rimraf": "3.0.0", - "sass-loader": "7.2.0", + "sass-loader": "8.0.2", "style-loader": "1.0.0", "svg-sprite-loader": "4.1.3", "svgo": "1.3.0", "svgo-loader": "2.2.0", - "ts-jest": "24.0.2", - "ts-loader": "6.0.4", + "ts-jest": "25.4.0", + "ts-loader": "7.0.1", "tsconfig-paths-webpack-plugin": "3.2.0", "typescript": "3.5.3", "typescript-styled-plugin": "0.14.0", @@ -94,6 +94,6 @@ "webpack-manifest-plugin": "2.0.4", "webpack-merge": "4.2.1", "webpack-node-externals": "1.7.2", - "workbox-webpack-plugin": "4.3.1" + "workbox-webpack-plugin": "5.1.3" } }