diff --git a/package.json b/package.json index c7a270c..6e62b66 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.0.1", + "workbox-sw": "5.0.0" }, "devDependencies": { "@babel/polyfill": "7.4.4", @@ -36,13 +36,13 @@ "@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.1.2", "@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/react-router-dom": "5.1.3", "@types/styled-components": "4.1.14", "@types/workbox-sw": "4.2.0", "@typescript-eslint/eslint-plugin": "2.0.0", @@ -66,22 +66,22 @@ "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", + "favicons-webpack-plugin": "3.0.1", "html-loader": "0.5.5", "html-webpack-plugin": "3.2.0", - "jest": "24.8.0", - "jest-styled-components": "6.3.1", + "jest": "25.1.0", + "jest-styled-components": "7.0.0", "node-sass": "4.12.0", "postcss-loader": "3.0.0", "prettier": "1.18.2", "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-jest": "25.2.0", "ts-loader": "6.0.4", "tsconfig-paths-webpack-plugin": "3.2.0", "typescript": "3.5.3", @@ -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.0.0" } }