Skip to content

Commit

Permalink
feat: inline zustand 4.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
verekia committed Apr 21, 2024
1 parent b8362a6 commit cdcc9cc
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,6 @@
"format:check": "prettier --check .",
"publint": "publint"
},
"dependencies": {
"zustand": "^4.5.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
"@typescript-eslint/eslint-plugin": "^7.5.0",
Expand All @@ -51,6 +48,7 @@
"prettier": "^3.2.5",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
"typescript": "^5.4.4",
"zustand": "4.5.2"
}
}
9 changes: 5 additions & 4 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@
"publint": "publint"
},
"dependencies": {
"@manapotion/core": "^0.25.1"
"@manapotion/core": "^0.25.1",
"use-sync-external-store": "1.2.0"
},
"peerDependencies": {
"react": ">=17.0.2",
"zustand": ">=4.3.8"
"react": ">=17.0.2"
},
"devDependencies": {
"@ianvs/prettier-plugin-sort-imports": "^4.2.1",
Expand All @@ -59,6 +59,7 @@
"prettier": "^3.2.5",
"publint": "^0.2.7",
"tsup": "^8.0.2",
"typescript": "^5.4.4"
"typescript": "^5.4.4",
"zustand": "4.5.2"
}
}

0 comments on commit cdcc9cc

Please sign in to comment.