Skip to content

Commit

Permalink
- Updadting examples dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarotrigo committed Sep 8, 2022
1 parent 2ce89f8 commit 6ef392a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/module_loaders/browserify-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"license": "GPLv3",
"dependencies": {
"browserify": "^16.2.2",
"fullpage.js": "^4.0.10"
"fullpage.js": "^4.0.11"
}
}
2 changes: 1 addition & 1 deletion examples/module_loaders/requirejs-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"author": "",
"license": "GPLv3",
"dependencies": {
"fullpage.js": "^4.0.10"
"fullpage.js": "^4.0.11"
}
}
2 changes: 1 addition & 1 deletion examples/module_loaders/webpack-example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
"webpack-cli": "^3.1.1"
},
"dependencies": {
"fullpage.js": "^4.0.10"
"fullpage.js": "^4.0.11"
}
}

0 comments on commit 6ef392a

Please sign in to comment.