Skip to content

Commit 44695a6

Browse files
committed
chore(deps): update
1 parent 903abc6 commit 44695a6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/deploy.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
echo "::set-output name=cache_dir::$(yarn cache dir)"
3636
3737
- name: Настройка кэширования yarn
38-
uses: actions/cache@v2
38+
uses: actions/cache@v4
3939
with:
4040
path: ${{ steps.yarn-setup.outputs.cache_dir }}
4141
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}

package.json

+2-3
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,7 @@
171171
"terser-webpack-plugin": "^5.2.5",
172172
"ts-jest": "^28.0.7",
173173
"ts-loader": "^9.2.8",
174-
"ttypescript": "^1.5.15",
175-
"typescript": "^5.4.5",
174+
"typescript": "^5.8.3",
176175
"typescript-eslint-parser": "^22.0.0",
177176
"typescript-transform-paths": "^3.3.1",
178177
"use-subscription": "^1.5.1",
@@ -194,7 +193,7 @@
194193
"@consta/charts": "^1.0.0",
195194
"@consta/header": "^3.0.0",
196195
"@consta/icons": "^1.1.0",
197-
"@consta/stand": "^0.0.149",
196+
"@consta/stand": "^0.0.150",
198197
"@consta/uikit": "^5.0.0",
199198
"@consta/widgets-utils": "^0.2.15",
200199
"@evless/react-textfit": "1.1.1",

0 commit comments

Comments
 (0)