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 2, 2024
1 parent bf0c1ee commit 98e022d
Show file tree
Hide file tree
Showing 4 changed files with 246 additions and 249 deletions.
324 changes: 162 additions & 162 deletions .yarn/releases/yarn-4.4.1.cjs → .yarn/releases/yarn-4.5.0.cjs

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .yarnrc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ defaultSemverRangePrefix: ''

nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.4.1.cjs
yarnPath: .yarn/releases/yarn-4.5.0.cjs
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"dependencies": {
"@dvcorg/gatsby-theme-iterative": "0.3.23",
"@dvcorg/websites-server": "0.2.1",
"@iframe-resizer/react": "5.2.6",
"@iframe-resizer/react": "5.3.1",
"@octokit/request": "8.4.0",
"@radix-ui/react-dialog": "1.1.1",
"@radix-ui/react-label": "2.1.0",
Expand All @@ -64,7 +64,7 @@
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
"gatsby-source-rss-feed": "1.2.2",
"isomorphic-fetch": "3.0.0",
"lucide-react": "0.438.0",
"lucide-react": "0.446.0",
"moment": "2.30.1",
"nanoid": "4.0.2",
"promise-polyfill": "8.3.0",
Expand All @@ -91,34 +91,34 @@
"@types/gatsbyjs__reach-router": "2.0.4",
"@types/isomorphic-fetch": "0.0.39",
"@types/promise-polyfill": "6.0.6",
"@types/react": "18.3.5",
"@types/react": "18.3.9",
"@types/react-collapse": "5.0.4",
"@types/react-helmet": "6.1.11",
"@types/react-popover": "0.5.8",
"@types/react-slick": "0.23.13",
"@typescript-eslint/eslint-plugin": "7.18.0",
"@typescript-eslint/parser": "7.18.0",
"babel-jest": "29.7.0",
"eslint": "8.57.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-json": "3.1.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-jsx-a11y": "6.10.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.1",
"eslint-plugin-react": "7.36.1",
"gatsby-plugin-react-helmet": "6.13.1",
"gatsby-source-filesystem": "5.13.1",
"husky": "9.1.5",
"husky": "9.1.6",
"jest": "29.7.0",
"lint-staged": "15.2.10",
"prettier": "3.3.3",
"remark": "15.0.1",
"remark-html": "16.0.1",
"stylelint": "16.9.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.5.4"
"typescript": "5.6.2"
},
"cacheDirectories": [
"node_modules"
],
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit 98e022d

Please sign in to comment.