Skip to content

Commit

Permalink
Cleaned up dep versions in package.jsons (removed -alpha.x as 4.0.x s…
Browse files Browse the repository at this point in the history
…table has been out for a while)
  • Loading branch information
dfahlander committed Jul 10, 2024
1 parent 2b7d3ae commit 035bd59
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 17 deletions.
4 changes: 2 additions & 2 deletions addons/Dexie.Observable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,11 @@
},
"homepage": "https://dexie.org",
"peerDependencies": {
"dexie": "workspace:^3.0.2 || ^4.0.1-alpha.5"
"dexie": "workspace:^3.0.2 || ^4.0.1"
},
"devDependencies": {
"@types/node": "^18.11.18",
"dexie": "workspace:^3.0.2 || ^4.0.1-alpha.5",
"dexie": "workspace:^3.0.2 || ^4.0.1",
"eslint": "^7.27.0",
"just-build": "^0.9.24",
"qunit": "^2.9.2",
Expand Down
4 changes: 2 additions & 2 deletions addons/Dexie.Syncable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,11 +74,11 @@
},
"homepage": "https://dexie.org",
"peerDependencies": {
"dexie": "workspace:^3.0.2 || ^4.0.1-alpha.5",
"dexie": "workspace:^3.0.2 || ^4.0.1",
"dexie-observable": "workspace:^"
},
"devDependencies": {
"dexie": "workspace:^3.0.2 || ^4.0.1-alpha.5",
"dexie": "workspace:^3.0.2 || ^4.0.1",
"dexie-observable": "workspace:^",
"eslint": "^5.16.0",
"just-build": "^0.9.24",
Expand Down
2 changes: 1 addition & 1 deletion addons/dexie-cloud/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,6 @@
"rxjs": "^7.x"
},
"peerDependencies": {
"dexie": "^4.0.1-alpha.5"
"dexie": "^4.0.1"
}
}
2 changes: 1 addition & 1 deletion addons/dexie-export-import/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@
"typeson-registry": "^1.0.0-alpha.21"
},
"peerDependencies": {
"dexie": "workspace:^2.0.4 || ^3.0.0 || ^4.0.1-alpha.5"
"dexie": "workspace:^2.0.4 || ^3.0.0 || ^4.0.1"
}
}
4 changes: 2 additions & 2 deletions libs/dexie-react-hooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"homepage": "https://dexie.org",
"peerDependencies": {
"@types/react": ">=16",
"dexie": "^3.2 || ^4.0.1-alpha",
"dexie": "^3.2 || ^4.0.1",
"react": ">=16"
},
"devDependencies": {
Expand All @@ -65,7 +65,7 @@
"@types/qunit": "^2.9.6",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"dexie": "^3.2 || ^4.0.1-alpha",
"dexie": "^3.2 || ^4.0.1",
"just-build": "^0.9.24",
"qunit": "^2.12.0",
"react": "^17.0.1",
Expand Down
16 changes: 9 additions & 7 deletions pnpm-lock.yaml

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

4 changes: 2 additions & 2 deletions samples/dexie-cloud-todo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"@types/react-dom": "^18.2.4",
"@types/testing-library__jest-dom": "^5.14.6",
"bootstrap": "5.3.0",
"dexie": "^4.0.1-alpha.27",
"dexie-cloud-addon": "^4.0.1-beta.48",
"dexie": "^4.0.7",
"dexie-cloud-addon": "^4.0.7",
"dexie-react-hooks": "^1.1.6",
"postcss-flexbugs-fixes": "^5.0.2",
"react": "^17.0.2",
Expand Down

0 comments on commit 035bd59

Please sign in to comment.