Skip to content

Commit

Permalink
chore: upgrade native-signals
Browse files Browse the repository at this point in the history
  • Loading branch information
sxzz committed Oct 5, 2024
1 parent 7b6ca42 commit ff27ffe
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion packages/runtime-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/vuejs/vue-vapor/tree/dev/packages/runtime-vapor#readme",
"dependencies": {
"native-signals": "https://pkg.pr.new/johnsoncodehk/native-signals@8f12b23",
"native-signals": "https://pkg.pr.new/johnsoncodehk/native-signals@5f3a939",
"@vue/reactivity": "workspace:*",
"@vue/runtime-shared": "workspace:*",
"@vue/shared": "workspace:*"
Expand Down
12 changes: 6 additions & 6 deletions packages/runtime-vapor/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export {
reactive,
ref,
readonly,
computed,
// computed,
// utilities
unref,
proxyRefs,
Expand All @@ -25,7 +25,7 @@ export {
isShallow,
// advanced
customRef,
triggerRef,
// triggerRef,
// shallowRef,
shallowReactive,
shallowReadonly,
Expand All @@ -36,10 +36,10 @@ export {
ReactiveEffect,
onEffectCleanup,
// effect scope
effectScope,
EffectScope,
getCurrentScope,
onScopeDispose,
// effectScope,
// EffectScope,
// getCurrentScope,
// onScopeDispose,
// baseWatch
onWatcherCleanup,
getCurrentWatcher,
Expand Down
2 changes: 1 addition & 1 deletion packages/vue-vapor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"dependencies": {
"@vue/runtime-vapor": "workspace:*",
"@vue/compiler-vapor": "workspace:*",
"native-signals": "https://pkg.pr.new/johnsoncodehk/native-signals@8f12b23"
"native-signals": "https://pkg.pr.new/johnsoncodehk/native-signals@5f3a939"
}
}
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

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

0 comments on commit ff27ffe

Please sign in to comment.