Skip to content

Commit a1383a9

Browse files
committed
Update client-side libraries
1 parent ca5bd85 commit a1383a9

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": "jquery@3.5.1",
6+
"library": "jquery@3.6.0",
77
"destination": "wwwroot/lib/jquery/",
88
"files": [
99
"dist/jquery.min.js",
1010
"dist/jquery.js"
1111
]
1212
},
1313
{
14-
"library": "bootstrap@4.5.3",
14+
"library": "bootstrap@4.6.1",
1515
"destination": "wwwroot/lib/bootstrap/",
1616
"files": [
1717
"dist/css/bootstrap.css",
@@ -21,15 +21,15 @@
2121
]
2222
},
2323
{
24-
"library": "[email protected].2",
24+
"library": "[email protected].4",
2525
"destination": "wwwroot/lib/jquery-validation/",
2626
"files": [
2727
"dist/jquery.validate.js",
2828
"dist/jquery.validate.min.js"
2929
]
3030
},
3131
{
32-
"library": "[email protected].11",
32+
"library": "[email protected].12",
3333
"destination": "wwwroot/lib/jquery-validation-unobtrusive/",
3434
"files": [
3535
"dist/jquery.validate.unobtrusive.js",

0 commit comments

Comments
 (0)