Skip to content

Commit

Permalink
fix(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 20, 2023
1 parent bc573b9 commit 930ee44
Show file tree
Hide file tree
Showing 3 changed files with 1,223 additions and 718 deletions.
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,19 @@
],
"devDependencies": {
"@release-it-plugins/workspaces": "^3.2.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"eslint": "8.44.0",
"eslint-config-prettier": "8.8.0",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"eslint": "8.51.0",
"eslint-config-prettier": "8.10.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.7.1",
"eslint-plugin-prettier": "^5.0.0-alpha.2",
"eslint-plugin-react": "7.32.2",
"eslint-plugin-react": "7.33.2",
"gatsby-plugin-postcss": "^6.11.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"prettier": "3.0.0",
"stylelint": "15.10.1",
"lint-staged": "13.3.0",
"prettier": "3.0.3",
"stylelint": "15.10.3",
"stylelint-config-standard": "34.0.0"
}
}
12 changes: 6 additions & 6 deletions packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"@sentry/gatsby": "^7.57.0",
"@svgr/webpack": "^8.0.0",
"@types/gatsbyjs__reach-router": "^2.0.0",
"@types/isomorphic-fetch": "^0.0.36",
"@types/isomorphic-fetch": "^0.0.37",
"@types/promise-polyfill": "^6.0.4",
"@types/react-collapse": "^5.0.1",
"@types/react-helmet": "^6.1.6",
Expand Down Expand Up @@ -76,11 +76,11 @@
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"@types/hast": "3.0.0",
"@typescript-eslint/eslint-plugin": "5.61.0",
"@typescript-eslint/parser": "5.61.0",
"stylelint": "15.10.1",
"typescript": "5.1.6"
"@types/hast": "3.0.1",
"@typescript-eslint/eslint-plugin": "5.62.0",
"@typescript-eslint/parser": "5.62.0",
"stylelint": "15.10.3",
"typescript": "5.2.2"
},
"peerDependencies": {
"gatsby": "^5.0.0",
Expand Down
Loading

0 comments on commit 930ee44

Please sign in to comment.