Skip to content

Commit

Permalink
Merge pull request #120 from YousefED/fix-deps
Browse files Browse the repository at this point in the history
Fix deps
  • Loading branch information
YousefED authored Oct 15, 2023
2 parents 34c0143 + e03d32f commit 5bc42ed
Show file tree
Hide file tree
Showing 14 changed files with 85 additions and 88 deletions.
8 changes: 4 additions & 4 deletions examples/todo-react-17/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-react-17/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "todo-react-17",
"version": "0.5.2",
"version": "0.6.0-alpha.0",
"private": true,
"dependencies": {
"@syncedstore/core": "^0.5.2",
"@syncedstore/react": "^0.5.2",
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/react": "^0.6.0-alpha.0",
"@testing-library/jest-dom": "^5.14.1",
"@testing-library/react": "^11.2.7",
"@testing-library/user-event": "^12.8.3",
Expand Down
4 changes: 2 additions & 2 deletions examples/todo-react/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-react/package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "todo-react",
"version": "0.5.2",
"version": "0.6.0-alpha.0",
"private": true,
"dependencies": {
"@syncedstore/core": "^0.5.2",
"@syncedstore/react": "^0.5.2",
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/react": "^0.6.0-alpha.0",
"@testing-library/jest-dom": "^5.16.4",
"@testing-library/react": "^13.3.0",
"@testing-library/user-event": "^13.5.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/todo-svelte/package-lock.json

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

6 changes: 3 additions & 3 deletions examples/todo-svelte/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svelte-app",
"version": "0.5.2",
"version": "0.6.0-alpha.0",
"private": true,
"scripts": {
"build": "rollup -c",
Expand All @@ -25,8 +25,8 @@
"typescript": "^4.0.0"
},
"dependencies": {
"@syncedstore/core": "^0.5.2",
"@syncedstore/svelte": "^0.5.2",
"@syncedstore/core": "^0.6.0-alpha.0",
"@syncedstore/svelte": "^0.6.0-alpha.0",
"sirv-cli": "^1.0.0",
"y-webrtc": "^10.1.8",
"yjs": "^13.5.13"
Expand Down
6 changes: 3 additions & 3 deletions examples/todo-vue/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 examples/todo-vue/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "todo-vue",
"version": "0.5.2",
"version": "0.6.0-alpha.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"package": "vue-cli-service build",
"lint": "vue-cli-service lint"
},
"dependencies": {
"@syncedstore/core": "^0.5.2",
"@syncedstore/core": "^0.6.0-alpha.0",
"core-js": "^3.6.5",
"tslib": "^2.3.1",
"vue": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"useNx": false,
"useWorkspaces": true,
"version": "0.5.2"
"version": "0.6.0-alpha.0"
}
102 changes: 50 additions & 52 deletions package-lock.json

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

Loading

0 comments on commit 5bc42ed

Please sign in to comment.