Skip to content

Commit 194b574

Browse files
committed
upgrade dependencies
Signed-off-by: Dmitriy Nevzorov <[email protected]>
1 parent 880cef2 commit 194b574

File tree

2 files changed

+1362
-1137
lines changed

2 files changed

+1362
-1137
lines changed

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@
4242
"release": "release-it"
4343
},
4444
"devDependencies": {
45-
"@babel/cli": "^7.10.1",
45+
"@babel/cli": "^7.10.3",
4646
"@types/bluebird": "^3.5.32",
47-
"@types/react": "^16.9.35",
48-
"babel-preset-gatsby-package": "^0.4.2",
49-
"gatsby": "^2.22.12",
47+
"@types/react": "^16.9.41",
48+
"@types/react-helmet": "^6.0.0",
49+
"babel-preset-gatsby-package": "^0.4.6",
50+
"gatsby": "^2.23.11",
5051
"husky": "^4.2.5",
52+
"i18next": "^19.5.1",
5153
"prettier": "^2.0.5",
5254
"pretty-quick": "^2.0.1",
53-
"release-it": "^13.6.1",
54-
"typescript": "^3.9.3",
55-
"i18next": "^19.4.5",
56-
"react-i18next": "^11.5.0",
57-
"@types/react-helmet": "^6.0.0"
55+
"react-i18next": "^11.7.0",
56+
"release-it": "^13.6.3",
57+
"typescript": "^3.9.5"
5858
},
5959
"dependencies": {
6060
"bluebird": "^3.7.2",
@@ -63,12 +63,12 @@
6363
},
6464
"peerDependencies": {
6565
"gatsby": "^2.2.0",
66-
"react": "^16.12.0",
6766
"i18next": "^19.4.5",
67+
"react": "^16.12.0",
6868
"react-i18next": "^11.5.0"
6969
},
7070
"optionalDependencies": {
71-
"react-helmet": "^6.0.0"
71+
"react-helmet": "^6.1.0"
7272
},
7373
"husky": {
7474
"hooks": {

0 commit comments

Comments
 (0)