Skip to content

Commit

Permalink
1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
redgeoff committed Sep 21, 2020
1 parent 36f7a4c commit 643b762
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mson-react",
"version": "1.5.0",
"version": "1.5.1",
"description": "UI Rendering Layer for React and Material-UI",
"author": "Geoff Cox",
"license": "Apache-2.0",
Expand All @@ -11,7 +11,7 @@
"@material-ui/core": "^4.11.0",
"@material-ui/pickers": "^3.2.10",
"date-fns": "^2.15.0",
"mson": "^1.5.0",
"mson": "^1.5.1",
"prop-types": "^15.6.2",
"react": "^16.13.1",
"react-dom": "^16.13.1"
Expand Down Expand Up @@ -48,7 +48,7 @@
"gh-pages": "^3.1.0",
"husky": "^4.2.5",
"lint-staged": "^10.3.0",
"mson": "^1.5.0",
"mson": "^1.5.1",
"prettier": "^2.1.1",
"prop-types": "^15.6.2",
"react": "^16.13.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8642,10 +8642,10 @@ ms@^2.1.1:
version "2.1.2"
resolved "https://registry.yarnpkg.com/ms/-/ms-2.1.2.tgz#d09d1f357b443f493382a8eb3ccd183872ae6009"

mson@^1.5.0:
version "1.5.0"
resolved "https://registry.yarnpkg.com/mson/-/mson-1.5.0.tgz#4b166aa1176f4f2a2336614cb5efb0315cc7d13c"
integrity sha512-5+HaZ0aD7dMr+ZMjzj8YXPJ1ZPRjTW5OtcXw4pFnTjLdWTp7UgbfoaWoW4wrpeBW083FB+GTOvVh1mW6OXpppQ==
mson@^1.5.1:
version "1.5.1"
resolved "https://registry.yarnpkg.com/mson/-/mson-1.5.1.tgz#73fd2791c9d4e3a25a61b09f878d5ac5e97dd810"
integrity sha512-TZbVJjd9wtGudRchGqWKFL4jS6KAx9yw2w5WUHkZjrAIS57D+n3DIHbw95Y+wlRDRUQBQQbthDpLMRyZZ5ALfQ==
dependencies:
"@babel/runtime" "^7.11.2"
country-telephone-data "^0.6.2"
Expand Down

0 comments on commit 643b762

Please sign in to comment.