-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Carina Ursu <[email protected]>
- Loading branch information
1 parent
6b9861d
commit 29aa9ec
Showing
70 changed files
with
5,411 additions
and
10,450 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,45 @@ | ||
# nmHoistingLimits: dependencies | ||
############################################################################################ | ||
############################################################################################ | ||
############################################################################################ | ||
############# To see current config and options: ########################################### | ||
############# % yarn config -v ########################################### | ||
############################################################################################ | ||
############################################################################################ | ||
############################################################################################ | ||
|
||
nodeLinker: node-modules | ||
|
||
npmRegistries: | ||
"https://registry.npmjs.org/": | ||
npmAuthToken: NPM_AUTH_TOKEN | ||
yarnPath: .yarn/releases/yarn-3.2.1.cjs | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-interactive-tools.cjs | ||
spec: "@yarnpkg/plugin-interactive-tools" | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" | ||
|
||
yarnPath: .yarn/releases/yarn-3.2.1.cjs | ||
# nmHoistingLimits: workspaces | ||
|
||
nodeLinker: node-modules | ||
nmSelfReferences: false | ||
nmMode: hardlinks-global | ||
|
||
# lanuage | ||
defaultLanguageName: "node" | ||
|
||
pnpEnableInlining: true | ||
|
||
# changeset | ||
changesetBaseRefs: | ||
- "master" | ||
- "origin/master" | ||
- "upstream/master" | ||
changesetIgnorePatterns: | ||
- "**/*.test.{js,ts}" | ||
|
||
enableTransparentWorkspaces: false | ||
|
||
# ui | ||
enableColors: true | ||
enableMessageNames: true | ||
|
||
npmRegistries: | ||
"https://registry.npmjs.org/": | ||
npmAuthToken: NPM_AUTH_TOKEN |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,12 +15,12 @@ | |
}, | ||
"scripts": { | ||
"postinstall": "husky install", | ||
"build:pack": "yarn workspaces foreach -vit --include '{@flyteoss/flyteidl,@flyteoss/ui-atoms,@flyteoss/common,@flyteoss/locale,@flyteoss/flyte-api,@flyteoss/components,@flyteoss/console}' run build", | ||
"build:pack": "yarn workspaces foreach -vit --include '{@flyteoss/flyteidl,@flyteoss/flyte-api,@flyteoss/ui-atoms,@flyteoss/common,@flyteoss/locale,@flyteoss/flyte-api,@flyteoss/components,@flyteoss/console}' run build", | ||
"clean": "yarn workspace @flyteconsole/client-app clean", | ||
"start": "yarn workspace @flyteconsole/client-app start", | ||
"gen:ssl": "make generate_ssl", | ||
"start:prod": "yarn workspace @flyteconsole/client-app start:prod", | ||
"build:prod": "yarn build:pack && yarn workspace @flyteconsole/client-app build:prod", | ||
"build:prod": "yarn workspace @flyteconsole/client-app build:prod", | ||
"build:storybook": "build-storybook", | ||
"generate:package": "yarn workspace @flyteconsole/generator start", | ||
"lint": "eslint . --ext .js,.jsx,.ts,.tsx", | ||
|
@@ -49,31 +49,28 @@ | |
] | ||
}, | ||
"dependencies": { | ||
"@types/morgan": "^1.9.3", | ||
"@types/react": "^16.9.34", | ||
"@types/react-dom": "^16.9.7", | ||
"babel-loader": "^8.2.5", | ||
"babel-polyfill": "^6.26.0", | ||
"chalk": "^2.0.1", | ||
"compression-webpack-plugin": "^9.2.0", | ||
"cookie-parser": "^1.4.3", | ||
"copy-webpack-plugin": "^11.0.0", | ||
"dotenv": "^5.0.1", | ||
"express": "^4.14.0", | ||
"express-static-gzip": "^0.3.2", | ||
"fork-ts-checker-webpack-plugin": "^7.2.1", | ||
"html-webpack-plugin": "^5.5.0", | ||
"husky": "^8.0.2", | ||
"morgan": "^1.8.2", | ||
"morgan": "^1.10.0", | ||
"node-polyfill-webpack-plugin": "^2.0.1", | ||
"react": "^16.13.1", | ||
"react-dom": "^16.13.1", | ||
"react-hot-loader": "^4.1.2", | ||
"react-router": "^5.3.4", | ||
"react-router-dom": "^5.3.4", | ||
"ts-loader": "^9.2.6", | ||
"ts-node": "^8.0.2", | ||
"tsc-alias": "^1.7.0", | ||
"tslib": "^2.4.1", | ||
"typescript": "^4.9.4", | ||
"use-react-router": "^1.0.7", | ||
"wait-on": "^6.0.1", | ||
"webpack": "^5.68.0", | ||
"webpack-cli": "^4.9.2", | ||
|
@@ -87,7 +84,6 @@ | |
"@babel/preset-env": "~7.16.11", | ||
"@commitlint/cli": "^17.3.0", | ||
"@commitlint/config-conventional": "^17.3.0", | ||
"@flyteorg/flyteidl": "^1.3.0", | ||
"@material-ui/core": "^4.2.0", | ||
"@material-ui/icons": "^4.2.1", | ||
"@semantic-release/changelog": "^5.0.1", | ||
|
@@ -109,6 +105,7 @@ | |
"@testing-library/react-hooks": "^7.0.2", | ||
"@typescript-eslint/eslint-plugin": "^5.47.0", | ||
"@typescript-eslint/parser": "^5.47.0", | ||
"babel-loader": "^8.2.5", | ||
"eslint": "^8.11.0", | ||
"eslint-config-airbnb": "^19.0.4", | ||
"eslint-config-prettier": "^8.5.0", | ||
|
@@ -134,7 +131,8 @@ | |
"@babel/preset-env": "~7.16.11", | ||
"@babel/preset-react": "~7.16.7", | ||
"@babel/preset-typescript": "~7.16.7", | ||
"minimist": "1.2.6" | ||
"minimist": "1.2.6", | ||
"@types/react": "16.14.34" | ||
}, | ||
"packageManager": "[email protected]" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "lib", | ||
"paths": {} | ||
}, | ||
// reset references, we are using npmjs published packages in prod. | ||
"references": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"extends": "./tsconfig.json", | ||
"compilerOptions": { | ||
"outDir": "lib", | ||
"paths": {} | ||
}, | ||
// reset references, we are using npmjs published packages in prod. | ||
"references": [] | ||
} |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.