Skip to content

Commit

Permalink
bump version to 1.4.0 and add react-router as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
hervedombya committed Jan 17, 2025
1 parent ede7878 commit 4b53cde
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 3 deletions.
84 changes: 82 additions & 2 deletions package-lock.json

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

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scality/module-federation",
"version": "1.3.4",
"version": "1.4.0",
"description": "",
"main": "build/ModuleFederation.js",
"scripts": {
Expand Down Expand Up @@ -34,5 +34,8 @@
},
"publishConfig": {
"access": "public"
},
"dependencies": {
"react-router": "^7.0.1"
}
}

0 comments on commit 4b53cde

Please sign in to comment.