Skip to content

Commit

Permalink
Use fixed version in package.json (#2920)
Browse files Browse the repository at this point in the history
  • Loading branch information
yubiuser authored Jan 1, 2024
2 parents 071beb8 + ab5b21a commit c1b8dad
Show file tree
Hide file tree
Showing 2 changed files with 60 additions and 52 deletions.
76 changes: 42 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,23 +107,23 @@
}
},
"dependencies": {
"admin-lte": "^2.4.18",
"bootstrap-notify": "^3.1.3",
"bootstrap-select": "^1.13.17",
"bootstrap-toggle": "^2.2.2",
"chart.js": "^4.4.1",
"chartjs-adapter-moment": "^1.0.1",
"chartjs-plugin-deferred": "^2.0.0",
"chartjs-plugin-zoom": "^2.0.1",
"datatables.net-bs": "^1.10.21",
"datatables.net-buttons-bs": "^1.7.1",
"datatables.net-select-bs": "^1.3.1",
"daterangepicker": "^3.1.0",
"hammerjs": "^2.0.8",
"jquery": "^3.7.1",
"moment": "^2.30.1",
"myclabs.jquery.confirm": "^2.7.0",
"qrious": "^4.0.2",
"select2": "^4.0.13"
"admin-lte": "2.4.18",
"bootstrap-notify": "3.1.3",
"bootstrap-select": "1.13.17",
"bootstrap-toggle": "2.2.2",
"chart.js": "4.4.1",
"chartjs-adapter-moment": "1.0.1",
"chartjs-plugin-deferred": "2.0.0",
"chartjs-plugin-zoom": "2.0.1",
"datatables.net-bs": "1.10.21",
"datatables.net-buttons-bs": "1.7.1",
"datatables.net-select-bs": "1.3.1",
"daterangepicker": "3.1.0",
"hammerjs": "2.0.8",
"jquery": "3.7.1",
"moment": "2.30.1",
"myclabs.jquery.confirm": "2.7.0",
"qrious": "4.0.2",
"select2": "4.0.13"
}
}

0 comments on commit c1b8dad

Please sign in to comment.