Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Apr 8, 2020
1 parent 488b342 commit e98bb49
Show file tree
Hide file tree
Showing 8 changed files with 1,195 additions and 867 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,26 +12,26 @@
"devDependencies": {
"@types/jest": "24.0.15",
"@types/node": "12.12.6",
"@types/request-promise": "4.1.45",
"@typescript-eslint/eslint-plugin": "2.21.0",
"@typescript-eslint/eslint-plugin-tslint": "2.21.0",
"@typescript-eslint/parser": "2.21.0",
"aws-sdk": "2.625.0",
"@types/request-promise": "4.1.46",
"@typescript-eslint/eslint-plugin": "2.27.0",
"@typescript-eslint/eslint-plugin-tslint": "2.27.0",
"@typescript-eslint/parser": "2.27.0",
"aws-sdk": "2.656.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "14.0.0",
"eslint-config-prettier": "6.10.0",
"eslint-plugin-import": "2.20.1",
"eslint-config-airbnb-base": "14.1.0",
"eslint-config-prettier": "6.10.1",
"eslint-plugin-import": "2.20.2",
"eslint-plugin-prettier": "3.1.2",
"jest": "25.1.0",
"jest": "25.3.0",
"jest-extended": "0.11.5",
"lerna": "3.20.2",
"npm-normalize-package-bin": "1.0.1",
"prettier": "1.19.1",
"react": "16.12.0",
"ts-jest": "25.2.1",
"react": "16.13.1",
"ts-jest": "25.3.1",
"tslint": "5.20.1",
"tslint-plugin-prettier": "2.1.0",
"typescript": "3.8.2"
"tslint-plugin-prettier": "2.3.0",
"typescript": "3.8.3"
},
"workspaces": [
"packages/*"
Expand Down
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,17 +33,17 @@
"commander": "4.1.1",
"expose-loader": "^0.7.5",
"glob": "^7.1.6",
"inquirer": "7.0.4",
"inquirer": "7.1.0",
"memory-fs": "^0.5.0",
"mkdirp": "^0.5.1",
"request": "2.88.2",
"request-promise": "4.2.5",
"rimraf": "^2.6.3",
"typescript": "^3.7.3",
"util.promisify": "1.0.1",
"webpack": "4.41.6"
"webpack": "4.42.1"
},
"devDependencies": {
"@types/webpack": "4.41.6"
"@types/webpack": "4.41.10"
}
}
4 changes: 2 additions & 2 deletions packages/collector-base/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"@bojagi/types": "^0.4.0"
},
"devDependencies": {
"@types/webpack": "4.41.6",
"webpack": "4.41.6"
"@types/webpack": "4.41.10",
"webpack": "4.42.1"
},
"repository": {
"type": "git",
Expand Down
6 changes: 3 additions & 3 deletions packages/collector-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@
},
"dependencies": {
"@bojagi/collector-base": "^0.7.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react-test-renderer": "16.12.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-test-renderer": "16.13.1",
"react-testing-library": "8.0.1"
},
"bugs": {
Expand Down
4 changes: 2 additions & 2 deletions packages/collector-main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@bojagi/collector-base": "^0.7.0",
"glob": "^7.1.6",
"jsdom": "^16.0.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"react-test-renderer": "^16.12.0"
},
"bugs": {
Expand Down
14 changes: 7 additions & 7 deletions packages/integration-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
},
"dependencies": {
"@bojagi/cli": "^0.7.0",
"react": "16.12.0",
"react-dom": "16.12.0",
"react": "16.13.1",
"react-dom": "16.13.1",
"styled-components": "4.4.1"
},
"devDependencies": {
"@babel/core": "7.8.4",
"@babel/preset-env": "7.8.4",
"@babel/preset-react": "7.8.3",
"@babel/core": "7.9.0",
"@babel/preset-env": "7.9.5",
"@babel/preset-react": "7.9.4",
"@bojagi/cli": "^0.5.1",
"babel-loader": "8.0.6",
"babel-loader": "8.1.0",
"html-loader": "0.5.5",
"html-webpack-plugin": "3.2.0",
"webpack": "4.41.6",
"webpack": "4.42.1",
"webpack-cli": "3.3.11",
"webpack-dev-server": "3.10.3"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"access": "public"
},
"devDependencies": {
"@types/webpack": "4.41.6",
"webpack": "4.41.6"
"@types/webpack": "4.41.10",
"webpack": "4.42.1"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit e98bb49

Please sign in to comment.