Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added react-router-dom in peerDependencies #2000

Merged
merged 26 commits into from
Dec 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
f43f383
fix: add scss sample subapp v2
May 24, 2023
e9e2126
fix(subappv2): resolve babel runtime dependency
May 31, 2023
0a01e30
fix(subappv2): resolve babel runtime dependency
May 31, 2023
5ace5f7
fix(subappv2): resolve test case failure issue
Jun 2, 2023
17a63fa
fix(subappv2): resolve test case failure issue
Jun 2, 2023
7347c36
chore: update changelog
Jun 3, 2023
709c46b
chore: resolve pnpm-lock.yml conflicts
Jun 3, 2023
c36f492
fix(conflict): merge conflict
shubham2811 Jul 6, 2023
8625b60
fix(conflict): fix conflict
shubham2811 Jul 18, 2023
fbe0cf0
fix(CEECORE-4406): replace request with axios
shubham2811 Jul 18, 2023
06842fc
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
a78130e
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
3eba58a
fix(snyk): replace request package with node-fetch in subapp-web
shubham2811 Jul 19, 2023
412119f
fix(chore): update changelog
shubham2811 Jul 20, 2023
3a26ca6
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Jul 25, 2023
59ad7f5
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Aug 9, 2023
4ef157a
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Sep 5, 2023
662868b
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Sep 12, 2023
94bae6b
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Oct 12, 2023
103ca74
Merge branch 'master' of github.com:electrode-io/electrode
shubham2811 Oct 27, 2023
4fe5bd8
Merge branch 'master' of github.com:electrode-io/electrode
Nov 16, 2023
d5fb776
Merge branch 'master' of github.com:electrode-io/electrode
Nov 30, 2023
72592a2
fix(deprecated): remove electrode-react-webapp package
Nov 30, 2023
d151351
Merge branch 'master' of github.com:electrode-io/electrode
Nov 30, 2023
c89e746
fix(peer-dependencies): added react-router-dom as peerDependencies
Dec 11, 2023
2462ca3
fix(changelog): added change log
Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions common/changes/subapp-react/master_2023-12-13-04-19.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "subapp-react",
"comment": "added react-router-dom v6 in peer dependencies",
"type": "minor"
}
],
"packageName": "subapp-react"
}
Loading
Loading