Skip to content

Commit d457a25

Browse files
fix(deps): update minor and patch updates
1 parent dd96544 commit d457a25

5 files changed

Lines changed: 1564 additions & 1352 deletions

File tree

.yarn/releases/yarn-4.13.0.cjs

Lines changed: 0 additions & 940 deletions
This file was deleted.

.yarn/releases/yarn-4.17.0.cjs

Lines changed: 944 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
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.13.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.17.0.cjs

package.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,10 @@
3939
},
4040
"private": true,
4141
"dependencies": {
42-
"@babel/plugin-transform-react-jsx": "7.28.6",
43-
"@docsearch/modal": "4.6.2",
42+
"@babel/plugin-transform-react-jsx": "7.29.7",
43+
"@docsearch/modal": "4.6.3",
4444
"@svgr/webpack": "8.1.0",
45-
"@tailwindcss/postcss": "4.2.2",
45+
"@tailwindcss/postcss": "4.3.2",
4646
"clsx": "2.1.1",
4747
"compression": "1.8.1",
4848
"express": "5.2.1",
@@ -68,60 +68,60 @@
6868
"hast-util-to-jsx-runtime": "2.3.6",
6969
"helmet": "8.1.0",
7070
"http-proxy-middleware": "3.0.7",
71-
"lucide-react": "1.7.0",
71+
"lucide-react": "1.23.0",
7272
"permissions-policy": "0.6.0",
73-
"postcss": "8.5.14",
73+
"postcss": "8.5.16",
7474
"postcss-nested": "7.0.2",
7575
"prismjs": "1.30.0",
76-
"react": "19.2.4",
77-
"react-dom": "19.2.4",
76+
"react": "19.2.7",
77+
"react-dom": "19.2.7",
7878
"react-intersection-observer": "10.0.3",
7979
"rehype-parse": "9.0.1",
8080
"rehype-stringify": "10.0.1",
8181
"remark-html": "16.0.1",
8282
"remark-preset-lint-recommended": "7.0.1",
8383
"serve-handler": "6.1.7",
84-
"tailwindcss": "4.2.2",
84+
"tailwindcss": "4.3.2",
8585
"tailwindcss-animate": "1.0.7",
8686
"unified": "11.0.5",
8787
"unist-util-visit": "5.1.0"
8888
},
8989
"devDependencies": {
90-
"@babel/core": "7.29.6",
90+
"@babel/core": "7.29.7",
9191
"@eslint/js": "10.0.1",
9292
"@eslint/json": "1.2.0",
9393
"@testing-library/dom": "10.4.1",
9494
"@testing-library/react": "16.3.2",
9595
"@types/gatsbyjs__reach-router": "2.0.5",
9696
"@types/hast": "3.0.4",
97-
"@types/react": "19.2.14",
97+
"@types/react": "19.2.17",
9898
"@types/react-dom": "19.2.3",
9999
"@types/unist": "3.0.3",
100-
"eslint": "10.1.0",
100+
"eslint": "10.6.0",
101101
"eslint-config-prettier": "10.1.8",
102-
"eslint-import-resolver-typescript": "4.4.4",
103-
"eslint-plugin-import-x": "4.16.2",
102+
"eslint-import-resolver-typescript": "4.4.5",
103+
"eslint-plugin-import-x": "4.17.1",
104104
"eslint-plugin-jsx-a11y": "6.10.2",
105-
"eslint-plugin-prettier": "5.5.5",
105+
"eslint-plugin-prettier": "5.5.6",
106106
"eslint-plugin-react": "7.37.5",
107107
"eslint-plugin-react-hooks": "6.1.1",
108108
"gatsby-source-filesystem": "5.16.0",
109-
"globals": "17.4.0",
110-
"happy-dom": "20.8.9",
109+
"globals": "17.7.0",
110+
"happy-dom": "20.10.6",
111111
"husky": "9.1.7",
112112
"lint-staged": "16.4.0",
113113
"nodemon": "3.1.14",
114-
"prettier": "3.8.1",
114+
"prettier": "3.9.4",
115115
"remark": "15.0.1",
116-
"stylelint": "17.6.0",
116+
"stylelint": "17.14.0",
117117
"stylelint-config-standard": "40.0.0",
118-
"typescript": "6.0.2",
118+
"typescript": "6.0.3",
119119
"typescript-eslint": "8.59.0",
120120
"vite-plugin-svgr": "4.5.0",
121-
"vitest": "4.1.2"
121+
"vitest": "4.1.9"
122122
},
123123
"cacheDirectories": [
124124
"node_modules"
125125
],
126-
"packageManager": "yarn@4.13.0"
126+
"packageManager": "yarn@4.17.0"
127127
}

0 commit comments

Comments
 (0)