diff --git a/package.json b/package.json index 2550f638..366a2a1d 100644 --- a/package.json +++ b/package.json @@ -61,7 +61,7 @@ "@rollup/plugin-typescript": "12.1.2", "@types/jasmine": "5.1.7", "@types/jest": "29.5.14", - "@types/react": "19.1.0", + "@types/react": "19.1.1", "@types/react-dom": "19.1.2", "@typescript-eslint/eslint-plugin": "8.29.1", "@typescript-eslint/parser": "8.29.1", @@ -69,7 +69,7 @@ "eslint-config-prettier": "10.1.2", "husky": "9.1.7", "jest": "29.7.0", - "lint-staged": "15.5.0", + "lint-staged": "15.5.1", "prettier": "3.5.3", "pretty-quick": "4.1.1", "rollup": "4.39.0", diff --git a/yarn.lock b/yarn.lock index 6e273ea4..9166d409 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1313,10 +1313,10 @@ resolved "https://registry.yarnpkg.com/@types/react-dom/-/react-dom-19.1.2.tgz#bd1fe3b8c28a3a2e942f85314dcfb71f531a242f" integrity sha512-XGJkWF41Qq305SKWEILa1O8vzhb3aOo3ogBlSmiqNko/WmRb6QIaweuZCXjKygVDXpzXb5wyxKTSOsmkuqj+Qw== -"@types/react@19.1.0": - version "19.1.0" - resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.0.tgz#73c43ad9bc43496ca8184332b111e2aef63fc9da" - integrity sha512-UaicktuQI+9UKyA4njtDOGBD/67t8YEBt2xdfqu8+gP9hqPUPsiXlNPcpS2gVdjmis5GKPG3fCxbQLVgxsQZ8w== +"@types/react@19.1.1": + version "19.1.1" + resolved "https://registry.yarnpkg.com/@types/react/-/react-19.1.1.tgz#f7f2bb4a0a8d22b9ee4b8f6e27f0c78d76eb7f9b" + integrity sha512-ePapxDL7qrgqSF67s0h9m412d9DbXyC1n59O2st+9rjuuamWsZuD2w55rqY12CbzsZ7uVXb5Nw0gEp9Z8MMutQ== dependencies: csstype "^3.0.2" @@ -3089,10 +3089,10 @@ lines-and-columns@^1.1.6: resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.1.6.tgz#1c00c743b433cd0a4e80758f7b64a57440d9ff00" integrity sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA= -lint-staged@15.5.0: - version "15.5.0" - resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.0.tgz#fa6464cfb06e0faf5bb167f83186e952ff6e569e" - integrity sha512-WyCzSbfYGhK7cU+UuDDkzUiytbfbi0ZdPy2orwtM75P3WTtQBzmG40cCxIa8Ii2+XjfxzLH6Be46tUfWS85Xfg== +lint-staged@15.5.1: + version "15.5.1" + resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-15.5.1.tgz#6de35298964641b8b6e060d3db0fb6ac866c6e24" + integrity sha512-6m7u8mue4Xn6wK6gZvSCQwBvMBR36xfY24nF5bMTf2MHDYG6S3yhJuOgdYVw99hsjyDt2d4z168b3naI8+NWtQ== dependencies: chalk "^5.4.1" commander "^13.1.0"