Skip to content

Commit

Permalink
fix: lock @loadable/component version (#6714)
Browse files Browse the repository at this point in the history
  • Loading branch information
ClarkXia authored Dec 25, 2023
1 parent 82e13b5 commit 75e29b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions packages/react-app-renderer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## 2.0.4

- [chore] typo `onErrorBoundaryHandler`
- [chore] lock the depencencies version of `@loadable/component` to 5.15.3

## 2.0.3

Expand Down
8 changes: 4 additions & 4 deletions packages/react-app-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-app-renderer",
"version": "2.0.3",
"version": "2.0.4",
"description": "",
"author": "[email protected]",
"homepage": "https://github.com/alibaba/ice#readme",
Expand All @@ -11,8 +11,8 @@
"test": "__tests__"
},
"dependencies": {
"@loadable/component": "^5.14.1",
"@loadable/server": "^5.14.0",
"@loadable/component": "5.15.3",
"@loadable/server": "5.15.3",
"create-app-container": "^0.1.2",
"create-use-router": "^0.1.1",
"query-string": "^6.13.7"
Expand All @@ -34,4 +34,4 @@
"bugs": {
"url": "https://github.com/alibaba/ice/issues"
}
}
}

0 comments on commit 75e29b2

Please sign in to comment.