Skip to content

Commit 249fc32

Browse files
Merge pull request #5 from siddharth-narayan-mishra/main
fix : fix several deployment issues
2 parents 8396128 + ebfc3fc commit 249fc32

File tree

5 files changed

+67
-1518
lines changed

5 files changed

+67
-1518
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Use Node.js
1414
uses: actions/setup-node@v3
1515
with:
16-
node-version: '22.x'
16+
node-version: '22.12.0'
1717
cache: 'yarn'
1818
- name: Install Dependencies
1919
run: yarn install --frozen-lockfile

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
lts/*

package.json

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,18 @@
1919
},
2020
"dependencies": {
2121
"@babel/core": "^7.0.0",
22-
"@emotion/react": "^11.13.5",
23-
"@emotion/styled": "^11.13.5",
24-
"react": "^18.3.1",
25-
"react-dom": "^18.3.1",
22+
"@emotion/react": "^11.14.0",
23+
"@emotion/styled": "^11.14.0",
24+
"react": "^19.0.0",
25+
"react-dom": "^19.0.0",
2626
"react-router": "^7.0.2",
2727
"styled-components": "^6.1.13",
2828
"twin.macro": "^3.4.1"
2929
},
3030
"devDependencies": {
3131
"@eslint/js": "^9.15.0",
32-
"@types/react": "^18.3.12",
33-
"@types/react-dom": "^18.3.1",
32+
"@types/react": "^19.0.1",
33+
"@types/react-dom": "^19.0.1",
3434
"@types/styled-components": "^5.1.34",
3535
"@vitejs/plugin-react": "^4.3.4",
3636
"autoprefixer": "^10.4.20",
@@ -47,7 +47,6 @@
4747
"postcss": "^8.4.49",
4848
"prettier": "^3.4.2",
4949
"tailwindcss": "^3.4.16",
50-
"vercel": "^39.1.3",
5150
"vite": "^6.0.1"
5251
}
5352
}

public/_redirects

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/* /index.html 200

0 commit comments

Comments
 (0)