-
Notifications
You must be signed in to change notification settings - Fork 394
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update all non-major dependencies
- Loading branch information
1 parent
4ea1623
commit 028ebc0
Showing
5 changed files
with
1,727 additions
and
1,695 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -45,26 +45,26 @@ | |
"dependencies": { | ||
"@dvcorg/gatsby-theme-iterative": "0.3.24", | ||
"@dvcorg/websites-server": "0.2.1", | ||
"@iframe-resizer/react": "5.3.1", | ||
"@iframe-resizer/react": "5.3.2", | ||
"@octokit/request": "8.4.0", | ||
"@radix-ui/react-dialog": "1.1.2", | ||
"@radix-ui/react-label": "2.1.0", | ||
"@reach/router": "1.3.4", | ||
"clsx": "2.1.1", | ||
"date-fns": "3.6.0", | ||
"dotenv": "16.4.5", | ||
"gatsby": "5.13.7", | ||
"gatsby-plugin-catch-links": "5.13.1", | ||
"gatsby-plugin-google-tagmanager": "5.13.1", | ||
"gatsby-plugin-image": "3.13.1", | ||
"gatsby-plugin-manifest": "5.13.1", | ||
"gatsby-plugin-postcss": "6.13.1", | ||
"gatsby-plugin-sharp": "5.13.1", | ||
"gatsby-plugin-twitter": "5.13.1", | ||
"dotenv": "16.4.7", | ||
"gatsby": "5.14.0", | ||
"gatsby-plugin-catch-links": "5.14.0", | ||
"gatsby-plugin-google-tagmanager": "5.14.0", | ||
"gatsby-plugin-image": "3.14.0", | ||
"gatsby-plugin-manifest": "5.14.0", | ||
"gatsby-plugin-postcss": "6.14.0", | ||
"gatsby-plugin-sharp": "5.14.0", | ||
"gatsby-plugin-twitter": "5.14.0", | ||
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32", | ||
"gatsby-source-rss-feed": "1.2.2", | ||
"isomorphic-fetch": "3.0.0", | ||
"lucide-react": "0.452.0", | ||
"lucide-react": "0.465.0", | ||
"moment": "2.30.1", | ||
"nanoid": "4.0.2", | ||
"promise-polyfill": "8.3.0", | ||
|
@@ -80,18 +80,18 @@ | |
"react-use": "17.5.1", | ||
"repo-link-check": "0.14.2", | ||
"slick-carousel": "1.8.1", | ||
"tailwind-merge": "2.5.3", | ||
"tailwind-merge": "2.5.5", | ||
"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.8", | ||
"@types/gatsbyjs__reach-router": "2.0.4", | ||
"@babel/core": "7.26.0", | ||
"@types/gatsbyjs__reach-router": "2.0.5", | ||
"@types/isomorphic-fetch": "0.0.39", | ||
"@types/promise-polyfill": "6.0.6", | ||
"@types/react": "18.3.11", | ||
"@types/react": "18.3.13", | ||
"@types/react-collapse": "5.0.4", | ||
"@types/react-helmet": "6.1.11", | ||
"@types/react-popover": "0.5.8", | ||
|
@@ -102,23 +102,23 @@ | |
"eslint": "8.57.1", | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-json": "3.1.0", | ||
"eslint-plugin-jsx-a11y": "6.10.0", | ||
"eslint-plugin-jsx-a11y": "6.10.2", | ||
"eslint-plugin-prettier": "5.2.1", | ||
"eslint-plugin-react": "7.37.1", | ||
"gatsby-plugin-react-helmet": "6.13.1", | ||
"gatsby-source-filesystem": "5.13.1", | ||
"husky": "9.1.6", | ||
"eslint-plugin-react": "7.37.2", | ||
"gatsby-plugin-react-helmet": "6.14.0", | ||
"gatsby-source-filesystem": "5.14.0", | ||
"husky": "9.1.7", | ||
"jest": "29.7.0", | ||
"lint-staged": "15.2.10", | ||
"prettier": "3.3.3", | ||
"prettier": "3.4.2", | ||
"remark": "15.0.1", | ||
"remark-html": "16.0.1", | ||
"stylelint": "16.10.0", | ||
"stylelint": "16.11.0", | ||
"stylelint-config-standard": "36.0.1", | ||
"typescript": "5.6.3" | ||
"typescript": "5.7.2" | ||
}, | ||
"cacheDirectories": [ | ||
"node_modules" | ||
], | ||
"packageManager": "[email protected].0" | ||
"packageManager": "[email protected].3" | ||
} |
Oops, something went wrong.