Skip to content

Commit

Permalink
Merge pull request #31 from NivSv/update-versions
Browse files Browse the repository at this point in the history
Update versions
  • Loading branch information
NivSv authored Feb 25, 2024
2 parents e178a27 + e424b07 commit 7b3dc1a
Show file tree
Hide file tree
Showing 9 changed files with 744 additions and 527 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Node
uses: actions/setup-node@v1
with:
node-version: 16
node-version: 20.11.1

- name: Install dependencies
uses: pnpm/action-setup@v2
Expand Down
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.12.1
v20.11.1
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html lang="en" class="bg-background">
<head>
<meta charset="UTF-8" />
Expand Down
62 changes: 31 additions & 31 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,48 +11,48 @@
"prepare": "husky install"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@react-three/drei": "^9.91.0",
"@react-three/fiber": "^8.15.12",
"@react-three/postprocessing": "^2.15.11",
"axios": "^1.6.2",
"clsx": "^1.2.1",
"framer-motion": "^10.16.16",
"@emailjs/browser": "^4.1.0",
"@react-three/drei": "^9.99.4",
"@react-three/fiber": "^8.15.16",
"@react-three/postprocessing": "^2.16.0",
"axios": "^1.6.7",
"clsx": "^2.1.0",
"framer-motion": "^11.0.6",
"husky-init": "^8.0.0",
"maath": "^0.6.0",
"postprocessing": "^6.33.4",
"maath": "^0.10.7",
"postprocessing": "^6.34.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"react-intersection-observer": "^9.5.3",
"react-toastify": "^9.1.3",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-toastify": "^10.0.4",
"react-vertical-timeline-component": "^3.6.0",
"three": "^0.152.2",
"vite-tsconfig-paths": "^4.2.2",
"three": "^0.161.0",
"vite-tsconfig-paths": "^4.3.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react": "^18.2.58",
"@types/react-dom": "^18.2.19",
"@types/react-vertical-timeline-component": "^3.3.6",
"@types/three": "^0.149.0",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@vitejs/plugin-react-swc": "^3.5.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"@types/three": "^0.161.2",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"@vitejs/plugin-react-swc": "^3.6.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-react": "^7.33.2",
"husky": "^8.0.3",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"sass": "^1.69.5",
"husky": "^9.0.11",
"postcss": "^8.4.35",
"prettier": "^3.2.5",
"sass": "^1.71.1",
"tailwind-styled-components": "^2.2.0",
"tailwindcss": "^3.3.6",
"typescript": "^4.9.5",
"vite": "^4.5.1"
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4"
}
}
Loading

0 comments on commit 7b3dc1a

Please sign in to comment.