Skip to content

Commit 241e989

Browse files
committed
chore: update react & js sdk versions
1 parent 515f589 commit 241e989

13 files changed

Lines changed: 43960 additions & 39777 deletions

File tree

with-gatsbyjs/package-lock.json

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

with-gatsbyjs/package.json

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
{
2-
"name": "authorizer-gatsby-demo",
3-
"version": "1.0.0",
4-
"private": true,
5-
"description": "authorizer gatsby demo",
6-
"author": "Lakhan Samani",
7-
"keywords": [
8-
"gatsby"
9-
],
10-
"scripts": {
11-
"develop": "gatsby develop",
12-
"start": "gatsby develop",
13-
"build": "gatsby build",
14-
"serve": "gatsby serve",
15-
"clean": "gatsby clean"
16-
},
17-
"dependencies": {
18-
"@authorizerdev/authorizer-react": "^0.5.0",
19-
"@mdx-js/mdx": "^1.6.22",
20-
"@mdx-js/react": "^1.6.22",
21-
"babel-plugin-styled-components": "^2.0.2",
22-
"gatsby": "^4.6.2",
23-
"gatsby-plugin-manifest": "^4.7.0",
24-
"gatsby-plugin-mdx": "^3.7.0",
25-
"gatsby-plugin-sitemap": "^5.7.0",
26-
"gatsby-plugin-styled-components": "^5.7.0",
27-
"gatsby-source-filesystem": "^4.7.0",
28-
"gatsby-transformer-remark": "^5.7.0",
29-
"react": "^17.0.1",
30-
"react-dom": "^17.0.1",
31-
"styled-components": "^5.3.3"
32-
}
2+
"name": "authorizer-gatsby-demo",
3+
"version": "1.0.0",
4+
"private": true,
5+
"description": "authorizer gatsby demo",
6+
"author": "Lakhan Samani",
7+
"keywords": [
8+
"gatsby"
9+
],
10+
"scripts": {
11+
"develop": "gatsby develop",
12+
"start": "gatsby develop",
13+
"build": "gatsby build",
14+
"serve": "gatsby serve",
15+
"clean": "gatsby clean"
16+
},
17+
"dependencies": {
18+
"@authorizerdev/authorizer-react": "^0.9.0",
19+
"@mdx-js/mdx": "^1.6.22",
20+
"@mdx-js/react": "^1.6.22",
21+
"babel-plugin-styled-components": "^2.0.2",
22+
"gatsby": "^4.6.2",
23+
"gatsby-plugin-manifest": "^4.7.0",
24+
"gatsby-plugin-mdx": "^3.7.0",
25+
"gatsby-plugin-sitemap": "^5.7.0",
26+
"gatsby-plugin-styled-components": "^5.7.0",
27+
"gatsby-source-filesystem": "^4.7.0",
28+
"gatsby-transformer-remark": "^5.7.0",
29+
"react": "^17.0.1",
30+
"react-dom": "^17.0.1",
31+
"styled-components": "^5.3.3"
32+
}
3333
}

with-gatsbyjs/src/components/layout.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default function Layout({ children }) {
1515
authorizerURL: 'https://authorizer-demo.herokuapp.com',
1616
redirectURL:
1717
typeof window !== 'undefined' ? window.location.origin : '/',
18+
clientID: 'fec7f60f-efc0-42a7-9600-596daa4cc249',
1819
}}
1920
>
2021
<div
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
export default {
22
authorizerURL: 'https://authorizer-demo.herokuapp.com',
33
redirectURL: 'http://localhost:3000',
4+
clientID: 'fec7f60f-efc0-42a7-9600-596daa4cc249',
45
};

0 commit comments

Comments
 (0)