-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e87f8e0
commit ca70e33
Showing
37 changed files
with
585 additions
and
596 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
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
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,68 +1,72 @@ | ||
{ | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"@talend/scripts-config-babel": "^13.2.0", | ||
"@talend/scripts-config-prettier": "^12.1.0", | ||
"@talend/scripts-core": "^16.2.0", | ||
"@talend/scripts-yarn-workspace": "^1.3.0", | ||
"cross-env": "^7.0.3", | ||
"cross-spawn": "^7.0.3", | ||
"eslint": "^8.53.0", | ||
"husky": "^8.0.3", | ||
"i18next-scanner": "^4.4.0", | ||
"lint-staged": "^13.3.0", | ||
"prettier": "^3.1.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^5.2.2" | ||
}, | ||
"scripts": { | ||
"postinstall": "talend-yarn-workspace run build:lib", | ||
"pre-release": "talend-yarn-workspace run pre-release", | ||
"start": "yarn workspace @talend/ui-playground run start", | ||
"start-storybook": "yarn workspace @talend/ui-storybook-one run start", | ||
"release": "yarn pre-release && yarn changeset publish", | ||
"lint-staged": "lint-staged", | ||
"lint": "cross-env WORKSPACE_RUN_FAIL=no-bail talend-yarn-workspace run lint", | ||
"lint-merge-report": "talend-scripts lint-merge-report", | ||
"test": "cross-env TZ=UTC talend-yarn-workspace run test --silent", | ||
"test:update": "cross-env TZ=UTC yarn workspaces run test --silent -u", | ||
"test:cov": "cross-env TZ=UTC talend-yarn-workspace run test:cov", | ||
"test:demo": "talend-yarn-workspace run test:demo", | ||
"test:cron": "talend-yarn-workspace run test:cron", | ||
"start-components": "yarn workspace @talend/react-components run start", | ||
"start-containers": "yarn workspace @talend/react-containers run start", | ||
"start-stepper": "yarn workspace @talend/react-stepper run start", | ||
"start-forms": "yarn workspace @talend/react-forms run start", | ||
"start-theme": "yarn workspace @talend/bootstrap-theme run start", | ||
"changelog": "git log --pretty=\"format:%C(bold green)%ad%C(reset) %s\" --date=short --color", | ||
"prepare": "husky install" | ||
}, | ||
"resolutions": { | ||
"**/cypress": "^12.17.4", | ||
"**/@types/react": "^18.2.7", | ||
"**/@types/react-dom": "^18.2.7", | ||
"**/i18next-scanner-typescript/typescript": "^5.0.4", | ||
"**/browser-sync-client/typescript": "^5.0.4", | ||
"**/vinyl-fs/glob-parent": "^5.1.2", | ||
"**/fast-glob/glob-parent": "^5.1.2", | ||
"**/trim": "^1.0.1", | ||
"**/x-default-browser": "^0.5.2", | ||
"**/reactour/prop-types": "^15.7.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Talend/ui.git" | ||
}, | ||
"version": "0.0.0", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*", | ||
"tools/*", | ||
"fork/*" | ||
], | ||
"lint-staged": { | ||
"*.{json,md,mdx,html,js,jsx,ts,tsx}": [ | ||
"prettier --write" | ||
] | ||
} | ||
"devDependencies": { | ||
"@changesets/cli": "^2.26.2", | ||
"@talend/scripts-config-babel": "^13.2.0", | ||
"@talend/scripts-config-prettier": "^12.1.0", | ||
"@talend/scripts-core": "^16.2.0", | ||
"@talend/scripts-yarn-workspace": "^1.3.0", | ||
"cross-env": "^7.0.3", | ||
"cross-spawn": "^7.0.3", | ||
"eslint": "^8.54.0", | ||
"husky": "^8.0.3", | ||
"i18next-scanner": "^4.4.0", | ||
"lint-staged": "^13.3.0", | ||
"prettier": "^3.1.0", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^5.0.4" | ||
}, | ||
"scripts": { | ||
"postinstall": "talend-yarn-workspace run build:lib", | ||
"pre-release": "talend-yarn-workspace run pre-release", | ||
"start": "yarn workspace @talend/ui-playground run start", | ||
"start-storybook": "yarn workspace @talend/ui-storybook-one run start", | ||
"release": "yarn pre-release && yarn changeset publish", | ||
"lint-staged": "lint-staged", | ||
"lint": "cross-env WORKSPACE_RUN_FAIL=no-bail talend-yarn-workspace run lint", | ||
"lint-merge-report": "talend-scripts lint-merge-report", | ||
"test": "cross-env TZ=UTC talend-yarn-workspace run test --silent", | ||
"test:update": "cross-env TZ=UTC yarn workspaces run test --silent -u", | ||
"test:cov": "cross-env TZ=UTC talend-yarn-workspace run test:cov", | ||
"test:demo": "talend-yarn-workspace run test:demo", | ||
"test:cron": "talend-yarn-workspace run test:cron", | ||
"start-components": "yarn workspace @talend/react-components run start", | ||
"start-containers": "yarn workspace @talend/react-containers run start", | ||
"start-stepper": "yarn workspace @talend/react-stepper run start", | ||
"start-forms": "yarn workspace @talend/react-forms run start", | ||
"start-theme": "yarn workspace @talend/bootstrap-theme run start", | ||
"changelog": "git log --pretty=\"format:%C(bold green)%ad%C(reset) %s\" --date=short --color", | ||
"prepare": "husky install" | ||
}, | ||
"resolutions": { | ||
"**/cypress": "^12.17.4", | ||
"**/@types/react": "^18.2.7", | ||
"**/@types/react-dom": "^18.2.7", | ||
"**/i18next-scanner-typescript/typescript": "^5.0.4", | ||
"**/browser-sync-client/typescript": "^5.0.4", | ||
"**/vinyl-fs/glob-parent": "^5.1.2", | ||
"**/fast-glob/glob-parent": "^5.1.2", | ||
"**/trim": "^1.0.1", | ||
"**/x-default-browser": "^0.5.2", | ||
"**/reactour/prop-types": "^15.7.2" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Talend/ui.git" | ||
}, | ||
"version": "0.0.0", | ||
"private": true, | ||
"workspaces": [ | ||
"packages/*", | ||
"tools/*", | ||
"fork/*" | ||
], | ||
"lint-staged": { | ||
"*.{json,md,mdx,html,js,jsx,ts,tsx}": [ | ||
"prettier --write" | ||
] | ||
}, | ||
"dependencies": { | ||
"@types/react": "^18.2.7", | ||
"@types/react-dom": "^18.2.7" | ||
} | ||
} |
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.