File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 35
35
echo "::set-output name=cache_dir::$(yarn cache dir)"
36
36
37
37
- name : Настройка кэширования yarn
38
- uses : actions/cache@v2
38
+ uses : actions/cache@v4
39
39
with :
40
40
path : ${{ steps.yarn-setup.outputs.cache_dir }}
41
41
key : ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
Original file line number Diff line number Diff line change 171
171
"terser-webpack-plugin" : " ^5.2.5" ,
172
172
"ts-jest" : " ^28.0.7" ,
173
173
"ts-loader" : " ^9.2.8" ,
174
- "ttypescript" : " ^1.5.15" ,
175
- "typescript" : " ^5.4.5" ,
174
+ "typescript" : " ^5.8.3" ,
176
175
"typescript-eslint-parser" : " ^22.0.0" ,
177
176
"typescript-transform-paths" : " ^3.3.1" ,
178
177
"use-subscription" : " ^1.5.1" ,
194
193
"@consta/charts" : " ^1.0.0" ,
195
194
"@consta/header" : " ^3.0.0" ,
196
195
"@consta/icons" : " ^1.1.0" ,
197
- "@consta/stand" : " ^0.0.149 " ,
196
+ "@consta/stand" : " ^0.0.150 " ,
198
197
"@consta/uikit" : " ^5.0.0" ,
199
198
"@consta/widgets-utils" : " ^0.2.15" ,
200
199
"@evless/react-textfit" : " 1.1.1" ,
You can’t perform that action at this time.
0 commit comments