Skip to content

Commit 26eab4a

Browse files
fix(deps): update all non-major dependencies
1 parent b5de79d commit 26eab4a

File tree

5 files changed

+2855
-1955
lines changed

5 files changed

+2855
-1955
lines changed

.yarn/releases/yarn-4.5.0.cjs

-925
This file was deleted.

.yarn/releases/yarn-4.8.1.cjs

+935
Large diffs are not rendered by default.

.yarnrc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ defaultSemverRangePrefix: ''
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.5.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.8.1.cjs

package.json

+31-31
Original file line numberDiff line numberDiff line change
@@ -45,26 +45,26 @@
4545
"dependencies": {
4646
"@dvcorg/gatsby-theme-iterative": "0.3.24",
4747
"@dvcorg/websites-server": "0.2.1",
48-
"@iframe-resizer/react": "5.3.1",
48+
"@iframe-resizer/react": "5.4.2",
4949
"@octokit/request": "8.4.0",
50-
"@radix-ui/react-dialog": "1.1.2",
51-
"@radix-ui/react-label": "2.1.0",
50+
"@radix-ui/react-dialog": "1.1.6",
51+
"@radix-ui/react-label": "2.1.2",
5252
"@reach/router": "1.3.4",
5353
"clsx": "2.1.1",
5454
"date-fns": "3.6.0",
55-
"dotenv": "16.4.5",
56-
"gatsby": "5.13.7",
57-
"gatsby-plugin-catch-links": "5.13.1",
58-
"gatsby-plugin-google-tagmanager": "5.13.1",
59-
"gatsby-plugin-image": "3.13.1",
60-
"gatsby-plugin-manifest": "5.13.1",
61-
"gatsby-plugin-postcss": "6.13.1",
62-
"gatsby-plugin-sharp": "5.13.1",
63-
"gatsby-plugin-twitter": "5.13.1",
55+
"dotenv": "16.4.7",
56+
"gatsby": "5.14.1",
57+
"gatsby-plugin-catch-links": "5.14.0",
58+
"gatsby-plugin-google-tagmanager": "5.14.0",
59+
"gatsby-plugin-image": "3.14.0",
60+
"gatsby-plugin-manifest": "5.14.0",
61+
"gatsby-plugin-postcss": "6.14.0",
62+
"gatsby-plugin-sharp": "5.14.0",
63+
"gatsby-plugin-twitter": "5.14.0",
6464
"gatsby-plugin-webpack-bundle-analyser-v2": "1.1.32",
6565
"gatsby-source-rss-feed": "1.2.2",
6666
"isomorphic-fetch": "3.0.0",
67-
"lucide-react": "0.452.0",
67+
"lucide-react": "0.486.0",
6868
"moment": "2.30.1",
6969
"nanoid": "4.0.2",
7070
"promise-polyfill": "8.3.0",
@@ -73,25 +73,25 @@
7373
"react": "18.3.1",
7474
"react-collapse": "5.1.1",
7575
"react-dom": "18.3.1",
76-
"react-focus-lock": "2.13.2",
76+
"react-focus-lock": "2.13.6",
7777
"react-helmet": "6.1.0",
7878
"react-popover": "0.5.10",
79-
"react-slick": "0.30.2",
80-
"react-use": "17.5.1",
79+
"react-slick": "0.30.3",
80+
"react-use": "17.6.0",
8181
"repo-link-check": "0.14.2",
8282
"slick-carousel": "1.8.1",
83-
"tailwind-merge": "2.5.3",
83+
"tailwind-merge": "2.6.0",
8484
"tailwindcss-animate": "1.0.7",
8585
"typed.js": "2.1.0",
8686
"upath": "2.0.1",
8787
"webpack-filter-warnings-plugin": "1.2.1"
8888
},
8989
"devDependencies": {
90-
"@babel/core": "7.25.8",
91-
"@types/gatsbyjs__reach-router": "2.0.4",
90+
"@babel/core": "7.26.10",
91+
"@types/gatsbyjs__reach-router": "2.0.5",
9292
"@types/isomorphic-fetch": "0.0.39",
9393
"@types/promise-polyfill": "6.0.6",
94-
"@types/react": "18.3.11",
94+
"@types/react": "18.3.20",
9595
"@types/react-collapse": "5.0.4",
9696
"@types/react-helmet": "6.1.11",
9797
"@types/react-popover": "0.5.8",
@@ -102,23 +102,23 @@
102102
"eslint": "8.57.1",
103103
"eslint-config-prettier": "9.1.0",
104104
"eslint-plugin-json": "3.1.0",
105-
"eslint-plugin-jsx-a11y": "6.10.0",
106-
"eslint-plugin-prettier": "5.2.1",
107-
"eslint-plugin-react": "7.37.1",
108-
"gatsby-plugin-react-helmet": "6.13.1",
109-
"gatsby-source-filesystem": "5.13.1",
110-
"husky": "9.1.6",
105+
"eslint-plugin-jsx-a11y": "6.10.2",
106+
"eslint-plugin-prettier": "5.2.5",
107+
"eslint-plugin-react": "7.37.4",
108+
"gatsby-plugin-react-helmet": "6.14.0",
109+
"gatsby-source-filesystem": "5.14.0",
110+
"husky": "9.1.7",
111111
"jest": "29.7.0",
112-
"lint-staged": "15.2.10",
113-
"prettier": "3.3.3",
112+
"lint-staged": "15.5.0",
113+
"prettier": "3.5.3",
114114
"remark": "15.0.1",
115115
"remark-html": "16.0.1",
116-
"stylelint": "16.10.0",
116+
"stylelint": "16.17.0",
117117
"stylelint-config-standard": "36.0.1",
118-
"typescript": "5.6.3"
118+
"typescript": "5.8.2"
119119
},
120120
"cacheDirectories": [
121121
"node_modules"
122122
],
123-
"packageManager": "yarn@4.5.0"
123+
"packageManager": "yarn@4.8.1"
124124
}

0 commit comments

Comments
 (0)