|
54 | 54 | "__tests__/*.{ts,tsx,js,jsx}": "prettier --write" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@ianvs/prettier-plugin-sort-imports": "4.5.1", |
| 57 | + "@ianvs/prettier-plugin-sort-imports": "4.6.0", |
58 | 58 | "@rollup/plugin-commonjs": "28.0.6", |
59 | 59 | "@rollup/plugin-node-resolve": "16.0.1", |
60 | 60 | "@rollup/plugin-replace": "6.0.2", |
61 | 61 | "@rollup/plugin-typescript": "12.1.4", |
62 | 62 | "@types/jasmine": "5.1.8", |
63 | 63 | "@types/jest": "29.5.14", |
64 | | - "@types/react": "19.1.8", |
65 | | - "@types/react-dom": "19.1.6", |
66 | | - "@typescript-eslint/eslint-plugin": "8.38.0", |
67 | | - "@typescript-eslint/parser": "8.38.0", |
| 64 | + "@types/react": "19.1.9", |
| 65 | + "@types/react-dom": "19.1.7", |
| 66 | + "@typescript-eslint/eslint-plugin": "8.39.0", |
| 67 | + "@typescript-eslint/parser": "8.39.0", |
68 | 68 | "eslint": "9.32.0", |
69 | 69 | "eslint-config-prettier": "10.1.8", |
70 | 70 | "husky": "9.1.7", |
71 | 71 | "jest": "30.0.5", |
72 | | - "lint-staged": "16.1.2", |
| 72 | + "lint-staged": "16.1.4", |
73 | 73 | "prettier": "3.6.2", |
74 | 74 | "pretty-quick": "4.2.2", |
75 | | - "rollup": "4.46.1", |
| 75 | + "rollup": "4.46.2", |
76 | 76 | "rollup-plugin-uglify": "6.0.4", |
77 | | - "ts-jest": "29.4.0", |
| 77 | + "ts-jest": "29.4.1", |
78 | 78 | "tslib": "2.8.1", |
79 | | - "typescript": "5.8.3" |
| 79 | + "typescript": "5.9.2" |
80 | 80 | }, |
81 | 81 | "peerDependencies": { |
82 | 82 | "react": ">=17.0.2", |
|
0 commit comments