Skip to content

Commit

Permalink
chore: update deps (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Apr 6, 2024
1 parent 8ac6dc2 commit 45e1f40
Show file tree
Hide file tree
Showing 5 changed files with 573 additions and 380 deletions.
12 changes: 6 additions & 6 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
"just-throttle": "4.2.0",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"microdiff": "1.3.2",
"next": "14.1.3",
"microdiff": "1.4.0",
"next": "14.1.4",
"react": "18.2.0",
"react-dom": "18.2.0",
"zundo": "workspace:*",
Expand All @@ -22,9 +22,9 @@
"devDependencies": {
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"eslint": "8.57.0",
"typescript": "5.4.2"
"@types/node": "20.12.5",
"@types/react": "18.2.74",
"eslint": "9.0.0",
"typescript": "5.4.4"
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"devDependencies": {
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.2",
"typescript": "5.4.4",
"zustand": "4.5.2"
},
"peerDependencies": {
Expand Down
Loading

0 comments on commit 45e1f40

Please sign in to comment.