Skip to content

Commit cba793f

Browse files
committed
Update client-side libraries
1 parent fd46429 commit cba793f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Web/AspNetCoreTemplate.Web/libman.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
"defaultProvider": "jsdelivr",
44
"libraries": [
55
{
6-
"library": "jquery@3.4.1",
6+
"library": "jquery@3.5.1",
77
"destination": "wwwroot/lib/jquery/",
88
"files": [
99
"dist/jquery.min.js",
1010
"dist/jquery.js"
1111
]
1212
},
1313
{
14-
"library": "bootstrap@4.4.1",
14+
"library": "bootstrap@4.5.0",
1515
"destination": "wwwroot/lib/bootstrap/",
1616
"files": [
1717
"dist/css/bootstrap.css",
@@ -21,7 +21,7 @@
2121
]
2222
},
2323
{
24-
"library": "[email protected].1",
24+
"library": "[email protected].2",
2525
"destination": "wwwroot/lib/jquery-validation/",
2626
"files": [
2727
"dist/jquery.validate.js",

0 commit comments

Comments
 (0)