Skip to content

Commit

Permalink
Merge pull request #23 from airbnb/deps-0106
Browse files Browse the repository at this point in the history
deps: Audit 2020-01-06
  • Loading branch information
milesj authored Jan 6, 2020
2 parents 4b75e03 + 86d20fb commit 412f1ef
Show file tree
Hide file tree
Showing 12 changed files with 310 additions and 277 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"devDependencies": {
"graphql": "^14.5.8",
"graphql-tag": "^2.10.1",
"lerna": "^3.19.0"
"lerna": "^3.20.2"
}
}
8 changes: 4 additions & 4 deletions packages/config-babel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
},
"dependencies": {
"@airbnb/nimbus-common": "^2.1.0",
"@babel/cli": "^7.7.5",
"@babel/core": "^7.7.5",
"@babel/cli": "^7.7.7",
"@babel/core": "^7.7.7",
"@babel/plugin-proposal-class-properties": "^7.7.4",
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.7.4",
"@babel/plugin-proposal-optional-catch-binding": "^7.7.4",
"@babel/plugin-proposal-optional-chaining": "^7.7.5",
"@babel/plugin-transform-react-jsx-self": "^7.7.4",
"@babel/plugin-transform-react-jsx-source": "^7.7.4",
"@babel/plugin-transform-runtime": "^7.7.6",
"@babel/preset-env": "^7.7.6",
"@babel/preset-env": "^7.7.7",
"@babel/preset-react": "^7.7.4",
"@babel/preset-typescript": "^7.7.4",
"@babel/preset-typescript": "^7.7.7",
"@beemo/core": "^1.1.1",
"@beemo/driver-babel": "^1.2.0",
"babel-plugin-graphql-tag": "^2.5.0",
Expand Down
4 changes: 2 additions & 2 deletions packages/config-danger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
"access": "public"
},
"devDependencies": {
"@types/node": "^12.12.17"
"@types/node": "^13.1.4"
},
"dependencies": {
"conventional-changelog-beemo": "^1.6.0",
"danger": "^9.2.9"
"danger": "^9.2.10"
}
}
14 changes: 7 additions & 7 deletions packages/config-eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,19 @@
"@airbnb/nimbus-common": "^2.1.0",
"@beemo/core": "^1.1.1",
"@beemo/driver-eslint": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^2.11.0",
"@typescript-eslint/parser": "^2.11.0",
"@typescript-eslint/eslint-plugin": "^2.15.0",
"@typescript-eslint/parser": "^2.15.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-prettier": "^6.7.0",
"eslint-config-prettier": "^6.9.0",
"eslint-plugin-import": "^2.19.1",
"eslint-plugin-jest": "^23.1.1",
"eslint-plugin-jest": "^23.3.0",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-react": "^7.17.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-unicorn": "^14.0.1"
"eslint-plugin-unicorn": "^15.0.1"
}
}
1 change: 1 addition & 0 deletions packages/config-eslint/src/presets/next.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ const config: ESLintConfig = {
'unicorn/prefer-exponentiation-operator': 'error',
'unicorn/prefer-flat-map': 'error',
'unicorn/prefer-includes': 'error',
'unicorn/prefer-modern-dom-apis': 'warn',
'unicorn/prefer-negative-index': 'warn',
'unicorn/prefer-node-append': 'error',
'unicorn/prefer-node-remove': 'error',
Expand Down
1 change: 1 addition & 0 deletions packages/config-eslint/src/presets/typescript.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ const config: ESLintConfig = {
'@typescript-eslint/no-misused-promises': 'error',
'@typescript-eslint/no-parameter-properties': 'error',
'@typescript-eslint/no-require-imports': 'error',
'@typescript-eslint/no-throw-literal': 'warn',
'@typescript-eslint/no-unused-vars': ['error', noUnused],
'@typescript-eslint/no-use-before-define': 'error',
'@typescript-eslint/prefer-for-of': 'error',
Expand Down
4 changes: 2 additions & 2 deletions packages/config-jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
"access": "public"
},
"devDependencies": {
"@types/jest": "^24.0.23"
"@types/jest": "^24.0.25"
},
"dependencies": {
"@airbnb/nimbus-common": "^2.1.0",
"@babel/core": "^7.7.5",
"@babel/core": "^7.7.7",
"@beemo/core": "^1.1.1",
"@beemo/driver-babel": "^1.2.0",
"@beemo/driver-jest": "^1.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/config-typescript/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@
"dependencies": {
"@beemo/core": "^1.1.1",
"@beemo/driver-typescript": "^1.3.0",
"typescript": "^3.7.3"
"typescript": "^3.7.4"
}
}
8 changes: 4 additions & 4 deletions packages/config-webpack/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"dependencies": {
"@airbnb/nimbus-common": "^2.1.0",
"@babel/core": "^7.7.5",
"@babel/core": "^7.7.7",
"@beemo/core": "^1.1.1",
"@beemo/driver-webpack": "^1.2.0",
"babel-loader": "^8.0.6",
Expand All @@ -32,12 +32,12 @@
"html-webpack-plugin": "^3.2.0",
"inline-manifest-webpack-plugin": "^4.0.2",
"is-docker": "^2.0.0",
"terser-webpack-plugin": "^2.2.3",
"terser-webpack-plugin": "^2.3.1",
"url-loader": "^3.0.0",
"webpack": "^4.41.2",
"webpack": "^4.41.5",
"webpack-bundle-analyzer": "^3.6.0",
"webpack-cli": "3.3.10",
"webpack-dev-server": "^3.9.0",
"webpack-dev-server": "^3.10.1",
"webpack-graphql-loader": "^1.0.2"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/nimbus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"chalk": "^3.0.0",
"check-node-version": "^4.0.2",
"conventional-changelog-beemo": "^1.6.0",
"edit-json-file": "^1.3.2",
"edit-json-file": "^1.4.0",
"enquirer": "^2.3.2",
"execa": "^3.3.0"
},
Expand Down
4 changes: 2 additions & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@
"path": "packages/nimbus-common"
}
],
"extends": "./tsconfig.options"
}
"extends": "./tsconfig.options.json"
}
Loading

0 comments on commit 412f1ef

Please sign in to comment.