Skip to content

Commit

Permalink
add "@talend/scripts-config-typescript": "^11.1.0" in package having …
Browse files Browse the repository at this point in the history
…a tsconfig file
  • Loading branch information
smouillour committed Oct 12, 2023
1 parent fd29e1c commit c1b527b
Show file tree
Hide file tree
Showing 12 changed files with 42 additions and 81 deletions.
1 change: 1 addition & 0 deletions packages/cmf-cqrs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@testing-library/react-hooks": "^8.0.1",
"mock-socket": "^9.3.1",
"prop-types": "^15.8.1",
Expand Down
79 changes: 0 additions & 79 deletions packages/design-system/toto.cypress.config.js

This file was deleted.

1 change: 1 addition & 0 deletions packages/design-tokens/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/babel-plugin-import-from-index": "^1.5.1",
"@talend/babel-plugin-assets-api": "^1.1.0",
"typeface-source-sans-pro": "^1.1.13"
Expand Down
1 change: 1 addition & 0 deletions packages/flow-designer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"@talend/babel-plugin-import-from-index": "^1.5.1",
"@talend/babel-plugin-assets-api": "^1.1.0",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@types/d3": "^7.4.0",
"@types/enzyme": "^3.10.13",
Expand Down
1 change: 1 addition & 0 deletions packages/forms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@
"@talend/react-components": "^11.4.0",
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^14.5.1",
Expand Down
1 change: 1 addition & 0 deletions packages/http/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"fetch-mock": "^9.11.0",
"node-fetch": "^2.7.0",
"react": "^17.0.2",
Expand Down
3 changes: 2 additions & 1 deletion packages/jsfc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/babel-plugin-import-from-index":"^1.5.1",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/babel-plugin-import-from-index": "^1.5.1",
"@talend/babel-plugin-assets-api": "^1.1.0",
"@types/chai": "^3.5.2",
"@types/node": "^6.14.13",
Expand Down
1 change: 1 addition & 0 deletions packages/stepper/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"@talend/icons": "^6.60.1",
"@talend/scripts-config-prettier": "^12.0.0",
"@talend/scripts-config-react-webpack": "^16.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/scripts-core": "^15.0.0",
"@trivago/prettier-plugin-sort-imports": "^3.4.0",
"i18next": "^20.6.1",
Expand Down
3 changes: 2 additions & 1 deletion packages/storybook-docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"react": "^17.0.2"
},
"devDependencies": {
"@talend/scripts-core": "^15.0.0"
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-typescript": "^11.1.0"
}
}
1 change: 1 addition & 0 deletions packages/storybook-one/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
"@talend/locales-tui-faceted-search": "^8.1.0",
"@talend/locales-tui-forms": "^9.0.1",
"@talend/scripts-config-storybook-lib": "^5.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@talend/scripts-core": "^15.0.0",
"@types/react": "^17.0.62",
"i18next": "^20.6.1",
Expand Down
1 change: 1 addition & 0 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
},
"devDependencies": {
"@talend/scripts-core": "^15.0.0",
"@talend/scripts-config-typescript": "^11.1.0",
"@types/date-fns": "^0.0.2",
"cross-env": "^7.0.3"
},
Expand Down
30 changes: 30 additions & 0 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c1b527b

Please sign in to comment.