Skip to content

Commit

Permalink
switch to happy-dom and bump deps (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Mar 10, 2024
1 parent 30bdb1a commit b236fe2
Show file tree
Hide file tree
Showing 6 changed files with 522 additions and 757 deletions.
12 changes: 6 additions & 6 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,18 @@
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"microdiff": "1.3.2",
"next": "14.1.0",
"next": "14.1.3",
"react": "18.2.0",
"react-dom": "18.2.0",
"zundo": "workspace:*",
"zustand": "4.5.0"
"zustand": "4.5.2"
},
"devDependencies": {
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
"@types/node": "20.11.5",
"@types/react": "18.2.48",
"eslint": "8.56.0",
"typescript": "5.3.3"
"@types/node": "20.11.25",
"@types/react": "18.2.64",
"eslint": "8.57.0",
"typescript": "5.4.2"
}
}
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,10 @@
"test:ci": "pnpm --filter tests test:ci"
},
"devDependencies": {
"prettier": "3.2.4",
"tsup": "8.0.1",
"typescript": "5.3.3",
"zustand": "4.5.0"
"prettier": "3.2.5",
"tsup": "8.0.2",
"typescript": "5.4.2",
"zustand": "4.5.2"
},
"peerDependencies": {
"zustand": "^4.3.0"
Expand Down
Loading

0 comments on commit b236fe2

Please sign in to comment.