Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Apr 20, 2022
1 parent 56d1159 commit 14eda74
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 4 deletions.
13 changes: 13 additions & 0 deletions packages/core/package-lock.json

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

3 changes: 1 addition & 2 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,5 @@
"last 1 firefox version",
"last 1 safari version"
]
},
"gitHead": "5aecc6d5a337f243c8afd312f271e90eabd221e8"
}
}
3 changes: 2 additions & 1 deletion packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
},
"devDependencies": {
"microbundle": "^0.13.0",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"@syncedstore/core": "*"
},
"scripts": {
"test": "echo \"Run tests from root\" && exit 1",
Expand Down
4 changes: 3 additions & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@
"devDependencies": {
"microbundle": "^0.13.0",
"rimraf": "^3.0.2",
"svelte": "*"
"svelte": "*",
"@reactivedata/reactive": "*",
"@syncedstore/core": "*"
},
"scripts": {
"test": "echo \"Run tests from root\" && exit 1",
Expand Down

0 comments on commit 14eda74

Please sign in to comment.