Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
samirergaibi committed Jun 15, 2021
1 parent f076ea6 commit be16784
Show file tree
Hide file tree
Showing 2 changed files with 4,254 additions and 5,546 deletions.
52 changes: 26 additions & 26 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,34 +16,34 @@
"clean": "gatsby clean"
},
"dependencies": {
"babel-plugin-styled-components": "1.11.1",
"gatsby": "2.24.68",
"gatsby-image": "2.4.21",
"gatsby-plugin-layout": "1.3.13",
"gatsby-plugin-manifest": "2.4.34",
"gatsby-plugin-offline": "3.2.31",
"gatsby-plugin-react-helmet": "3.3.13",
"gatsby-plugin-sharp": "2.6.39",
"gatsby-plugin-styled-components": "3.3.13",
"gatsby-source-filesystem": "2.3.33",
"gatsby-transformer-sharp": "2.5.17",
"react": "16.13.1",
"react-dom": "16.13.1",
"babel-plugin-styled-components": "1.12.0",
"gatsby": "3.7.1",
"gatsby-image": "3.7.1",
"gatsby-plugin-layout": "2.7.1",
"gatsby-plugin-manifest": "3.7.1",
"gatsby-plugin-offline": "4.7.1",
"gatsby-plugin-react-helmet": "4.7.1",
"gatsby-plugin-sharp": "3.7.1",
"gatsby-plugin-styled-components": "4.7.1",
"gatsby-source-filesystem": "3.7.1",
"gatsby-transformer-sharp": "3.7.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-helmet": "6.1.0",
"react-intl": "5.8.4",
"styled-components": "5.2.0"
"react-intl": "5.20.2",
"styled-components": "5.3.0"
},
"devDependencies": {
"@types/react": "16.9.51",
"@types/react-helmet": "6.1.0",
"@types/styled-components": "5.1.3",
"@typescript-eslint/eslint-plugin": "4.4.0",
"@typescript-eslint/parser": "4.4.0",
"eslint": "7.10.0",
"eslint-config-prettier": "6.12.0",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-react": "7.21.3",
"prettier": "2.1.2",
"typescript": "4.0.3"
"@types/react": "17.0.11",
"@types/react-helmet": "6.1.1",
"@types/styled-components": "5.1.10",
"@typescript-eslint/eslint-plugin": "4.27.0",
"@typescript-eslint/parser": "4.27.0",
"eslint": "7.28.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-react": "7.24.0",
"prettier": "2.3.1",
"typescript": "4.3.2"
}
}
Loading

0 comments on commit be16784

Please sign in to comment.