Skip to content

Commit 5f191fd

Browse files
authored
Merge pull request #351 from alvarotrigo/dev
Merging dev branch 0.1.28
2 parents 358d975 + 59ab6bf commit 5f191fd

File tree

11 files changed

+14278
-23318
lines changed

11 files changed

+14278
-23318
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<p align="center">Official React wrapper for the <a target="_blank" href="https://github.com/alvarotrigo/fullPage.js/">fullpage.js library</a></p>
66

77
<p align="center">
8-
<img src="https://img.shields.io/badge/react--fullpage-v0.1.27-brightgreen.svg" alt="react-fullpage version" />
8+
<img src="https://img.shields.io/badge/react--fullpage-v0.1.28-brightgreen.svg" alt="react-fullpage version" />
99
</p>
1010

1111
- [Demo online](https://alvarotrigo.com/react-fullpage/) | [CodeSandbox](https://codesandbox.io/s/m34yq5q0qx)

dist/react-fullpage-umd.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/react-fullpage.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gatsby/package-lock.json

Lines changed: 9908 additions & 12813 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/gatsby/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "gatsby-starter-hello-world",
33
"description": "Gatsby hello world starter",
4-
"license": "MIT",
4+
"license": "GPL-3.0",
55
"scripts": {
6-
"develop": "gatsby develop",
7-
"build": "gatsby build",
8-
"serve": "gatsby serve"
6+
"develop": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby develop",
7+
"build": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby build",
8+
"serve": "export SET NODE_OPTIONS=--openssl-legacy-provider && gatsby serve"
99
},
1010
"dependencies": {
11-
"@fullpage/react-fullpage": "^0.1.27",
12-
"gatsby": "^3.13.0",
13-
"react": "^17.0.2",
14-
"react-dom": "^17.0.2"
11+
"@fullpage/react-fullpage": "^0.1.28",
12+
"gatsby": "^4.22.1",
13+
"react": "^18.1.0",
14+
"react-dom": "^18.1.0"
1515
}
1616
}

examples/gatsby/yarn.lock

Lines changed: 3827 additions & 4507 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)