Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies (#5315)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 87c938d commit 9194bcb
Show file tree
Hide file tree
Showing 4 changed files with 519 additions and 437 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
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
"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-dialog": "1.1.2",
"@radix-ui/react-label": "2.1.0",
"@reach/router": "1.3.4",
"clsx": "2.1.1",
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.452.0",
"moment": "2.30.1",
"nanoid": "4.0.2",
"promise-polyfill": "8.3.0",
Expand All @@ -80,45 +80,45 @@
"react-use": "17.5.1",
"repo-link-check": "0.14.2",
"slick-carousel": "1.8.1",
"tailwind-merge": "2.5.2",
"tailwind-merge": "2.5.3",
"tailwindcss-animate": "1.0.7",
"typed.js": "2.1.0",
"upath": "2.0.1",
"webpack-filter-warnings-plugin": "1.2.1"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.25.8",
"@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.11",
"@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.37.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": "16.10.0",
"stylelint-config-standard": "36.0.1",
"typescript": "5.5.4"
"typescript": "5.6.3"
},
"cacheDirectories": [
"node_modules"
],
"packageManager": "yarn@4.4.1"
"packageManager": "yarn@4.5.0"
}
Loading

0 comments on commit 9194bcb

Please sign in to comment.