Skip to content

Commit 9640eeb

Browse files
committed
Upgrade beanhub web react
1 parent 7635acd commit 9640eeb

File tree

6 files changed

+55
-5
lines changed

6 files changed

+55
-5
lines changed

beanhub_cli/forms/app/static/js/beanhub-web-react-0.1.6.js

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

beanhub_cli/forms/app/static/js/beanhub-web-react-0.1.6.js.map

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

beanhub_cli/forms/app/static/js/beanhub-web-react-0.3.0.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.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/** @license React v0.20.2
8+
* scheduler.production.min.js
9+
*
10+
* Copyright (c) Facebook, Inc. and its affiliates.
11+
*
12+
* This source code is licensed under the MIT license found in the
13+
* LICENSE file in the root directory of this source tree.
14+
*/
15+
16+
/** @license React v16.13.1
17+
* react-is.production.min.js
18+
*
19+
* Copyright (c) Facebook, Inc. and its affiliates.
20+
*
21+
* This source code is licensed under the MIT license found in the
22+
* LICENSE file in the root directory of this source tree.
23+
*/
24+
25+
/** @license React v17.0.2
26+
* react-dom.production.min.js
27+
*
28+
* Copyright (c) Facebook, Inc. and its affiliates.
29+
*
30+
* This source code is licensed under the MIT license found in the
31+
* LICENSE file in the root directory of this source tree.
32+
*/
33+
34+
/** @license React v17.0.2
35+
* react-jsx-runtime.production.min.js
36+
*
37+
* Copyright (c) Facebook, Inc. and its affiliates.
38+
*
39+
* This source code is licensed under the MIT license found in the
40+
* LICENSE file in the root directory of this source tree.
41+
*/
42+
43+
/** @license React v17.0.2
44+
* react.production.min.js
45+
*
46+
* Copyright (c) Facebook, Inc. and its affiliates.
47+
*
48+
* This source code is licensed under the MIT license found in the
49+
* LICENSE file in the root directory of this source tree.
50+
*/

beanhub_cli/forms/app/static/js/beanhub-web-react-0.3.0.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.

beanhub_cli/forms/app/templates/form.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{% block js %}
1818
<script src="{{ url_for('static', path='vendor/bootstrap-datepicker/js/bootstrap-datepicker.js') }}"></script>
1919
<script src="{{ url_for('static', path='vendor/select2/js/select2.full.js') }}"></script>
20-
<script src="{{ url_for('static', path='js/beanhub-web-react-0.1.6.js') }}"></script>
20+
<script src="{{ url_for('static', path='js/beanhub-web-react-0.3.0.js') }}"></script>
2121

2222
<script>
2323
'use strict';

0 commit comments

Comments
 (0)