Skip to content

Commit

Permalink
Merge branch 'master' into github-ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
rittme committed Dec 14, 2020
2 parents 87de5ed + d17fbc8 commit cf01644
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"core-js": "3.6.5",
"eth-contract-metadata": "1.15.0",
"ethers": "4.0.48",
"mobx": "5.15.6",
"mobx": "6.0.4",
"react": "16.13.1",
"react-dom": "16.13.1",
"redoc": "2.0.0-rc.40",
Expand Down
2 changes: 1 addition & 1 deletion packages/request-logic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
},
"devDependencies": {
"@types/jest": "26.0.13",
"@types/semver": "5.5.0",
"@types/semver": "7.3.4",
"@typescript-eslint/parser": "4.1.1",
"eslint": "7.9.0",
"eslint-plugin-spellcheck": "0.0.17",
Expand Down
16 changes: 8 additions & 8 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3896,10 +3896,10 @@
dependencies:
"@types/node" "*"

"@types/semver@5.5.0":
version "5.5.0"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-5.5.0.tgz#146c2a29ee7d3bae4bf2fcb274636e264c813c45"
integrity sha512-41qEJgBH/TWgo5NFSvBCJ1qkoi3Q6ONSF2avrHq1LVEZfYpdHmj0y9SuTK+u9ZhG1sYQKBL1AWXKyLWP4RaUoQ==
"@types/semver@7.3.4":
version "7.3.4"
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.3.4.tgz#43d7168fec6fa0988bb1a513a697b29296721afb"
integrity sha512-+nVsLKlcUCeMzD2ufHEYuJ9a2ovstb6Dp52A5VsoKxDXgvE051XgHI/33I1EymwkRGQkwnA0LkhnUzituGs4EQ==

"@types/serve-static@*":
version "1.13.5"
Expand Down Expand Up @@ -13700,10 +13700,10 @@ mobx-react@^6.2.2:
dependencies:
mobx-react-lite ">=2.2.0"

mobx@5.15.6:
version "5.15.6"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-5.15.6.tgz#24750af56f87bcf9c3cf82ece4c79eb91bb71968"
integrity sha512-U5nnx3UNdRkUjntpwzO060VWifGVx/JZeu/aMw4y28dTjDNjoY3vNKs6tFNm7z1qIfcPInsd9L9HIm8H0zTDqg==
mobx@6.0.4:
version "6.0.4"
resolved "https://registry.yarnpkg.com/mobx/-/mobx-6.0.4.tgz#8fc3e3629a3346f8afddf5bd954411974744dad1"
integrity sha512-wT2QJT9tW19VSHo9x7RPKU3z/I2Ps6wUS8Kb1OO+kzmg7UY3n4AkcaYG6jq95Lp1R9ohjC/NGYuT2PtuvBjhFg==

mocha@8.1.2:
version "8.1.2"
Expand Down

0 comments on commit cf01644

Please sign in to comment.