Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sashachabin committed Dec 23, 2023
1 parent 713a270 commit 1ccbfdc
Show file tree
Hide file tree
Showing 3 changed files with 361 additions and 538 deletions.
1 change: 1 addition & 0 deletions .nvmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
20
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@
},
"dependencies": {
"@types/animejs": "^3.1.12",
"@types/node": "^20.10.3",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@types/node": "^20.10.5",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.18",
"animejs": "^3.2.2",
"classnames": "^2.3.2",
"ekb": "^1.1.4",
"eslint": "^8.55.0",
"eslint-config-next": "^14.0.3",
"next": "^14.0.3",
"ekb": "^1.1.5",
"eslint": "^8.56.0",
"eslint-config-next": "^14.0.4",
"next": "^14.0.4",
"postcss": "^8.4.32",
"postcss-nesting": "^12.0.1",
"postcss-nesting": "^12.0.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.3.2"
"typescript": "^5.3.3"
}
}
Loading

0 comments on commit 1ccbfdc

Please sign in to comment.