Skip to content

Commit 83043c0

Browse files
committed
[hygiene] Dependencies
1 parent 1b20feb commit 83043c0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

package.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -69,34 +69,34 @@
6969
"@babel/preset-env": "^7.26.9",
7070
"@babel/preset-react": "^7.26.3",
7171
"@babel/preset-typescript": "^7.27.0",
72-
"@eslint/js": "^9.23.0",
72+
"@eslint/js": "^9.24.0",
7373
"@prettier/sync": "^0.5.5",
7474
"@rollup/plugin-image": "^3.0.3",
7575
"@rollup/plugin-replace": "^6.0.2",
7676
"@rollup/plugin-terser": "^0.4.4",
7777
"@testing-library/dom": "^10.4.0",
7878
"@testing-library/jest-dom": "^6.6.3",
79-
"@testing-library/react": "^16.2.0",
79+
"@testing-library/react": "^16.3.0",
8080
"@testing-library/user-event": "^14.6.1",
8181
"@types/http-server": "^0.12.4",
8282
"@types/jest": "^29.5.14",
8383
"@types/jest-environment-puppeteer": "^5.0.6",
84-
"@types/node": "^22.13.14",
85-
"@types/react": "^19.0.12",
86-
"@types/react-dom": "^19.0.4",
87-
"@typescript-eslint/eslint-plugin": "^8.28.0",
84+
"@types/node": "^22.14.0",
85+
"@types/react": "^19.1.0",
86+
"@types/react-dom": "^19.1.1",
87+
"@typescript-eslint/eslint-plugin": "^8.29.1",
8888
"babel-eslint": "^10.1.0",
8989
"babel-jest": "^29.7.0",
9090
"babel-plugin-transform-import-meta": "^2.3.2",
9191
"babel-plugin-transform-vite-meta-env": "^1.0.3",
9292
"buffer-replace": "^1.0.0",
9393
"cspell": "^8.18.1",
94-
"esbuild": "^0.25.1",
95-
"eslint": "^9.23.0",
94+
"esbuild": "^0.25.2",
95+
"eslint": "^9.24.0",
9696
"eslint-plugin-import": "^2.31.0",
9797
"eslint-plugin-jest": "^28.11.0",
9898
"eslint-plugin-jsdoc": "^50.6.9",
99-
"eslint-plugin-react": "7.37.4",
99+
"eslint-plugin-react": "7.37.5",
100100
"eslint-plugin-react-hooks": "^5.2.0",
101101
"globals": "^16.0.0",
102102
"gulp": "^5.0.0",
@@ -108,14 +108,14 @@
108108
"prettier-plugin-organize-imports": "^4.1.0",
109109
"react": "^19.1.0",
110110
"react-dom": "^19.1.0",
111-
"rollup": "^4.38.0",
111+
"rollup": "^4.39.0",
112112
"rollup-plugin-esbuild": "^6.2.1",
113113
"rollup-plugin-preserve-shebang": "^1.0.1",
114114
"rollup-plugin-prettier": "^4.1.2",
115115
"tinydocs": "^0.1.55",
116116
"tinytick": "file:./dist",
117117
"ts-unused-exports": "^11.0.1",
118-
"typescript": "5.8.2",
119-
"typescript-eslint": "^8.28.0"
118+
"typescript": "5.8.3",
119+
"typescript-eslint": "^8.29.1"
120120
}
121121
}

0 commit comments

Comments
 (0)