Skip to content

Commit

Permalink
更新依赖
Browse files Browse the repository at this point in the history
  • Loading branch information
bplok20010 committed Aug 8, 2020
1 parent 7683b25 commit a5f99e8
Show file tree
Hide file tree
Showing 8 changed files with 27 additions and 24 deletions.
6 changes: 3 additions & 3 deletions docs/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"index.css": "static/css/index.0f4d9541.chunk.css",
"index.js": "static/js/index.0f4d9541.chunk.js",
"index.css": "static/css/index.38e60d06.chunk.css",
"index.js": "static/js/index.38e60d06.chunk.js",
"runtime-index.js": "static/js/runtime-index.92eae014.js",
"static/js/2.b694e620.chunk.js": "static/js/2.b694e620.chunk.js",
"static/js/2.cc49d8eb.chunk.js": "static/js/2.cc49d8eb.chunk.js",
"index.html": "index.html"
}
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html><head><meta charset="utf-8"/><title>Tooltip</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"/><style>.demo{width:80%;margin:100px auto;background:#fff;font-size:12px;overflow:auto}</style><link href="static/css/index.0f4d9541.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime-index.92eae014.js"></script><script src="static/js/2.b694e620.chunk.js"></script><script src="static/js/index.0f4d9541.chunk.js"></script></body></html>
<!doctype html><html><head><meta charset="utf-8"/><title>Tooltip</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"/><style>.demo{width:80%;margin:100px auto;background:#fff;font-size:12px;overflow:auto}</style><link href="static/css/index.38e60d06.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime-index.92eae014.js"></script><script src="static/js/2.cc49d8eb.chunk.js"></script><script src="static/js/index.38e60d06.chunk.js"></script></body></html>
File renamed without changes.
1 change: 0 additions & 1 deletion docs/static/js/2.b694e620.chunk.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/static/js/2.cc49d8eb.chunk.js

Large diffs are not rendered by default.

File renamed without changes.
37 changes: 20 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-widget-tooltip",
"version": "1.0.3",
"version": "1.0.4",
"description": "react-widget-tooltip",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@babel/runtime": "^7.9.2",
"classnames": "^2.2.6",
"dom-helpers-extra": "^0.2.1",
"react-widget-trigger": "^2.0.10"
"react-widget-trigger": "^2.1.0"
},
"author": "[email protected]",
"license": "MIT",
Expand Down

0 comments on commit a5f99e8

Please sign in to comment.