Skip to content

Commit

Permalink
Merge pull request #351 from alvarotrigo/dev
Browse files Browse the repository at this point in the history
Merging dev branch 0.1.28
  • Loading branch information
alvarotrigo authored Sep 9, 2022
2 parents 358d975 + 59ab6bf commit 5f191fd
Show file tree
Hide file tree
Showing 11 changed files with 14,278 additions and 23,318 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.27-brightgreen.svg" alt="react-fullpage version" />
<img src="https://img.shields.io/badge/react--fullpage-v0.1.28-brightgreen.svg" alt="react-fullpage version" />
</p>

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

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/react-fullpage.js

Large diffs are not rendered by default.

22,721 changes: 9,908 additions & 12,813 deletions examples/gatsby/package-lock.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions examples/gatsby/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "gatsby-starter-hello-world",
"description": "Gatsby hello world starter",
"license": "MIT",
"license": "GPL-3.0",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve"
"develop": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby develop",
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build",
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
},
"dependencies": {
"@fullpage/react-fullpage": "^0.1.27",
"gatsby": "^3.13.0",
"react": "^17.0.2",
"react-dom": "^17.0.2"
"@fullpage/react-fullpage": "^0.1.28",
"gatsby": "^4.22.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
}
}
8,334 changes: 3,827 additions & 4,507 deletions examples/gatsby/yarn.lock

Large diffs are not rendered by default.

Loading

0 comments on commit 5f191fd

Please sign in to comment.