Skip to content

Commit

Permalink
[v2] breaking: remove derive-valtio dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dai-shi committed Nov 14, 2023
1 parent 580dcde commit dcf62e0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 509 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@
},
"homepage": "https://github.com/pmndrs/valtio",
"dependencies": {
"proxy-compare": "2.5.1",
"derive-valtio": "0.1.0"
"proxy-compare": "2.5.1"
},
"devDependencies": {
"@babel/core": "^7.23.2",
Expand Down
1 change: 0 additions & 1 deletion src/vanilla/utils.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export { subscribeKey } from './utils/subscribeKey.ts'
export { watch } from './utils/watch.ts'
export { devtools } from './utils/devtools.ts'
export { derive, underive, unstable_deriveSubscriptions } from 'derive-valtio'
export { deepClone } from './utils/deepClone.ts'
export { proxyWithHistory } from './utils/proxyWithHistory.ts'
export { proxySet } from './utils/proxySet.ts'
Expand Down
Loading

0 comments on commit dcf62e0

Please sign in to comment.