Skip to content
This repository has been archived by the owner on Dec 31, 2020. It is now read-only.

Commit

Permalink
Published version 6.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweststrate committed Sep 30, 2020
1 parent 0f780c5 commit 3a1f441
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mobx-react",
"version": "6.3.0",
"version": "6.3.1",
"description": "React bindings for MobX. Create fully reactive components.",
"source": "src/index.ts",
"main": "dist/index.js",
Expand Down Expand Up @@ -90,7 +90,7 @@
"typescript": "^3.7.0"
},
"dependencies": {
"mobx-react-lite": ">=2.2.0"
"mobx-react-lite": "^2.2.0"
},
"files": [
"dist",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7624,10 +7624,10 @@ mkdirp@0.x, mkdirp@^0.5.1:
dependencies:
minimist "^1.2.5"

mobx-react-lite@>=2.2.0:
version "2.2.0"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-2.2.0.tgz#95eecde237367af1087cc5c51d962ae081b6d1de"
integrity sha512-FUPacb4bk21qp/wrEv2vPcqC314nGRgHQzzIPHVBGAT5GtzaYiwvMHx192/Vy8TyI4+8H5JY9689jnvDOvLRuQ==
mobx-react-lite@^2.2.0:
version "2.2.2"
resolved "https://registry.yarnpkg.com/mobx-react-lite/-/mobx-react-lite-2.2.2.tgz#87c217dc72b4e47b22493daf155daf3759f868a6"
integrity sha512-2SlXALHIkyUPDsV4VTKVR9DW7K3Ksh1aaIv3NrNJygTbhXe2A9GrcKHZ2ovIiOp/BXilOcTYemfHHZubP431dg==

mobx@^5.15.4:
version "5.15.6"
Expand Down

0 comments on commit 3a1f441

Please sign in to comment.