Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilippIRL committed Jun 20, 2024
1 parent a96d992 commit eaf0837
Show file tree
Hide file tree
Showing 2 changed files with 399 additions and 417 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@
"lint": "eslint ."
},
"dependencies": {
"framer-motion": "^11.0.8",
"next": "^14.1.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-is": "^18.2.0",
"styled-components": "^6.1.8"
"framer-motion": "^11.2.11",
"next": "^14.2.4",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-is": "^18.3.1",
"styled-components": "^6.1.11"
},
"devDependencies": {
"@types/node": "^20.11.25",
"@types/react": "^18.2.64",
"@types/node": "^20.14.6",
"@types/react": "^18.3.3",
"@types/styled-components": "^5.1.34",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"@typescript-eslint/eslint-plugin": "^7.13.1",
"@typescript-eslint/parser": "^7.13.1",
"babel-plugin-styled-components": "^2.1.4",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
"eslint-config-next": "^14.1.3",
"typescript": "^5.4.2"
"cypress": "^13.12.0",
"eslint": "^9.5.0",
"eslint-config-next": "^14.2.4",
"typescript": "^5.5.2"
}
}
Loading

0 comments on commit eaf0837

Please sign in to comment.