Skip to content

Commit

Permalink
[dagit] Clean up some yarn peer deps (#8108)
Browse files Browse the repository at this point in the history
  • Loading branch information
hellendag committed May 31, 2022
1 parent 18624a9 commit f921f04
Show file tree
Hide file tree
Showing 6 changed files with 1,044 additions and 94 deletions.
46 changes: 23 additions & 23 deletions js_modules/dagit/.yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,59 +3,59 @@ nmHoistingLimits: none
nodeLinker: node-modules

packageExtensions:
"@blueprintjs/popover2@*":
'@blueprintjs/popover2@*':
peerDependencies:
react-dom: "*"
"@endemolshinegroup/cosmiconfig-typescript-loader@*":
react-dom: '*'
'@endemolshinegroup/cosmiconfig-typescript-loader@*':
dependencies:
typescript: "*"
"@mdx-js/loader@*":
typescript: '*'
'@mdx-js/loader@*':
peerDependencies:
react: "*"
react: '*'
apollo-codegen-flow@*:
dependencies:
graphql: "*"
graphql: '*'
apollo-codegen-scala@*:
dependencies:
graphql: "*"
graphql: '*'
apollo-codegen-swift@*:
dependencies:
graphql: "*"
graphql: '*'
apollo-codegen-typescript@*:
dependencies:
graphql: "*"
graphql: '*'
apollo-link-context@*:
peerDependencies:
graphql: "*"
graphql: '*'
apollo-link-error@*:
peerDependencies:
graphql: "*"
graphql: '*'
babel-plugin-graphql-tag@*:
dependencies:
graphql: "*"
graphql: '*'
eslint-module-utils@*:
dependencies:
eslint-import-resolver-node: "*"
eslint-import-resolver-node: '*'
eslint-plugin-prettier@*:
dependencies:
eslint-config-prettier: "*"
eslint-config-prettier: '*'
graphql.macro@*:
dependencies:
"@babel/core": "*"
"@babel/runtime": "*"
graphql: "*"
'@babel/core': '*'
'@babel/runtime': '*'
graphql: '*'
react-dev-utils@*:
peerDependencies:
typescript: "*"
webpack: "*"
typescript: '*'
webpack: '*'
styled-components@*:
dependencies:
babel-plugin-macros: "*"
babel-plugin-macros: '*'

plugins:
- path: .yarn/plugins/@yarnpkg/plugin-typescript.cjs
spec: "@yarnpkg/plugin-typescript"
spec: '@yarnpkg/plugin-typescript'
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs
spec: "@yarnpkg/plugin-interactive-tools"
spec: '@yarnpkg/plugin-interactive-tools'

yarnPath: .yarn/releases/yarn-3.1.1.cjs
9 changes: 5 additions & 4 deletions js_modules/dagit/packages/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,26 @@
"graphql": "^15.5.0",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-is": "^17.0.2",
"react-router": "^5.2.1",
"react-router-dom": "^5.3.0",
"styled-components": "^5.3.3",
"web-vitals": "^2.1.3"
},
"devDependencies": {
"@dagster-io/eslint-config": "workspace:*",
"@dagster-io/react-scripts": "5.0.3",
"@testing-library/jest-dom": "^5.16.1",
"@testing-library/react": "^12.1.2",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^27.4.0",
"@types/node": "^16.11.20",
"@types/react": "17.0.4",
"@types/react-dom": "^17.0.11",
"eslint": "8.7.0",
"eslint-plugin-jest": "^26.4.6",
"eslint-webpack-plugin": "3.1.1",
"prettier": "2.2.1",
"source-map-explorer": "^2.5.0",
"typescript": "^4.6.4"
"typescript": "^4.6.4",
"webpack": "^5.0.0"
},
"scripts": {
"start": "react-scripts start",
Expand Down
8 changes: 5 additions & 3 deletions js_modules/dagit/packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"react-codemirror2": "^7.2.1",
"react-is": "^17.0.2",
"react-virtualized": "^9.22.3",
"remark": "13.x",
"remark": "^13.0.0",
"remark-gfm": "1.0.0",
"remark-plain-text": "^0.2.0",
"subscriptions-transport-ws": "^0.9.15",
Expand Down Expand Up @@ -116,10 +116,11 @@
"babel-plugin-graphql-tag": "^2.5.0",
"babel-plugin-macros": "^2.8.0",
"child-process": "^1.0.2",
"eslint": "8.5.0",
"eslint": "^8.6.0",
"eslint-plugin-graphql": "4.0.0",
"eslint-plugin-storybook": "^0.5.5",
"faker": "5.5.3",
"graphql-tag": "^2.10.1",
"graphql.macro": "^1.4.2",
"identity-obj-proxy": "^3.0.0",
"jest": "^26.6.3",
Expand All @@ -134,7 +135,8 @@
"styled-components": "^5.3.3",
"ts-node": "9.1.1",
"ts-prune": "0.8.9",
"typescript": "^4.6.4"
"typescript": "^4.6.4",
"webpack": "^5.0.0"
},
"babelMacros": {},
"browserslist": [
Expand Down
4 changes: 3 additions & 1 deletion js_modules/dagit/packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,9 @@
"devDependencies": {
"@types/jest": "^27.5.1",
"eslint": "^8.6.0",
"jest": "^28.1.0",
"prettier": "2.2.1",
"ts-jest": "^28.0.3"
"ts-jest": "^28.0.3",
"typescript": "4.6.4"
}
}
5 changes: 3 additions & 2 deletions js_modules/dagit/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"deepmerge": "^4.2.2",
"react-markdown": "6.0.3",
"react-markdown": "^6.0.3",
"react-virtualized": "^9.22.3",
"remark-gfm": "1.0.0"
},
Expand Down Expand Up @@ -85,7 +85,8 @@
"rollup-plugin-node-globals": "^1.4.0",
"rollup-plugin-polyfill-node": "^0.8.0",
"rollup-plugin-styles": "^4.0.0",
"typescript": "^4.6.4"
"typescript": "^4.6.4",
"webpack": "^5.0.0"
},
"browserslist": {
"production": [
Expand Down

1 comment on commit f921f04

@vercel
Copy link

@vercel vercel bot commented on f921f04 May 31, 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.vercel.app
dagit-storybook-git-master-elementl.vercel.app
dagit-storybook-elementl.vercel.app

Please sign in to comment.