Skip to content

Commit cbe7732

Browse files
committed
Update dependencies
1 parent 23ef0cc commit cbe7732

File tree

5 files changed

+268
-78
lines changed

5 files changed

+268
-78
lines changed

changelog.md

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,11 @@
11
# Changelog
2-
## [1.0.0]
3-
4-
- Release Flatlogic One Bootstrap Template
2+
## [1.1.2]
53

6-
## [1.0.1]
7-
8-
### Fixed
4+
### Updated
95

10-
- Fixed bugs
6+
- Update dependencies
117

12-
## [1.1]
8+
## [1.1.1]
139

1410
### Fixed
1511

@@ -20,3 +16,13 @@
2016
### New Features
2117

2218
- Icons preload
19+
20+
## [1.0.1]
21+
22+
### Fixed
23+
24+
- Fixed bugs
25+
## [1.0.0]
26+
27+
- Release Flatlogic One Bootstrap Template
28+

dist/css/application.min.css

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

dist/css/maps/application.min.css.map

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

package.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,24 @@
11
{
22
"name": "flatlogic_one_lite",
3-
"version": "1.0.0",
3+
"version": "1.1.2",
44
"description": "Flatlogic One Lite - Bootstrap 4 Admin Dashboard",
55
"scripts": {
66
"build": "gulp build",
77
"watch": "gulp watch"
88
},
99
"dependencies": {
10-
"animate.css": "^3.7.0",
11-
"apexcharts": "^3.19.0",
10+
"animate.css": "^3.7.2",
11+
"apexcharts": "^3.21.0",
1212
"autosize": "^4.0.2",
1313
"awesome-bootstrap-checkbox": "^1.0.1",
14-
"backbone": "^1.3.3",
14+
"backbone": "^1.4.0",
1515
"backbone.paginator": "^2.0.8",
1616
"backgrid": "^0.3.8",
1717
"backgrid-paginator": "^0.3.9",
18-
"bootstrap": "^4.3.1",
18+
"bootstrap": "^4.5.2",
1919
"bootstrap-markdown": "^2.10.0",
2020
"components-jqueryui": "^1.12.1",
21-
"d3": "3.5.4",
21+
"d3": "3.5.17",
2222
"d3v5": "npm:d3@^5.1.0",
2323
"datatables": "^1.10.18",
2424
"easy-pie-chart": "^2.1.7",
@@ -29,20 +29,20 @@
2929
"font-awesome": "^4.7.0",
3030
"glob": "^7.1.6",
3131
"glyphicons-halflings": "^1.9.1",
32-
"gmaps": "^0.4.24",
32+
"gmaps": "^0.4.25",
3333
"hammerjs": "^2.0.8",
34-
"handlebars": "^4.7.2",
35-
"holderjs": "^2.5.0",
34+
"handlebars": "^4.7.6",
35+
"holderjs": "^2.9.7",
3636
"jasny-bootstrap": "^3.1.3",
37-
"jquery": "2.1.4",
37+
"jquery": "2.2.4",
3838
"jquery-autosize": "^1.18.18",
3939
"jquery-hammerjs": "^2.0.0",
4040
"jquery-mapael": "2.2.0",
4141
"jquery-mapael-0.7.1": "https://github.com/neveldo/jQuery-Mapael.git#v0.7.1",
4242
"jquery-nestable": "^0.8.0",
4343
"jquery-pjax": "^2.0.1",
4444
"jquery-slimscroll": "^1.3.8",
45-
"jquery-sparkline": "^2.3.2",
45+
"jquery-sparkline": "^2.4.0",
4646
"jquery-ui": "^1.12.1",
4747
"jquery-ui-touch-punch": "^0.2.3",
4848
"jquery.animate-number": "0.0.14",
@@ -53,14 +53,14 @@
5353
"metrojs": "^0.9.77",
5454
"minimatch": "^3.0.4",
5555
"morris.js": "^0.5.0",
56-
"node-sass": "^4.13.1",
56+
"node-sass": "^4.14.1",
5757
"nvd3": "^1.8.6",
5858
"owl.carousel": "^2.3.4",
59-
"parsleyjs": "^2.8.1",
60-
"popper.js": "^1.14.3",
59+
"parsleyjs": "^2.9.2",
60+
"popper.js": "^1.16.1",
6161
"raphael": "^2.3.0",
62-
"rickshaw": "^1.6.6",
63-
"select2": "4.0.5",
62+
"rickshaw": "^1.7.1",
63+
"select2": "4.0.13",
6464
"select2-bootstrap-css": "^1.4.6",
6565
"tempusdominus-bootstrap-4": "^5.1.2",
6666
"turndown": "^5.0.3",

0 commit comments

Comments
 (0)