Skip to content

Commit

Permalink
build: complete dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
bencodes07 committed May 11, 2024
1 parent 3137b26 commit 541116a
Showing 1 changed file with 37 additions and 36 deletions.
73 changes: 37 additions & 36 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
]
},
"dependencies": {
"@apollo/client": "^3.9.9",
"@apollo/experimental-nextjs-app-support": "^0.9.1",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@apollo/client": "^3.10.3",
"@apollo/experimental-nextjs-app-support": "^0.10.1",
"@commitlint/cli": "^19.3.0",
"@commitlint/config-conventional": "^19.2.2",
"@hookform/resolvers": "^3.3.4",
"@next/eslint-plugin-next": "^14.1.0",
"@next/eslint-plugin-next": "^14.2.3",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -44,58 +44,59 @@
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-three/drei": "^9.97.0",
"@react-three/fiber": "^8.15.16",
"@reduxjs/toolkit": "^2.1.0",
"@splinetool/r3f-spline": "^1.0.2",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^1.0.42",
"@tweenjs/tween.js": "^23.1.1",
"@react-three/drei": "^9.105.6",
"@react-three/fiber": "8.15.16",
"@reduxjs/toolkit": "^2.2.4",
"@splinetool/r3f-spline": "1.0.2",
"@splinetool/react-spline": "2.2.6",
"@splinetool/runtime": "1.0.42",
"@tweenjs/tween.js": "23.1.1",
"class-variance-authority": "^0.7.0",
"classnames": "^2.5.1",
"clsx": "^2.1.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-tailwindcss": "^3.14.1",
"framer-motion": "^11.0.3",
"clsx": "^2.1.1",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-tailwindcss": "^3.15.1",
"framer-motion": "^11.1.9",
"graphql": "^16.8.1",
"husky": "^9.0.10",
"husky": "^9.0.11",
"jsonwebtoken": "^9.0.2",
"locomotive-scroll": "^5.0.0-beta.11",
"lucide-react": "^0.321.0",
"lucide-react": "^0.378.0",
"next": "14.2.3",
"next-sitemap": "^4.2.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.0",
"react-icons": "^5.0.1",
"react-redux": "^9.1.0",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
"react-redux": "^9.1.2",
"redux": "^5.0.1",
"redux-persist": "^6.0.0",
"sass": "^1.70.0",
"tailwind-merge": "^2.2.1",
"sass": "^1.77.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"three": "^0.161.0",
"zod": "^3.22.4"
"three": "0.161.0",
"troika-three-text": "^0.49.1",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/three": "^0.161.2",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-config-next": "14.1.0",
"@types/three": "0.161.2",
"@typescript-eslint/eslint-plugin": "6.20.0",
"@typescript-eslint/parser": "6.20.0",
"autoprefixer": "^10.4.19",
"eslint": "8.56.0",
"eslint-config-next": "14.2.3",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"lint-staged": "^15.2.1",
"lint-staged": "^15.2.2",
"postcss": "^8",
"prettier": "^3.2.5",
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
"prettier-plugin-tailwindcss": "^0.5.14",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}

0 comments on commit 541116a

Please sign in to comment.