Skip to content

Commit

Permalink
update some deps
Browse files Browse the repository at this point in the history
  • Loading branch information
9t8 committed Aug 14, 2024
1 parent aee98c3 commit e8127bf
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 41 deletions.
64 changes: 29 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,18 @@
},
"dependencies": {
"@types/node": "^20.8.3",
"@types/react": "^18.2.25",
"@types/react-dom": "^18.2.11",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"eslint": "^8.51.0",
"eslint-config-next": "^13.5.4",
"mui-file-input": "^3.0.2",
"ndarray-pixels": "^3.0.4",
"next": "^13.5.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "^5.2.2"
"react": "^18.3.1",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
},
"devDependencies": {
"@types/ndarray": "^1.0.12"
"@types/ndarray": "^1.0.14"
}
}

0 comments on commit e8127bf

Please sign in to comment.