Skip to content

Commit fecb18e

Browse files
committed
[UPDATE] peer dependencies
1 parent f10abbb commit fecb18e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@draftbox-co/gatsby-plugin-tawk-lazy",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"license": "MIT",
66
"devDependencies": {
@@ -12,9 +12,9 @@
1212
"@babel/runtime": "^7.10.5"
1313
},
1414
"peerDependencies": {
15-
"gatsby": "2.20.24",
16-
"react": "^16.4.2",
17-
"react-dom": "^16.4.2"
15+
"gatsby": "^3.0.0",
16+
"react": "^17.0.1",
17+
"react-dom": "^17.0.1"
1818
},
1919
"keywords": [
2020
"gatsby",

0 commit comments

Comments
 (0)