Skip to content

Commit

Permalink
shave 2 bytes by updating deps (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour committed Aug 1, 2023
1 parent 67864a2 commit e0095a6
Show file tree
Hide file tree
Showing 3 changed files with 392 additions and 454 deletions.
12 changes: 6 additions & 6 deletions examples/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@
"just-throttle": "4.2.0",
"lodash.merge": "4.6.2",
"lodash.throttle": "4.1.1",
"next": "13.4.6",
"next": "13.4.12",
"react": "18.2.0",
"react-dom": "18.2.0",
"zundo": "workspace:*",
"zustand": "4.3.8"
"zustand": "4.3.9"
},
"devDependencies": {
"@types/lodash.merge": "4.6.7",
"@types/lodash.throttle": "4.1.7",
"@types/node": "20.3.1",
"@types/react": "18.2.12",
"eslint": "8.42.0",
"typescript": "5.1.3"
"@types/node": "20.4.5",
"@types/react": "18.2.18",
"eslint": "8.46.0",
"typescript": "5.1.6"
}
}
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,24 +43,24 @@
"test:ci": "vitest run"
},
"devDependencies": {
"@size-limit/preset-small-lib": "8.2.4",
"@testing-library/jest-dom": "5.16.5",
"@size-limit/preset-small-lib": "8.2.6",
"@testing-library/jest-dom": "5.17.0",
"@testing-library/react": "14.0.0",
"@types/lodash.throttle": "4.1.7",
"@types/react-dom": "18.2.5",
"@types/react-dom": "18.2.7",
"jsdom": "22.1.0",
"lodash.throttle": "4.1.1",
"prettier": "2.8.8",
"prettier": "3.0.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-test-renderer": "18.2.0",
"size-limit": "8.2.4",
"tsup": "6.7.0",
"typescript": "5.1.3",
"vite": "4.3.9",
"vitest": "0.32.0",
"size-limit": "8.2.6",
"tsup": "7.1.0",
"typescript": "5.1.6",
"vite": "4.4.7",
"vitest": "0.33.0",
"vitest-localstorage-mock": "0.0.1",
"zustand": "4.3.8"
"zustand": "4.3.9"
},
"peerDependencies": {
"zustand": "^4.3.0"
Expand Down
Loading

0 comments on commit e0095a6

Please sign in to comment.