Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 6, 2023
1 parent c41d1a1 commit 2288779
Show file tree
Hide file tree
Showing 2 changed files with 1,368 additions and 650 deletions.
26 changes: 12 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,20 @@
"lint": "next lint"
},
"dependencies": {
"@types/node": "18.15.6",
"@types/react": "18.0.28",
"@types/react-dom": "18.0.11",
"animejs": "^3.2.1",
"@types/animejs": "^3.1.12",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"animejs": "^3.2.2",
"classnames": "^2.3.2",
"ekb": "^1.1.3",
"eslint": "8.36.0",
"eslint-config-next": "13.2.4",
"next": "13.2.4",
"postcss": "^8.4.21",
"postcss-nesting": "^11.2.1",
"ekb": "^1.1.4",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "5.0.2"
},
"devDependencies": {
"@types/animejs": "^3.1.7"
"typescript": "^5.3.2"
}
}
Loading

0 comments on commit 2288779

Please sign in to comment.