Skip to content

Commit

Permalink
Merge pull request #59 from kmkzt/renovate/all-minor-dependencies
Browse files Browse the repository at this point in the history
chore(deps): update all minor dependencies
  • Loading branch information
kmkzt committed May 15, 2019
2 parents 3f1721e + 5dd5889 commit c167cd0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 23 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@
"@babel/polyfill": "7.4.0",
"@babel/preset-env": "7.4.1",
"@babel/preset-typescript": "7.3.3",
"@types/autoprefixer": "9.4.0",
"@types/autoprefixer": "9.5.0",
"@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-plugin-prettier": "2.2.0",
"@types/html-webpack-plugin": "3.2.0",
"@types/jest": "24.0.11",
"@types/node": "11.11.4",
"@types/node": "11.13.10",
"@types/node-sass": "4.11.0",
"@types/prettier": "1.16.2",
"@types/rimraf": "2.0.2",
Expand All @@ -27,39 +27,39 @@
"@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.4.2",
"@typescript-eslint/parser": "1.4.2",
"@typescript-eslint/typescript-estree": "1.4.2",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"@typescript-eslint/typescript-estree": "1.9.0",
"autoprefixer": "9.5.0",
"babel-core": "6.26.3",
"babel-jest": "24.5.0",
"babel-jest": "24.8.0",
"babel-loader": "8.0.5",
"babel-preset-es2015": "6.24.1",
"css-loader": "2.1.1",
"dotenv-webpack": "1.7.0",
"eslint": "5.15.3",
"eslint-config-prettier": "4.1.0",
"eslint-plugin-prettier": "3.0.1",
"eslint": "5.16.0",
"eslint-config-prettier": "4.2.0",
"eslint-plugin-prettier": "3.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"jest": "24.5.0",
"node-sass": "4.11.0",
"jest": "24.8.0",
"node-sass": "4.12.0",
"npm-run-all": "4.1.5",
"postcss-loader": "3.0.0",
"prettier": "1.16.4",
"resolve-url-loader": "3.0.1",
"prettier": "1.17.1",
"resolve-url-loader": "3.1.0",
"rimraf": "2.6.3",
"sass-loader": "7.1.0",
"style-loader": "0.23.1",
"ts-jest": "24.0.0",
"ts-loader": "6.0.0",
"typescript": "3.3.4000",
"typescript": "3.4.5",
"uglifyjs-webpack-plugin": "2.1.2",
"webpack": "4.29.6",
"webpack": "4.31.0",
"webpack-cli": "3.3.0",
"webpack-dev-server": "3.2.1",
"webpack-dev-server": "3.3.1",
"webpack-merge": "4.2.1",
"workbox-webpack-plugin": "4.1.1",
"workbox-webpack-plugin": "4.3.1",
"worker-loader": "2.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/react-image-edit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"dependencies": {
"react": "16.8.4",
"react-dom": "16.8.4",
"styled-components": "4.1.3"
"styled-components": "4.2.0"
},
"peerDependencies": {
"image-edit": "0.2.5"
Expand All @@ -41,14 +41,14 @@
"@types/react": "16.8.8",
"@types/react-dom": "16.8.2",
"@types/styled-components": "4.1.12",
"@typescript-eslint/eslint-plugin": "1.4.2",
"@typescript-eslint/parser": "1.4.2",
"@typescript-eslint/typescript-estree": "1.4.2",
"@typescript-eslint/eslint-plugin": "1.9.0",
"@typescript-eslint/parser": "1.9.0",
"@typescript-eslint/typescript-estree": "1.9.0",
"enzyme": "3.9.0",
"enzyme-adapter-react-16": "1.11.2",
"enzyme-adapter-react-16": "1.13.0",
"enzyme-to-json": "3.3.5",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "1.5.1",
"eslint-plugin-react-hooks": "1.6.0",
"jest-styled-components": "6.3.1",
"typescript-styled-plugin": "0.14.0"
}
Expand Down

0 comments on commit c167cd0

Please sign in to comment.