Skip to content

Commit

Permalink
Merge pull request #362 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Updating to fullPage.js version 4.0.14
  • Loading branch information
alvarotrigo authored Nov 11, 2022
2 parents 0c97669 + 27355e3 commit 678ad90
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 18 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>

<p align="center">
<img src="https://img.shields.io/badge/react--fullpage-v0.1.29-brightgreen.svg" alt="react-fullpage version" />
<img src="https://img.shields.io/badge/react--fullpage-v0.1.30-brightgreen.svg" alt="react-fullpage version" />
</p>

- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)
Expand Down
6 changes: 3 additions & 3 deletions dist/react-fullpage-umd.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions dist/react-fullpage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion examples/gatsby/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.29",
"@fullpage/react-fullpage": "^0.1.30",
"gatsby": "^4.22.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/next/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"author": "cmswalker",
"license": "GPL-3.0",
"dependencies": {
"@fullpage/react-fullpage": "^0.1.29",
"@fullpage/react-fullpage": "^0.1.30",
"next": "^12.1.6",
"react": "^18.1.0",
"react-dom": "^18.1.0"
Expand Down
4 changes: 3 additions & 1 deletion examples/next/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ import Head from 'next/head'

// NOTE: if using fullpage extensions/plugins put them here and pass it as props.
const pluginWrapper = () => {
require('../static/fullpage.scrollHorizontally.min.js'); // Optional. Required when using the "scrollHorizontally" extension.
/*
* require('../static/fullpage.scrollHorizontally.min.js'); // Optional. Required when using the "scrollHorizontally" extension.
*/
};


Expand Down
14 changes: 7 additions & 7 deletions 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
},
"dependencies": {
"@babel/polyfill": "^7.2.5",
"fullpage.js": "^4.0.12"
"fullpage.js": "^4.0.14"
}
}

0 comments on commit 678ad90

Please sign in to comment.