Skip to content

Commit 84a2355

Browse files
committed
Update client-side libraries
1 parent b455b5a commit 84a2355

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/Web/AspNetCoreTemplate.Web/libman.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"defaultProvider": "jsdelivr",
44
"libraries": [
55
{
6-
"library": "[email protected].0",
6+
"library": "[email protected].3",
77
"destination": "wwwroot/lib/jquery/",
88
"files": [
99
"dist/jquery.min.js",
1010
"dist/jquery.js"
1111
]
1212
},
1313
{
14-
"library": "bootstrap@5.1.3",
14+
"library": "bootstrap@5.2.3",
1515
"destination": "wwwroot/lib/bootstrap/",
1616
"files": [
1717
"dist/css/bootstrap.css",
@@ -21,15 +21,15 @@
2121
]
2222
},
2323
{
24-
"library": "[email protected].4",
24+
"library": "[email protected].5",
2525
"destination": "wwwroot/lib/jquery-validation/",
2626
"files": [
2727
"dist/jquery.validate.js",
2828
"dist/jquery.validate.min.js"
2929
]
3030
},
3131
{
32-
"library": "jquery-validation-unobtrusive@3.2.12",
32+
"library": "jquery-validation-unobtrusive@4.0.0",
3333
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
3434
"files": [
3535
"dist/jquery.validate.unobtrusive.js",

0 commit comments

Comments
 (0)