Skip to content

Commit

Permalink
chore(deps): update all major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Jan 18, 2020
1 parent c167cd0 commit 743187f
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
20 changes: 10 additions & 10 deletions package.json
Expand Up @@ -14,7 +14,7 @@
"@types/babel-core": "6.25.6",
"@types/babel__core": "7.1.1",
"@types/dotenv-webpack": "1.7.0",
"@types/eslint": "4.16.6",
"@types/eslint": "6.1.3",
"@types/eslint-plugin-prettier": "2.2.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/jest": "24.0.11",
Expand All @@ -27,18 +27,18 @@
"@types/webpack-dev-server": "3.1.5",
"@types/webpack-merge": "4.1.4",
"@types/workbox-webpack-plugin": "4.1.0",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"@typescript-eslint/typescript-estree": "1.9.0",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"@typescript-eslint/typescript-estree": "2.16.0",
"autoprefixer": "9.5.0",
"babel-core": "6.26.3",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-preset-es2015": "6.24.1",
"css-loader": "2.1.1",
"css-loader": "3.4.2",
"dotenv-webpack": "1.7.0",
"eslint": "5.16.0",
"eslint-config-prettier": "4.2.0",
"eslint": "6.8.0",
"eslint-config-prettier": "6.9.0",
"eslint-plugin-prettier": "3.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
Expand All @@ -48,9 +48,9 @@
"postcss-loader": "3.0.0",
"prettier": "1.17.1",
"resolve-url-loader": "3.1.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"rimraf": "3.0.0",
"sass-loader": "8.0.2",
"style-loader": "1.1.3",
"ts-jest": "24.0.0",
"ts-loader": "6.0.0",
"typescript": "3.4.5",
Expand Down
12 changes: 6 additions & 6 deletions packages/react-image-edit/package.json
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"styled-components": "4.2.0"
"styled-components": "5.0.0"
},
"peerDependencies": {
"image-edit": "0.2.5"
Expand All @@ -41,15 +41,15 @@
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"@types/styled-components": "4.1.12",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"@typescript-eslint/typescript-estree": "1.9.0",
"@typescript-eslint/eslint-plugin": "2.16.0",
"@typescript-eslint/parser": "2.16.0",
"@typescript-eslint/typescript-estree": "2.16.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.13.0",
"enzyme-to-json": "3.3.5",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "1.6.0",
"jest-styled-components": "6.3.1",
"eslint-plugin-react-hooks": "2.3.0",
"jest-styled-components": "7.0.0",
"typescript-styled-plugin": "0.14.0"
}
}

0 comments on commit 743187f

Please sign in to comment.