From 18022ee16c38c93c891ee6cafff904708cf8b844 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Wed, 1 Jul 2020 12:48:21 +0000 Subject: [PATCH] chore(deps): update all major dependencies --- package.json | 50 +++++++++++++++++++++++++------------------------- 1 file changed, 25 insertions(+), 25 deletions(-) diff --git a/package.json b/package.json index c7a270c4..8c319a7a 100644 --- a/package.json +++ b/package.json @@ -18,15 +18,15 @@ "dependencies": { "es6-promise": "4.2.6", "express": "4.17.1", - "history": "4.9.0", + "history": "5.0.0", "isomorphic-fetch": "2.2.1", "polished": "3.4.1", "react": "16.9.0", "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.1", + "workbox-sw": "5.1.3" }, "devDependencies": { "@babel/polyfill": "7.4.4", @@ -36,53 +36,53 @@ "@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": "26.0.3", "@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-helmet": "6.0.0", + "@types/react-router-dom": "5.1.5", + "@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", - "@typescript-eslint/typescript-estree": "2.0.0", + "@typescript-eslint/eslint-plugin": "3.5.0", + "@typescript-eslint/parser": "3.5.0", + "@typescript-eslint/typescript-estree": "3.5.0", "autoprefixer": "9.6.1", "babel-core": "6.26.3", "babel-loader": "8.0.5", "babel-plugin-graphql-tag": "2.4.0", "babel-plugin-styled-components": "1.10.0", "clean-webpack-plugin": "3.0.0", - "copy-webpack-plugin": "5.0.3", + "copy-webpack-plugin": "6.0.3", "css-loader": "3.2.0", "dotenv-webpack": "1.7.0", "enzyme": "3.10.0", "enzyme-adapter-react-16": "1.14.0", "enzyme-to-json": "3.4.0", - "eslint": "6.1.0", + "eslint": "7.3.1", "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": "4.0.5", + "favicons-webpack-plugin": "3.0.1", + "html-loader": "1.1.0", + "html-webpack-plugin": "4.3.0", + "jest": "26.1.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", + "svg-sprite-loader": "5.0.0", "svgo": "1.3.0", "svgo-loader": "2.2.0", - "ts-jest": "24.0.2", - "ts-loader": "6.0.4", + "ts-jest": "26.1.1", + "ts-loader": "7.0.5", "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" } }