Skip to content

Commit c9488c4

Browse files
author
Rajat
committed
Github action fixes; Build fixes;
1 parent af93c85 commit c9488c4

File tree

3 files changed

+37
-41
lines changed

3 files changed

+37
-41
lines changed

.github/workflows/code-quality.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
name: Code Quality
2-
on: [push]
2+
on:
3+
push:
4+
branches:
5+
- '**'
36

47
concurrency: ${{ github.workflow }}-${{ github.ref }}
58

@@ -49,4 +52,4 @@ jobs:
4952
pnpm -r build
5053
5154
- name: Run test
52-
run: pnpm test
55+
run: pnpm test

apps/web/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
"next-auth": "5.0.0-beta.25",
3434
"next-themes": "^0.2.1",
3535
"nodemailer": "^6.7.2",
36-
"react": "19.1.0",
37-
"react-dom": "19.1.0",
36+
"react": "19.2.0",
37+
"react-dom": "19.2.0",
3838
"react-icons": "^4.11.0",
3939
"sonner": "^1.3.1",
4040
"tailwind-merge": "^2.2.0",
@@ -45,8 +45,8 @@
4545
"@types/json-schema": "^7.0.15",
4646
"@types/node": "20.10.6",
4747
"@types/nodemailer": "^6.4.13",
48-
"@types/react": "19.1.0",
49-
"@types/react-dom": "19.1.1",
48+
"@types/react": "19.2.2",
49+
"@types/react-dom": "19.2.2",
5050
"autoprefixer": "^10.4.17",
5151
"eslint": "^8",
5252
"eslint-config-next": "15.2.4",
@@ -55,7 +55,7 @@
5555
"typescript": "^5"
5656
},
5757
"overrides": {
58-
"@types/react": "19.1.0",
59-
"@types/react-dom": "19.1.1"
58+
"@types/react": "19.2.2",
59+
"@types/react-dom": "19.2.2"
6060
}
6161
}

pnpm-lock.yaml

Lines changed: 26 additions & 33 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)