Skip to content

Commit

Permalink
[eslint-config] Bump dependencies (#7681)
Browse files Browse the repository at this point in the history
### Summary & Motivation

Keeping things up to date.

### How I Tested These Changes

Buildkite
  • Loading branch information
hellendag committed May 2, 2022
1 parent 7b54c30 commit c6ff832
Show file tree
Hide file tree
Showing 6 changed files with 135 additions and 103 deletions.
2 changes: 1 addition & 1 deletion js_modules/dagit/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-webpack-plugin": "3.1.1",
"prettier": "2.2.1",
"source-map-explorer": "^2.5.0",
"typescript": "^4.5.4"
"typescript": "^4.6.4"
},
"scripts": {
"start": "react-scripts start",
Expand Down
2 changes: 1 addition & 1 deletion js_modules/dagit/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
"styled-components": "^5.3.3",
"ts-node": "9.1.1",
"ts-prune": "0.8.9",
"typescript": "4.5.4"
"typescript": "^4.6.4"
},
"babelMacros": {},
"browserslist": [
Expand Down
4 changes: 4 additions & 0 deletions js_modules/dagit/packages/eslint-config/CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.3 (May 2, 2022)

- Bump dependencies

## 1.0.2 (April 13, 2022)

- Enable `object-shorthand`
Expand Down
12 changes: 6 additions & 6 deletions js_modules/dagit/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dagster-io/eslint-config",
"version": "1.0.2",
"version": "1.0.3",
"description": "Shared eslint configuration for @dagster-io",
"license": "Apache-2.0",
"main": "index.js",
Expand All @@ -12,14 +12,14 @@
"prettier": "2.2.1"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "5.8.0",
"@typescript-eslint/parser": "5.8.0",
"eslint-config-prettier": "8.3.0",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "7.27.1",
"eslint-plugin-react-hooks": "4.3.0"
"eslint-plugin-react": "7.29.4",
"eslint-plugin-react-hooks": "4.5.0"
},
"devDependencies": {
"eslint": "^8.6.0",
Expand Down
4 changes: 2 additions & 2 deletions js_modules/dagit/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"@babel/preset-env": "^7.16.7",
"@babel/preset-react": "^7.16.7",
"@babel/preset-typescript": "^7.16.7",
"@dagster-io/eslint-config": "1.0.2",
"@dagster-io/eslint-config": "1.0.3",
"@mdx-js/react": "^1.6.22",
"@rollup/plugin-babel": "^5.3.1",
"@rollup/plugin-commonjs": "^21.0.3",
Expand Down Expand Up @@ -85,7 +85,7 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-styles": "^4.0.0",
"typescript": "^4.5.4"
"typescript": "^4.6.4"
},
"browserslist": {
"production": [
Expand Down

1 comment on commit c6ff832

@vercel
Copy link

@vercel vercel bot commented on c6ff832 May 2, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

dagit-storybook – ./js_modules/dagit/packages/ui

dagit-storybook-elementl.vercel.app
dagit-storybook.vercel.app
dagit-storybook-git-master-elementl.vercel.app

Please sign in to comment.