Skip to content

Commit

Permalink
Update jquery version
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanWagner committed Mar 2, 2021
1 parent 9ac7cfe commit 4d41ae2
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions demo/es6/package-lock.json

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

2 changes: 1 addition & 1 deletion demo/es6/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"license": "ISC",
"main": "index.js",
"dependencies": {
"jbox": "^1.2.9"
"jbox": "^1.2.10"
},
"devDependencies": {
"snowpack": "^3.0.11"
Expand Down
2 changes: 1 addition & 1 deletion demo/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="stylesheet" href="./css/playground-login.css">
<link href="https://fonts.googleapis.com/css?family=Roboto:400,500" rel="stylesheet">

<script src="https://code.jquery.com/jquery-3.5.1.js"></script>
<script src="https://code.jquery.com/jquery-3.6.0.js"></script>
</head>
<body>

Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jbox",
"version": "1.2.10",
"version": "1.2.11",
"description": "jBox is a jQuery plugin that makes it easy to create customizable tooltips, modal windows, image galleries and more.",
"keywords": [
"jquery-plugin",
Expand Down Expand Up @@ -31,7 +31,7 @@
"main": "dist/jBox.all.min.js",
"types": "src/js/jBox.d.ts",
"dependencies": {
"jquery": "^3.5.1"
"jquery": "^3.6.0"
},
"devDependencies": {
"gulp": "^4.0.2",
Expand Down

0 comments on commit 4d41ae2

Please sign in to comment.