Skip to content

Commit

Permalink
released v2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Dec 25, 2020
1 parent 7c1c7a0 commit bf3329a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion example/router-redux-rematch/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@rematch/core": "1.1.0",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dynamic-loadable": "2.0.4",
"react-dynamic-loadable": "2.0.5",
"react-redux": "7.1.0",
"react-router-dom": "5.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion example/simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
"dependencies": {
"react": "17.0.1",
"react-dom": "17.0.1",
"react-dynamic-loadable": "2.0.4"
"react-dynamic-loadable": "2.0.5"
}
}
7 changes: 1 addition & 6 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
{
"name": "react-dynamic-loadable",
"version": "2.0.4",
"version": "2.0.5",
"description": "A higher order component for loading components with dynamic imports.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
"typings": "types/index.d.ts",
"scripts": {
"watch": "tsbb watch --target react",
"build": "tsbb build --target react",
"prepare": "npm run lint && npm run build"
},
"repository": {
"type": "git",
"url": "https://github.com/jaywcjlove/react-dynamic-loadable.git"
Expand Down

0 comments on commit bf3329a

Please sign in to comment.