-
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.
fix: old ui-scripts 10.x release => 11.x
- Loading branch information
1 parent
4782293
commit e1e5c74
Showing
17 changed files
with
111 additions
and
19 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-config-babel", | ||
"description": "Babel configuration for @talend/scripts-core", | ||
"version": "9.9.1", | ||
"version": "11.0.0", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-config-eslint", | ||
"description": "Eslint configuration for @talend/scripts-core", | ||
"version": "9.9.3", | ||
"version": "11.0.0", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-config-jest", | ||
"description": "Jest configuration for @talend/scripts-core", | ||
"version": "11.2.1", | ||
"version": "11.2.3", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[email protected]>", | ||
|
@@ -21,7 +21,7 @@ | |
"react": ">= 16.14.0 < 18.0.0" | ||
}, | ||
"dependencies": { | ||
"@talend/scripts-config-babel": "^9.9.1", | ||
"@talend/scripts-config-babel": "^11.0.0", | ||
"@testing-library/jest-dom": "^5.16.4", | ||
"@types/jest": "^28.1.6", | ||
"@wojtekmaj/enzyme-adapter-react-17": "^0.6.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
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,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-config-react-webpack", | ||
"description": "Webpack configuration for @talend/scripts-core", | ||
"version": "13.3.1", | ||
"version": "13.3.3", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[email protected]>", | ||
|
@@ -19,7 +19,7 @@ | |
"dependencies": { | ||
"@sentry/webpack-plugin": "^1.18.9", | ||
"@talend/react-cmf-webpack-plugin": "^6.36.9", | ||
"@talend/scripts-config-babel": "^9.9.1", | ||
"@talend/scripts-config-babel": "^11.0.0", | ||
"@talend/scripts-config-cdn": "^10.5.4", | ||
"@talend/scripts-utils": "^1.0.0", | ||
"@welldone-software/why-did-you-render": "^7.0.1", | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-config-typescript", | ||
"description": "Typescript configuration for @talend/scripts-core", | ||
"version": "9.11.2", | ||
"version": "11.0.0", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-preset-react-lib", | ||
"description": "Preset for talend/scripts-core", | ||
"version": "12.0.1", | ||
"version": "12.0.2", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[email protected]>", | ||
|
@@ -17,15 +17,15 @@ | |
"test": "echo \"Nothing to test\"" | ||
}, | ||
"dependencies": { | ||
"@talend/scripts-config-babel": "^9.9.1", | ||
"@talend/scripts-config-babel": "^11.0.0", | ||
"@talend/scripts-config-cdn": "^10.5.3", | ||
"@talend/scripts-config-eslint": "^9.9.3", | ||
"@talend/scripts-config-eslint": "^11.0.0", | ||
"@talend/scripts-config-jest": "^11.1.0", | ||
"@talend/scripts-config-prettier": "^9.7.1", | ||
"@talend/scripts-config-prettier": "^11.0.0", | ||
"@talend/scripts-config-react-webpack": "^13.2.0", | ||
"@talend/scripts-config-storybook-lib": "^2.0.1", | ||
"@talend/scripts-config-stylelint": "^1.0.2", | ||
"@talend/scripts-config-typescript": "^9.11.2" | ||
"@talend/scripts-config-typescript": "^11.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|
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,7 +1,7 @@ | ||
{ | ||
"name": "@talend/scripts-preset-react", | ||
"description": "Preset for talend/scripts-core", | ||
"version": "13.0.1", | ||
"version": "13.0.2", | ||
"license": "Apache-2.0", | ||
"main": "index.js", | ||
"author": "Talend Frontend <[email protected]>", | ||
|
@@ -17,15 +17,15 @@ | |
"test": "echo \"Nothing to test\"" | ||
}, | ||
"dependencies": { | ||
"@talend/scripts-config-babel": "^9.9.1", | ||
"@talend/scripts-config-babel": "^11.0.0", | ||
"@talend/scripts-config-cdn": "^10.5.3", | ||
"@talend/scripts-config-eslint": "^9.9.3", | ||
"@talend/scripts-config-eslint": "^11.0.0", | ||
"@talend/scripts-config-jest": "^11.1.0", | ||
"@talend/scripts-config-prettier": "^9.7.1", | ||
"@talend/scripts-config-prettier": "^11.0.0", | ||
"@talend/scripts-config-react-webpack": "^13.2.0", | ||
"@talend/scripts-config-storybook-lib": "^2.0.1", | ||
"@talend/scripts-config-stylelint": "^1.0.2", | ||
"@talend/scripts-config-typescript": "^9.11.2" | ||
"@talend/scripts-config-typescript": "^11.0.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
|