Skip to content

Commit

Permalink
IPK-14 Dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben committed Dec 20, 2023
1 parent ed9ccb1 commit b7780f4
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,19 @@
"lint": "next lint"
},
"dependencies": {
"@reduxjs/toolkit": "^1.9.7",
"@reduxjs/toolkit": "^2.0.1",
"@splinetool/react-spline": "^2.2.6",
"@splinetool/runtime": "^0.9.523",
"framer-motion": "^10.16.15",
"@splinetool/runtime": "^1.0.4",
"framer-motion": "^10.16.16",
"jsonwebtoken": "^9.0.2",
"locomotive-scroll": "^5.0.0-beta.11",
"next": "14.0.3",
"next": "14.0.4",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.49.0",
"react-hook-form": "^7.49.2",
"react-icons": "^4.12.0",
"react-redux": "^8.1.3",
"redux": "^4.2.1",
"react-redux": "^9.0.4",
"redux": "^5.0.0",
"redux-persist": "^6.0.0",
"sass": "^1.69.5",
"spline": "^0.0.0"
Expand All @@ -31,16 +31,16 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"daisyui": "^4.4.15",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.22",
"eslint": "^8",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.0",
"postcss": "^8",
"prettier": "^3.1.0",
"tailwindcss": "^3.3.0",
"prettier": "^3.1.1",
"tailwindcss": "^3.4.0",
"typescript": "^5"
}
}

0 comments on commit b7780f4

Please sign in to comment.