Skip to content

Commit 51973c9

Browse files
authored
Merge pull request #9 from flatlogic/update-deps
feat: update deps
2 parents 4943161 + c963f33 commit 51973c9

File tree

2 files changed

+15
-12
lines changed

2 files changed

+15
-12
lines changed

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## [5.3.5] - 27/11/2024
4+
- Update dependencies
5+
36
## [5.3.4] - 09/08/2022
47
- Fix app.config
58

package.json

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sing-app",
3-
"version": "5.3.4",
3+
"version": "5.3.5",
44
"description": "Sing Dashboard App with Angular 11.2 Final Release support by Flatlogic",
55
"scripts": {
66
"install": "napa",
@@ -34,9 +34,9 @@
3434
"awesome-bootstrap-checkbox": "1.0.1",
3535
"bootstrap": "4.2.1",
3636
"bootstrap-colorpicker": "2.5.3",
37-
"bootstrap-datepicker": "1.7.1",
37+
"bootstrap-datepicker": "1.10.0",
3838
"bootstrap-markdown": "2.10.0",
39-
"bootstrap-select": "1.12.4",
39+
"bootstrap-select": "1.13.18",
4040
"bootstrap-slider": "9.8.1",
4141
"core-js": "2.4.1",
4242
"d3": "3.5.17",
@@ -48,19 +48,19 @@
4848
"govpredict-morris": "^0.5.1",
4949
"hammerjs": "2.0.8",
5050
"jasny-bootstrap": "3.1.3",
51-
"jquery": "3.6.0",
51+
"jquery": "3.7.1",
5252
"jquery-flot": "0.8.3",
5353
"jquery-slimscroll": "1.3.8",
5454
"jquery-sparkline": "2.4.0",
55-
"jquery-ui": "git://github.com/jquery/jquery-ui.git#1.11.4",
55+
"jquery-ui": "https://github.com/jquery/jquery-ui.git#1.11.4",
5656
"jquery.animate-number": "0.0.14",
5757
"jvectormap": "2.0.4",
5858
"line-awesome": "icons8/line-awesome",
5959
"lodash.isequal": "^4.5.0",
60-
"magnific-popup": "1.1.0",
60+
"magnific-popup": "1.2.0",
6161
"markdown": "0.5.0",
6262
"messenger": "git+https://github.com/HubSpot/messenger.git#v1.4.2",
63-
"moment": "2.15.2",
63+
"moment": "2.30.1",
6464
"morris.js": "0.5.0",
6565
"ng-autosize": "1.1.0",
6666
"ng-select2": "^1.4.1",
@@ -72,16 +72,16 @@
7272
"ngx-toastr": "13.2.1",
7373
"ngx-trend": "6.1.1",
7474
"nvd3": "1.8.6",
75-
"parsleyjs": "2.7.2",
76-
"popper.js": "1.12.9",
77-
"rickshaw": "1.6.6",
75+
"parsleyjs": "2.9.2",
76+
"popper.js": "1.16.1",
77+
"rickshaw": "1.7.1",
7878
"rxjs": "^6.6.7",
7979
"select2": "4.1.0-rc.0",
80-
"select2-bootstrap-theme": "0.1.0-beta.9",
80+
"select2-bootstrap-theme": "0.1.0-beta.10",
8181
"shufflejs": "4.2.0",
8282
"tslib": "^2.0.0",
8383
"widgster": "1.0.0",
84-
"zone.js": "~0.11.4"
84+
"zone.js": "~0.15.0"
8585
},
8686
"napa": {
8787
"bootstrap-application-wizard": "https://github.com/amoffat/bootstrap-application-wizard.git#3768da3142f43428c5f63284407a2481a9e283d3",

0 commit comments

Comments
 (0)