Skip to content

Commit aaaa4a1

Browse files
authored
Merge branch 'main' into dataloader-datalifetime
2 parents 40b4ce4 + 8e69b71 commit aaaa4a1

File tree

2 files changed

+348
-481
lines changed

2 files changed

+348
-481
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"pnpm": ">=9.x"
1010
},
1111
"dependencies": {
12-
"@babel/core": "7.25.9",
12+
"@babel/core": "7.26.0",
1313
"@babel/eslint-parser": "7.25.9",
1414
"@babel/plugin-transform-runtime": "7.25.9",
15-
"@babel/preset-env": "7.25.9",
15+
"@babel/preset-env": "7.26.0",
1616
"@babel/preset-react": "7.25.9",
17-
"@babel/preset-typescript": "7.25.9",
17+
"@babel/preset-typescript": "7.26.0",
1818
"@biomejs/biome": "1.9.4",
1919
"@changesets/changelog-github": "0.5.0",
2020
"@changesets/cli": "2.27.9",
@@ -26,7 +26,7 @@
2626
"@testing-library/jest-dom": "6.6.3",
2727
"@testing-library/react": "16.0.1",
2828
"@types/jest": "29.5.14",
29-
"@types/node": "22.7.7",
29+
"@types/node": "22.8.1",
3030
"@types/react": "18.3.12",
3131
"@types/react-dom": "18.3.1",
3232
"@vitejs/plugin-react": "4.3.3",

0 commit comments

Comments
 (0)