Skip to content

Commit

Permalink
bump deps (#198)
Browse files Browse the repository at this point in the history
* bump deps

* add structured clone polyfill for node v16 testing

* monkey-patch

* package lock

* remove structured clone polyfill

* remove specified package manager

* test with node 18
  • Loading branch information
charkour authored Jan 19, 2025
1 parent 2c2494d commit d7cb303
Show file tree
Hide file tree
Showing 6 changed files with 629 additions and 872 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:

strategy:
matrix:
node-version: [16.x, 22.x]
node-version: [18.x, 23.x]
zustand: [
4.2.0, # Oldest zustand TS supported
4.0.0, # Oldest zustand JS supported
Expand Down
2 changes: 1 addition & 1 deletion examples/web/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
// see https://nextjs.org/docs/pages/api-reference/config/typescript for more information.
18 changes: 9 additions & 9 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
"just-throttle": "4.2.0",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"microdiff": "1.4.0",
"next": "15.0.3",
"react": "18.3.1",
"react-dom": "18.3.1",
"microdiff": "1.5.0",
"next": "15.1.5",
"react": "19.0.0",
"react-dom": "19.0.0",
"zundo": "workspace:*",
"zustand": "5.0.1"
"zustand": "5.0.3"
},
"devDependencies": {
"@types/lodash.merge": "4.6.9",
"@types/lodash.throttle": "4.1.9",
"@types/node": "22.9.0",
"@types/react": "18.3.12",
"eslint": "9.15.0",
"typescript": "5.6.3"
"@types/node": "22.10.7",
"@types/react": "19.0.7",
"eslint": "9.18.0",
"typescript": "5.7.3"
}
}
6 changes: 3 additions & 3 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.3.3",
"prettier": "3.4.2",
"tsup": "8.3.5",
"typescript": "5.6.3",
"zustand": "5.0.1"
"typescript": "5.7.3",
"zustand": "5.0.3"
},
"peerDependencies": {
"zustand": "^4.3.0 || ^5.0.0"
Expand Down
Loading

0 comments on commit d7cb303

Please sign in to comment.