|
54 | 54 | "devDependencies": { |
55 | 55 | "@babel/preset-env": "^7.20.2", |
56 | 56 | "@babel/preset-typescript": "^7.18.6", |
57 | | - "@commitlint/cli": "^17.0.0", |
58 | | - "@commitlint/config-conventional": "^17.0.0", |
| 57 | + "@commitlint/cli": "^20.1.0", |
| 58 | + "@commitlint/config-conventional": "^20.0.0", |
59 | 59 | "@gravity-ui/eslint-config": "^3.3.0", |
60 | 60 | "@gravity-ui/prettier-config": "^1.1.0", |
61 | 61 | "@gravity-ui/stylelint-config": "^4.0.1", |
|
75 | 75 | "@testing-library/user-event": "^14.4.3", |
76 | 76 | "@types/jest": "^29.5.0", |
77 | 77 | "@types/lodash": "^4.14.180", |
78 | | - "@types/react": "^18.0.28", |
79 | | - "@types/react-dom": "^18.0.11", |
| 78 | + "@types/react": "^19.0.0", |
| 79 | + "@types/react-dom": "^19.0.0", |
80 | 80 | "@types/react-is": "^17.0.3", |
81 | 81 | "@types/uuid": "^9.0.4", |
82 | 82 | "@vitejs/plugin-react": "^4.2.0", |
|
99 | 99 | "postcss": "^8.4.19", |
100 | 100 | "prettier": "^3.0.3", |
101 | 101 | "randexp": "^0.5.3", |
102 | | - "react": "^18.2.0", |
103 | | - "react-dom": "^18.2.0", |
| 102 | + "react": "^19.2.0", |
| 103 | + "react-dom": "^19.2.0", |
104 | 104 | "react-final-form": "^6.5.3", |
105 | | - "react-is": "^18.2.0", |
| 105 | + "react-is": "^19.2.0", |
106 | 106 | "react-monaco-editor": "^0.46.0", |
107 | 107 | "rimraf": "5.0.5", |
108 | 108 | "sass": "^1.57.1", |
|
112 | 112 | "stylelint": "^15.10.3", |
113 | 113 | "stylelint-scss": "^5.1.0", |
114 | 114 | "ts-jest": "^29.0.5", |
115 | | - "typescript": "^4.9.5", |
| 115 | + "typescript": "^5.8.4", |
116 | 116 | "uuid": "^9.0.1" |
117 | 117 | }, |
118 | 118 | "peerDependencies": { |
119 | 119 | "@gravity-ui/uikit": "^7.0.0", |
120 | 120 | "final-form": "^4.20.2", |
121 | | - "react": "^16.0.0 || ^17.0.0 || ^18.0.0", |
122 | | - "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0", |
| 121 | + "react": "^17.0.0 || ^18.0.0 || ^19.0.0", |
| 122 | + "react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0", |
123 | 123 | "react-final-form": "^6.5.3", |
124 | | - "react-is": "^16.0.0 || ^17.0.0 || ^18.0.0" |
| 124 | + "react-is": "^17.0.0 || ^18.0.0 || ^19.0.0" |
125 | 125 | }, |
126 | 126 | "nano-staged": { |
127 | 127 | "*.{scss}": [ |
|
0 commit comments