Skip to content

Commit

Permalink
feat(omi): using latest of reactive-signal
Browse files Browse the repository at this point in the history
  • Loading branch information
dntzhang committed Sep 3, 2024
1 parent 17de6f4 commit 81849ce
Show file tree
Hide file tree
Showing 4 changed files with 4,054 additions and 4,054 deletions.
14 changes: 7 additions & 7 deletions packages/omi/package-lock.json

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

4 changes: 2 additions & 2 deletions packages/omi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "omi",
"version": "7.6.17",
"version": "7.6.18",
"scripts": {
"start": "vite",
"dev-vite": "vite",
Expand Down Expand Up @@ -53,7 +53,7 @@
"license": "MIT",
"dependencies": {
"construct-style-sheets-polyfill": "3.0.1",
"reactive-signal": "^1.0.3",
"reactive-signal": "^1.0.4",
"weakmap-polyfill": "2.0.4"
},
"source": "src/index.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/omi/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ export { Signal } from 'reactive-signal'
export { css } from './css-tag'
export { mixin, globalCSS } from './options'
export { registerDirective } from './directive'
export const version = '7.6.17'
export const version = '7.6.18'
Loading

0 comments on commit 81849ce

Please sign in to comment.