-
Notifications
You must be signed in to change notification settings - Fork 54
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5cedaf1
commit 56e1ddb
Showing
114 changed files
with
848 additions
and
447 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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,5 +1,11 @@ | ||
# Changelog | ||
|
||
## 5.2.1 | ||
|
||
### Patch Changes | ||
|
||
- 1abc22f: chore: upgrade dependencies | ||
|
||
## 5.2.0 | ||
|
||
### Minor 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
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,5 +1,11 @@ | ||
## [v0.32.5] | ||
|
||
## 2.2.2 | ||
|
||
### Patch Changes | ||
|
||
- 1abc22f: chore: upgrade dependencies | ||
|
||
## 2.2.1 | ||
|
||
### Patch 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
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
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,6 +1,6 @@ | ||
{ | ||
"name": "@talend/react-cmf-router", | ||
"version": "6.1.1", | ||
"version": "6.1.2", | ||
"description": "", | ||
"main": "lib/index.js", | ||
"author": "Talend Frontend <[email protected]> (http://www.talend.com)", | ||
|
@@ -17,7 +17,7 @@ | |
"lint": "talend-scripts lint" | ||
}, | ||
"dependencies": { | ||
"@talend/react-cmf": "^8.4.0", | ||
"@talend/react-cmf": "^8.4.1", | ||
"connected-react-router": "^6.9.3", | ||
"history": "^5.3.0", | ||
"lodash": "^4.17.21", | ||
|
@@ -34,11 +34,11 @@ | |
}, | ||
"devDependencies": { | ||
"@redux-saga/testing-utils": "^1.1.5", | ||
"@talend/eslint-config": "^13.0.2", | ||
"@talend/eslint-plugin": "^1.1.0", | ||
"@talend/scripts-core": "^16.3.4", | ||
"@talend/scripts-config-babel": "^13.3.0", | ||
"@talend/scripts-config-react-webpack": "^16.5.0", | ||
"@talend/eslint-config": "^13.0.3", | ||
"@talend/eslint-plugin": "^1.1.1", | ||
"@talend/scripts-core": "^16.3.5", | ||
"@talend/scripts-config-babel": "^13.3.1", | ||
"@talend/scripts-config-react-webpack": "^16.5.1", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"redux-saga-tester": "^1.0.874" | ||
|
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.