Skip to content

Commit c234638

Browse files
author
zbeyens
committed
Merge pull request #3040 from udecode/vendor/ts-5.3
Upgrade dependencies
1 parent 05f2096 commit c234638

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-node@v3
3333
with:
3434
node-version: 18
35-
cache: "pnpm"
35+
cache: 'pnpm'
3636

3737
- name: Get pnpm store directory
3838
id: pnpm-cache
@@ -47,7 +47,7 @@ jobs:
4747
${{ runner.os }}-pnpm-store-
4848
4949
- name: Install dependencies
50-
run: pnpm install
50+
run: pnpm install --no-frozen-lockfile
5151

5252
# Lint, typecheck, build
5353
- name: 🏗 Run build

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"postcss": "^8.4.34",
5050
"prettier": "^3.2.5",
5151
"tailwindcss": "^3.4.1",
52-
"typescript": "5.3.3"
52+
"typescript": "5.4.2"
5353
},
5454
"pnpm": {
5555
"peerDependencyRules": {

0 commit comments

Comments
 (0)