Skip to content

Commit

Permalink
don't lock deps
Browse files Browse the repository at this point in the history
  • Loading branch information
YousefED committed Aug 23, 2023
1 parent 34c0143 commit 08be83e
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 26 deletions.
44 changes: 22 additions & 22 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"types": "types/index.d.ts",
"license": "MIT",
"dependencies": {
"@reactivedata/reactive": "0.2.0",
"@reactivedata/reactive": "^0.2.0",
"@syncedstore/yjs-reactive-bindings": "^0.5.2",
"@types/eslint": "6.8.0"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
"types": "types/index.d.ts",
"license": "MIT",
"dependencies": {
"@reactivedata/react": "0.2.1",
"@types/eslint": "6.8.0"
"@reactivedata/react": "^0.2.1",
"@types/eslint": "^6.8.0"
},
"peerDependencies": {
"@syncedstore/core": "*"
Expand Down
2 changes: 1 addition & 1 deletion packages/svelte/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"svelte": "*"
},
"devDependencies": {
"@reactivedata/reactive": "0.2.0",
"@reactivedata/reactive": "^0.2.0",
"@syncedstore/core": "^0.5.2",
"microbundle": "^0.15.1",
"rimraf": "^3.0.2",
Expand Down

0 comments on commit 08be83e

Please sign in to comment.