Skip to content

Commit 8902c4c

Browse files
authored
[v2] breaking: remove derive-valtio dependency (#821)
1 parent 580dcde commit 8902c4c

File tree

4 files changed

+1
-509
lines changed

4 files changed

+1
-509
lines changed

package.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,7 @@
104104
},
105105
"homepage": "https://github.com/pmndrs/valtio",
106106
"dependencies": {
107-
"proxy-compare": "2.5.1",
108-
"derive-valtio": "0.1.0"
107+
"proxy-compare": "2.5.1"
109108
},
110109
"devDependencies": {
111110
"@babel/core": "^7.23.2",

src/vanilla/utils.ts

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
export { subscribeKey } from './utils/subscribeKey.ts'
22
export { watch } from './utils/watch.ts'
33
export { devtools } from './utils/devtools.ts'
4-
export { derive, underive, unstable_deriveSubscriptions } from 'derive-valtio'
54
export { deepClone } from './utils/deepClone.ts'
65
export { proxyWithHistory } from './utils/proxyWithHistory.ts'
76
export { proxySet } from './utils/proxySet.ts'

0 commit comments

Comments
 (0)