Skip to content

Commit 944796d

Browse files
committed
Update deps
1 parent 9b77bab commit 944796d

11 files changed

+1502
-563
lines changed

docs/asset-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"index.css": "static/css/index.b7cf3bc7.chunk.css",
3-
"index.js": "static/js/index.b7cf3bc7.chunk.js",
4-
"runtime~index.js": "static/js/runtime~index.b1cf17c6.js",
5-
"static/js/2.d628d586.chunk.js": "static/js/2.d628d586.chunk.js",
2+
"index.css": "static/css/index.aff13eef.chunk.css",
3+
"index.js": "static/js/index.aff13eef.chunk.js",
4+
"runtime-index.js": "static/js/runtime-index.24b7a0e8.js",
5+
"static/js/2.4ab8c0fc.chunk.js": "static/js/2.4ab8c0fc.chunk.js",
66
"index.html": "index.html"
77
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html style="width:100%;height:100%;overflow:auto"><head><meta charset="utf-8"/><title>Form</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"/><style>.demo{width:1100px;height:500px;margin:50px auto;background:#fff;font-size:12px;overflow:auto}.rw-layout-content{height:200px}.rw-layout.rw-layout-has-sider{text-align:center;background:#3ba0e9}.rw-layout-sider{width:200px;text-align:center;background:#3ba0e9;color:#fff}.rw-layout-footer,.rw-layout-header{background:#7dbcea;color:#fff;height:64px;line-height:64px;text-align:center}.rw-layout-content{background:#108ee9;color:#fff;text-align:center}</style><link href="static/css/index.b7cf3bc7.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime~index.b1cf17c6.js"></script><script src="static/js/2.d628d586.chunk.js"></script><script src="static/js/index.b7cf3bc7.chunk.js"></script></body></html>
1+
<!doctype html><html style="width:100%;height:100%;overflow:auto"><head><meta charset="utf-8"/><title>Form</title><meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1"/><style>.demo{width:1100px;height:500px;margin:50px auto;background:#fff;font-size:12px;overflow:auto}.rw-layout-content{height:200px}.rw-layout.rw-layout-has-sider{text-align:center;background:#3ba0e9}.rw-layout-sider{width:200px;text-align:center;background:#3ba0e9;color:#fff}.rw-layout-footer,.rw-layout-header{background:#7dbcea;color:#fff;height:64px;line-height:64px;text-align:center}.rw-layout-content{background:#108ee9;color:#fff;text-align:center}</style><link href="static/css/index.aff13eef.chunk.css" rel="stylesheet"></head><body style="background:#f5f5f5"><div class="demo" id="demo"></div><script src="static/js/runtime-index.24b7a0e8.js"></script><script src="static/js/2.4ab8c0fc.chunk.js"></script><script src="static/js/index.aff13eef.chunk.js"></script></body></html>

docs/static/js/2.4ab8c0fc.chunk.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/2.d628d586.chunk.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/static/js/index.aff13eef.chunk.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/static/js/index.b7cf3bc7.chunk.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 1492 additions & 545 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"gulp-sass": "^4.0.2",
2323
"jquery": "^3.4.1",
2424
"npm-run-all": "^4.1.5",
25-
"packez": "^3.1.2",
25+
"packez": "^4.1.2",
2626
"transform-es": "^5.0.0",
2727
"typescript": "^3.7.5"
2828
},
@@ -40,7 +40,7 @@
4040
"tsc": "tsc",
4141
"demo": "packez server ./examples/index.js -d dist -w -c",
4242
"test": "echo \"Error: no test specified\" && exit 1",
43-
"build": "run-s tsc cjs esm"
43+
"build": "run-s tsc cjs esm docs"
4444
},
4545
"repository": {
4646
"type": "git",

0 commit comments

Comments
 (0)