Skip to content

Commit

Permalink
Merge pull request #5 from siddharth-narayan-mishra/main
Browse files Browse the repository at this point in the history
fix : fix several deployment issues
  • Loading branch information
OpenCode-NITR authored Dec 9, 2024
2 parents 8396128 + ebfc3fc commit 249fc32
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 1,518 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v3
with:
node-version: '22.x'
node-version: '22.12.0'
cache: 'yarn'
- name: Install Dependencies
run: yarn install --frozen-lockfile
Expand Down
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
lts/*
13 changes: 6 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@
},
"dependencies": {
"@babel/core": "^7.0.0",
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-router": "^7.0.2",
"styled-components": "^6.1.13",
"twin.macro": "^3.4.1"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.1",
"@types/styled-components": "^5.1.34",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
Expand All @@ -47,7 +47,6 @@
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.16",
"vercel": "^39.1.3",
"vite": "^6.0.1"
}
}
1 change: 1 addition & 0 deletions public/_redirects
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/* /index.html 200
Loading

0 comments on commit 249fc32

Please sign in to comment.