Skip to content

Commit

Permalink
bump deps, esm and cjs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
charkour authored Dec 9, 2023
1 parent 6527993 commit b0be4ec
Show file tree
Hide file tree
Showing 3 changed files with 657 additions and 708 deletions.
24 changes: 13 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"name": "zustand-di",
"version": "0.0.8",
"description": "initialize zustand stores with react context",
"type": "module",
"keywords": [
"zustand",
"react",
Expand Down Expand Up @@ -31,17 +32,17 @@
"test": "vitest"
},
"devDependencies": {
"@size-limit/preset-small-lib": "9.0.0",
"@testing-library/react": "14.0.0",
"@types/react": "18.2.21",
"@vitest/ui": "0.34.4",
"jsdom": "22.1.0",
"@size-limit/preset-small-lib": "11.0.1",
"@testing-library/react": "14.1.2",
"@types/react": "18.2.42",
"@vitest/ui": "1.0.2",
"jsdom": "23.0.1",
"react": "18.2.0",
"size-limit": "9.0.0",
"tsup": "7.2.0",
"typescript": "5.2.2",
"vitest": "0.34.4",
"zustand": "4.4.1"
"size-limit": "11.0.1",
"tsup": "8.0.1",
"typescript": "5.3.3",
"vitest": "1.0.2",
"zustand": "4.4.7"
},
"files": [
"dist",
Expand All @@ -55,7 +56,8 @@
"size-limit": [
{
"path": "dist/index.js",
"limit": "800 B"
"limit": "800 B",
"gzip": true
}
]
}
Loading

0 comments on commit b0be4ec

Please sign in to comment.