Skip to content

Commit fd914d3

Browse files
chore(deps): update all non-major dependencies
1 parent aeeb6e9 commit fd914d3

File tree

4 files changed

+974
-615
lines changed

4 files changed

+974
-615
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
"tslib": "^2.5.0"
5555
},
5656
"devDependencies": {
57-
"@babel/core": "7.26.10",
58-
"@babel/preset-env": "7.26.9",
57+
"@babel/core": "7.27.1",
58+
"@babel/preset-env": "7.27.1",
5959
"@babel/preset-typescript": "7.27.0",
6060
"@changesets/changelog-github": "0.5.1",
6161
"@changesets/cli": "2.29.2",
@@ -64,12 +64,12 @@
6464
"@theguild/prettier-config": "3.0.1",
6565
"@types/jest": "29.5.14",
6666
"@types/mongodb": "4.0.7",
67-
"@types/node": "22.15.2",
67+
"@types/node": "22.15.12",
6868
"@typescript-eslint/eslint-plugin": "8.31.0",
6969
"@typescript-eslint/parser": "8.31.0",
7070
"bob-the-bundler": "7.0.1",
7171
"cross-env": "7.0.3",
72-
"eslint": "9.25.1",
72+
"eslint": "9.26.0",
7373
"eslint-config-prettier": "10.1.2",
7474
"eslint-config-standard": "17.1.0",
7575
"eslint-plugin-import": "2.31.0",

website/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
},
2020
"devDependencies": {
2121
"@theguild/tailwind-config": "0.6.3",
22-
"@types/node": "22.15.2",
23-
"@types/react": "19.1.2",
22+
"@types/node": "22.15.12",
23+
"@types/react": "19.1.3",
2424
"cross-env": "7.0.3",
2525
"next-sitemap": "4.2.3",
2626
"postcss-import": "16.1.0",

website/yarn.lock

+8-8
Original file line numberDiff line numberDiff line change
@@ -1194,17 +1194,17 @@
11941194
dependencies:
11951195
"@types/unist" "*"
11961196

1197-
"@types/node@22.15.2":
1198-
version "22.15.2"
1199-
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.2.tgz#1db55aa64618ee93a58c8912f74beefe44aca905"
1200-
integrity sha512-uKXqKN9beGoMdBfcaTY1ecwz6ctxuJAcUlwE55938g0ZJ8lRxwAZqRz2AJ4pzpt5dHdTPMB863UZ0ESiFUcP7A==
1197+
"@types/node@22.15.12":
1198+
version "22.15.12"
1199+
resolved "https://registry.yarnpkg.com/@types/node/-/node-22.15.12.tgz#9ce54e51e09536faa94e4ec300c4728ee83bfa85"
1200+
integrity sha512-K0fpC/ZVeb8G9rm7bH7vI0KAec4XHEhBam616nVJCV51bKzJ6oA3luG4WdKoaztxe70QaNjS/xBmcDLmr4PiGw==
12011201
dependencies:
12021202
undici-types "~6.21.0"
12031203

1204-
"@types/react@19.1.2":
1205-
version "19.1.2"
1206-
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.2.tgz#11df86f66f188f212c90ecb537327ec68bfd593f"
1207-
integrity sha512-oxLPMytKchWGbnQM9O7D67uPa9paTNxO7jVoNMXgkkErULBPhPARCfkKL9ytcIJJRGjbsVwW4ugJzyFFvm/Tiw==
1204+
"@types/react@19.1.3":
1205+
version "19.1.3"
1206+
resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.3.tgz#c75a24b775a63280b02c66a55a3cfa04f4022cf7"
1207+
integrity sha512-dLWQ+Z0CkIvK1J8+wrDPwGxEYFA4RAyHoZPxHVGspYmFVnwGSNT24cGIhFJrtfRnWVuW8X7NO52gCXmhkVUWGQ==
12081208
dependencies:
12091209
csstype "^3.0.2"
12101210

0 commit comments

Comments
 (0)