Skip to content

Commit

Permalink
chore(deps): Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 13, 2022
1 parent dfa9087 commit 20d70f8
Show file tree
Hide file tree
Showing 2 changed files with 959 additions and 754 deletions.
48 changes: 24 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@
"dependencies": {
"@mdx-js/mdx": "1.6.22",
"@mdx-js/react": "1.6.22",
"gatsby": "4.6.0",
"gatsby": "4.7.1",
"gatsby-image": "3.11.0",
"gatsby-plugin-google-fonts": "1.0.1",
"gatsby-plugin-image": "2.6.0",
"gatsby-plugin-mdx": "3.6.0",
"gatsby-plugin-sharp": "4.6.0",
"gatsby-remark-copy-linked-files": "5.6.0",
"gatsby-remark-images": "6.6.0",
"gatsby-source-filesystem": "4.6.0",
"gatsby-transformer-remark": "5.6.0",
"gatsby-transformer-sharp": "4.6.0",
"gatsby-plugin-image": "2.7.0",
"gatsby-plugin-mdx": "3.7.0",
"gatsby-plugin-sharp": "4.7.0",
"gatsby-remark-copy-linked-files": "5.7.0",
"gatsby-remark-images": "6.7.0",
"gatsby-source-filesystem": "4.7.0",
"gatsby-transformer-remark": "5.7.0",
"gatsby-transformer-sharp": "4.7.0",
"normalize.css": "8.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
Expand All @@ -54,28 +54,28 @@
"typescript": "4.5.5"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/eslint-parser": "7.16.5",
"@babel/core": "7.17.2",
"@babel/eslint-parser": "7.17.0",
"@babel/preset-env": "7.16.11",
"@babel/preset-react": "7.16.7",
"@babel/preset-typescript": "7.16.7",
"@commitlint/cli": "16.1.0",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/cli": "16.2.1",
"@commitlint/config-conventional": "16.2.1",
"@lmc-eu/prettier-config": "1.2.2",
"@testing-library/jest-dom": "5.16.1",
"@testing-library/jest-dom": "5.16.2",
"@testing-library/react": "12.1.2",
"@types/jest": "27.4.0",
"@types/node": "16.11.21",
"@types/react": "17.0.38",
"@types/node": "16.11.24",
"@types/react": "17.0.39",
"@types/react-dom": "17.0.11",
"@types/styled-components": "5.1.21",
"@typescript-eslint/eslint-plugin": "5.10.1",
"@typescript-eslint/parser": "5.10.1",
"@types/styled-components": "5.1.22",
"@typescript-eslint/eslint-plugin": "5.11.0",
"@typescript-eslint/parser": "5.11.0",
"babel-eslint": "10.1.0",
"babel-jest": "27.4.6",
"babel-preset-gatsby": "2.6.0",
"core-js": "3.20.3",
"eslint": "8.8.0",
"babel-jest": "27.5.1",
"babel-preset-gatsby": "2.7.0",
"core-js": "3.21.0",
"eslint": "8.9.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-airbnb-typescript": "16.1.0",
"eslint-config-prettier": "8.3.0",
Expand All @@ -88,7 +88,7 @@
"eslint-plugin-react-hooks": "4.3.0",
"husky": "7.0.4",
"identity-obj-proxy": "3.0.0",
"jest": "27.4.7",
"jest": "27.5.1",
"npm-run-all": "4.1.5",
"prettier": "2.5.1"
},
Expand Down

0 comments on commit 20d70f8

Please sign in to comment.