|
54 | 54 | "__tests__/*.{ts,tsx,js,jsx}": "prettier --write"
|
55 | 55 | },
|
56 | 56 | "devDependencies": {
|
57 |
| - "@ianvs/prettier-plugin-sort-imports": "3.7.1", |
58 |
| - "@rollup/plugin-commonjs": "24.0.0", |
59 |
| - "@rollup/plugin-node-resolve": "15.0.1", |
60 |
| - "@rollup/plugin-replace": "5.0.2", |
61 |
| - "@rollup/plugin-typescript": "11.0.0", |
62 |
| - "@types/jasmine": "4.3.1", |
63 |
| - "@types/jest": "29.2.5", |
64 |
| - "@types/react": "18.0.26", |
65 |
| - "@types/react-dom": "18.0.10", |
66 |
| - "@typescript-eslint/eslint-plugin": "5.48.2", |
67 |
| - "@typescript-eslint/parser": "5.48.2", |
68 |
| - "eslint": "8.32.0", |
69 |
| - "eslint-config-prettier": "8.6.0", |
70 |
| - "husky": "8.0.3", |
71 |
| - "jest": "29.3.1", |
72 |
| - "lint-staged": "13.1.0", |
73 |
| - "prettier": "2.8.3", |
74 |
| - "pretty-quick": "3.1.3", |
75 |
| - "rollup": "3.10.0", |
| 57 | + "@ianvs/prettier-plugin-sort-imports": "4.6.2", |
| 58 | + "@rollup/plugin-commonjs": "28.0.6", |
| 59 | + "@rollup/plugin-node-resolve": "16.0.1", |
| 60 | + "@rollup/plugin-replace": "6.0.2", |
| 61 | + "@rollup/plugin-typescript": "12.1.4", |
| 62 | + "@types/jasmine": "5.1.9", |
| 63 | + "@types/jest": "30.0.0", |
| 64 | + "@types/react": "19.1.10", |
| 65 | + "@types/react-dom": "19.1.7", |
| 66 | + "@typescript-eslint/eslint-plugin": "8.40.0", |
| 67 | + "@typescript-eslint/parser": "8.40.0", |
| 68 | + "eslint": "9.33.0", |
| 69 | + "eslint-config-prettier": "10.1.8", |
| 70 | + "husky": "9.1.7", |
| 71 | + "jest": "30.0.5", |
| 72 | + "lint-staged": "16.1.5", |
| 73 | + "prettier": "3.6.2", |
| 74 | + "pretty-quick": "4.2.2", |
| 75 | + "rollup": "4.47.1", |
76 | 76 | "rollup-plugin-uglify": "6.0.4",
|
77 |
| - "ts-jest": "29.0.5", |
78 |
| - "tslib": "2.4.1", |
79 |
| - "typescript": "4.9.4" |
| 77 | + "ts-jest": "29.4.1", |
| 78 | + "tslib": "2.8.1", |
| 79 | + "typescript": "5.9.2" |
80 | 80 | },
|
81 | 81 | "peerDependencies": {
|
82 | 82 | "react": ">=17.0.2",
|
|
0 commit comments