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 Apr 10, 2023
1 parent cd755ed commit ccb128c
Show file tree
Hide file tree
Showing 4 changed files with 278 additions and 216 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"packages/*"
],
"devDependencies": {
"@typescript-eslint/eslint-plugin": "5.56.0",
"@typescript-eslint/parser": "5.56.0",
"@typescript-eslint/eslint-plugin": "5.58.0",
"@typescript-eslint/parser": "5.58.0",
"eslint": "^8.34.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-json": "3.1.0",
Expand All @@ -35,7 +35,7 @@
"eslint-plugin-react": "7.32.2",
"gatsby-plugin-postcss": "^6.4.0",
"husky": "8.0.3",
"lint-staged": "13.2.0",
"lint-staged": "13.2.1",
"prettier": "2.8.7",
"stylelint": "^15.1.0",
"stylelint-config-standard": "^31.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
"react-dom": "^18.0.0"
},
"devDependencies": {
"eslint": "8.36.0"
"eslint": "8.38.0"
}
}
4 changes: 2 additions & 2 deletions packages/gatsby-theme-iterative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@
},
"devDependencies": {
"@types/hast": "2.3.4",
"eslint": "8.36.0",
"typescript": "5.0.2"
"eslint": "8.38.0",
"typescript": "5.0.4"
},
"peerDependencies": {
"gatsby": "^5.0.0",
Expand Down
Loading

0 comments on commit ccb128c

Please sign in to comment.