Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,4 @@ apps/docs/node_modules/
server/integration/dist/
server/integration/data/
server/integration/dev-crypto-key
.verify-server/
1 change: 0 additions & 1 deletion jest.setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ jest.mock("@sentry/react-native", () => ({
// layout-animation builders (FadeInDown.delay().duration()...) into chainable
// no-ops, so screens that use entrance animations mount in tests.
jest.mock("react-native-reanimated", () => {
const React = require("react");
const RN = require("react-native");
// A layout-animation builder: every method returns the same chainable stub,
// and it's usable both as `FadeInDown` and `FadeInDown.duration(380)`.
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
},
"dependencies": {
"@better-auth/expo": "^1.6.15",
"@objectstack/client": "^8.0.1",
"@objectstack/client-react": "^8.0.1",
"@objectstack/spec": "^8.0.1",
"@objectstack/client": "^9.0.1",
"@objectstack/client-react": "^9.0.1",
"@objectstack/spec": "^9.0.1",
"@sentry/react-native": "~7.11.0",
"@shopify/flash-list": "2.0.2",
"@tanstack/react-query": "^5.101.0",
Expand Down Expand Up @@ -78,12 +78,12 @@
"@babel/core": "^7.29.7",
"@changesets/changelog-github": "^0.5.2",
"@changesets/cli": "^2.31.0",
"@objectstack/cli": "8.0.1",
"@objectstack/core": "^8.0.1",
"@objectstack/driver-memory": "^8.0.1",
"@objectstack/objectql": "^8.0.1",
"@objectstack/plugin-auth": "^8.0.1",
"@objectstack/plugin-hono-server": "^8.0.1",
"@objectstack/cli": "9.0.1",
"@objectstack/core": "^9.0.1",
"@objectstack/driver-memory": "^9.0.1",
"@objectstack/objectql": "^9.0.1",
"@objectstack/plugin-auth": "^9.0.1",
"@objectstack/plugin-hono-server": "^9.0.1",
"@testing-library/jest-native": "^5.4.3",
"@testing-library/react-native": "^12.9.0",
"@types/jest": "^29.5.14",
Expand Down
Loading
Loading