Skip to content

Commit 3e66134

Browse files
Merge pull request #31 from Your-Ehsan/development
updated release.yml file
2 parents f9b1af9 + 792f53f commit 3e66134

File tree

3 files changed

+537
-765
lines changed

3 files changed

+537
-765
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
tags:
55
- 'v*'
66

7+
permissions:
8+
contents: write # needed for creating releases
9+
packages: write # if you're also publishing packages
10+
711
jobs:
812
release:
913
if: ${{ github.repository_owner == 'your-ehsan' && github.ref_type == 'tag' && contains(github.ref, 'master') }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
"@tanstack/router-plugin": "^1.99.3",
9999
"@types/better-sqlite3": "^7.6.12",
100100
"@types/node": "^22.13.4",
101-
"@types/react": "^18.3.18",
101+
"@types/react": "^19.0.10",
102102
"@types/react-dom": "^18.3.5",
103103
"@vitejs/plugin-react": "^4.3.4",
104104
"autoprefixer": "^10.4.20",
@@ -114,11 +114,11 @@
114114
"eslint-plugin-react-refresh": "^0.4.19",
115115
"husky": "^9.1.7",
116116
"lint-staged": "^15.4.3",
117-
"postcss": "^8.5.1",
117+
"postcss": "^8.5.3",
118118
"prettier": "^3.5.1",
119-
"react": "^18.3.1",
120-
"react-dom": "^18.3.1",
121-
"tailwindcss": "^3.4.17",
119+
"react": "^19.0.0",
120+
"react-dom": "^19.0.0",
121+
"tailwindcss": "^4.0.7",
122122
"typescript": "^5.7.3",
123123
"vite": "^6.1.1"
124124
},

0 commit comments

Comments
 (0)