Skip to content

Commit

Permalink
released v1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 26, 2020
1 parent d125791 commit c676215
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-amap",
"version": "1.7.2",
"version": "1.7.3",
"description": "基于 React 封装的高德地图组件。AMap Component Based On React.",
"main": "lib/cjs/index.js",
"module": "lib/esm/index.js",
Expand Down
12 changes: 6 additions & 6 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2331,12 +2331,12 @@
"@types/webpack" "*"
"@types/webpack-dev-server" "*"

"@types/[email protected].8":
version "16.9.8"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.8.tgz#fe4c1e11dfc67155733dfa6aa65108b4971cb423"
integrity sha512-ykkPQ+5nFknnlU6lDd947WbQ6TE3NNzbQAkInC2EKY1qeYdTKp7onFusmYZb+ityzx2YviqT6BXSu+LyWWJwcA==
"@types/[email protected].10":
version "16.9.10"
resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-16.9.10.tgz#4485b0bec3d41f856181b717f45fd7831101156f"
integrity sha512-ItatOrnXDMAYpv6G8UCk2VhbYVTjZT9aorLtA/OzDN9XJ2GKcfam68jutoAcILdRjsRUO8qb7AmyObF77Q8QFw==
dependencies:
"@types/react" "*"
"@types/react" "^16"

"@types/[email protected]":
version "5.1.5"
Expand All @@ -2363,7 +2363,7 @@
"@types/prop-types" "*"
csstype "^3.0.2"

"@types/[email protected]":
"@types/[email protected]", "@types/react@^16":
version "16.14.2"
resolved "https://registry.yarnpkg.com/@types/react/-/react-16.14.2.tgz#85dcc0947d0645349923c04ccef6018a1ab7538c"
integrity sha512-BzzcAlyDxXl2nANlabtT4thtvbbnhee8hMmH/CcJrISDBVcJS1iOsP1f0OAgSdGE0MsY9tqcrb9YoZcOFv9dbQ==
Expand Down

0 comments on commit c676215

Please sign in to comment.