Skip to content

Commit 8a9f1dc

Browse files
committed
use 2.0 in demo
1 parent 2e2293c commit 8a9f1dc

File tree

9 files changed

+18
-22
lines changed

9 files changed

+18
-22
lines changed

demo-app/package-lock.json

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

demo-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"license": "MIT",
1717
"dependencies": {
1818
"file-loader": "^6.2.0",
19-
"fuzzball": "^1.3.0",
19+
"fuzzball": "^2.0.1",
2020
"lodash": "^4.17.21",
2121
"node-sass": "^8.0.0",
2222
"prop-types": "^15.7.2",

docs/asset-manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.6b378173.css",
4-
"main.js": "./static/js/main.305954c1.js",
4+
"main.js": "./static/js/main.016dc01d.js",
55
"index.html": "./index.html",
66
"main.6b378173.css.map": "./static/css/main.6b378173.css.map",
7-
"main.305954c1.js.map": "./static/js/main.305954c1.js.map"
7+
"main.016dc01d.js.map": "./static/js/main.016dc01d.js.map"
88
},
99
"entrypoints": [
1010
"static/css/main.6b378173.css",
11-
"static/js/main.305954c1.js"
11+
"static/js/main.016dc01d.js"
1212
]
1313
}

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><title>Fuzzball Demo</title><script defer="defer" src="./static/js/main.305954c1.js"></script><link href="./static/css/main.6b378173.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><title>Fuzzball Demo</title><script defer="defer" src="./static/js/main.016dc01d.js"></script><link href="./static/css/main.6b378173.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

docs/static/js/main.016dc01d.js

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

docs/static/js/main.305954c1.js.LICENSE.txt renamed to docs/static/js/main.016dc01d.js.LICENSE.txt

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ object-assign
1616
* Steven Levithan (c) 2008-2016 MIT License
1717
*/
1818

19-
/*!
20-
* XRegExp Unicode Categories 3.1.1-next // regenerated from v4.2.4 with Unicode version changed to 12.1 then copied from output folder
21-
* <xregexp.com>
22-
* Steven Levithan (c) 2010-2016 MIT License
23-
* Unicode data by Mathias Bynens <mathiasbynens.be>
24-
*/
25-
2619
/*! http://mths.be/fromcodepoint v0.2.1 by @mathias */
2720

2821
/*! https://mths.be/codepointat v0.2.0 by @mathias */

docs/static/js/main.016dc01d.js.map

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/main.305954c1.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/static/js/main.305954c1.js.map

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

0 commit comments

Comments
 (0)