Skip to content

Commit f42f182

Browse files
authored
Update package.json
As been the recent issue with many users, the project fails with current dependencies. So, I'm updating the already installed dependencies to the latest versions, and adding `cire-js` to 2.6.5 (as it currecntly works well with latest gatsby release) as the project's inner node dependencies demand it
1 parent 8dd1244 commit f42f182

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

package.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,11 @@
88
"serve": "gatsby serve"
99
},
1010
"dependencies": {
11-
"firebase": "^5.6.0",
12-
"gatsby": "^2.0.33",
13-
"react": "^16.5.1",
14-
"react-dom": "^16.5.1",
15-
"recompose": "^0.30.0"
11+
"firebase": "^6.0.2",
12+
"gatsby": "^2.4.3",
13+
"react": "^16.8.6",
14+
"react-dom": "^16.8.6",
15+
"recompose": "^0.30.0",
16+
"core-js": "^2.6.5"
1617
}
1718
}

0 commit comments

Comments
 (0)