Skip to content

Commit 6a07f79

Browse files
committed
update package versions
1 parent 3ebb57b commit 6a07f79

File tree

12 files changed

+7
-45
lines changed

12 files changed

+7
-45
lines changed

example/convex/_generated/api.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -17,6 +15,7 @@ import type {
1715
FilterApi,
1816
FunctionReference,
1917
} from "convex/server";
18+
2019
/**
2120
* A utility for referencing Convex functions in your app's API.
2221
*
@@ -166,5 +165,3 @@ export declare const components: {
166165
};
167166
};
168167
};
169-
170-
/* prettier-ignore-end */

example/convex/_generated/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -23,5 +21,3 @@ import { anyApi, componentsGeneric } from "convex/server";
2321
export const api = anyApi;
2422
export const internal = anyApi;
2523
export const components = componentsGeneric();
26-
27-
/* prettier-ignore-end */

example/convex/_generated/dataModel.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated data model types.
@@ -60,5 +58,3 @@ export type Id<TableName extends TableNames | SystemTableNames> =
6058
* `mutationGeneric` to make them type-safe.
6159
*/
6260
export type DataModel = DataModelFromSchemaDefinition<typeof schema>;
63-
64-
/* prettier-ignore-end */

example/convex/_generated/server.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated utilities for implementing server-side Convex query and mutation functions.
@@ -149,5 +147,3 @@ export type DatabaseReader = GenericDatabaseReader<DataModel>;
149147
* for the guarantees Convex provides your functions.
150148
*/
151149
export type DatabaseWriter = GenericDatabaseWriter<DataModel>;
152-
153-
/* prettier-ignore-end */

example/convex/_generated/server.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated utilities for implementing server-side Convex query and mutation functions.
@@ -90,5 +88,3 @@ export const internalAction = internalActionGeneric;
9088
* @returns The wrapped endpoint function. Route a URL path to this function in `convex/http.js`.
9189
*/
9290
export const httpAction = httpActionGeneric;
93-
94-
/* prettier-ignore-end */

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"dependencies": {
1414
"@convex-dev/expo-push-notifications": "file:..",
1515
"@tamagui/config": "^1.110.3",
16-
"convex": "^1.16.5",
16+
"convex": "file:../_node_modules/convex",
1717
"expo": "^52.0.20",
1818
"expo-constants": "^17.0.3",
1919
"expo-device": "^7.0.1",
@@ -30,12 +30,12 @@
3030
"@types/react": "^18.3.12",
3131
"@types/react-dom": "^18.3.1",
3232
"@vitejs/plugin-react": "^4.3.1",
33-
"eslint": "^9.9.0",
33+
"eslint": "^8.57.1",
3434
"eslint-plugin-react-hooks": "^5.1.0-rc.0",
3535
"eslint-plugin-react-refresh": "^0.4.9",
3636
"globals": "^15.9.0",
37-
"typescript": "^5.5.0",
38-
"typescript-eslint": "^8.0.1",
37+
"typescript": "^5.5.4",
38+
"typescript-eslint": "^8.31.0",
3939
"vite": "^5.4.1"
4040
}
4141
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
}
5555
},
5656
"peerDependencies": {
57-
"convex": "~1.16.5 || >=1.17.0 <1.25.0"
57+
"convex": ">=1.23.0 <1.35.0"
5858
},
5959
"dependencies": {
6060
"convex-helpers": "^0.1.58"

src/component/_generated/api.d.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -20,6 +18,7 @@ import type {
2018
FilterApi,
2119
FunctionReference,
2220
} from "convex/server";
21+
2322
/**
2423
* A utility for referencing Convex functions in your app's API.
2524
*
@@ -174,5 +173,3 @@ export declare const internal: FilterApi<
174173
>;
175174

176175
export declare const components: {};
177-
178-
/* prettier-ignore-end */

src/component/_generated/api.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated `api` utility.
@@ -23,5 +21,3 @@ import { anyApi, componentsGeneric } from "convex/server";
2321
export const api = anyApi;
2422
export const internal = anyApi;
2523
export const components = componentsGeneric();
26-
27-
/* prettier-ignore-end */

src/component/_generated/dataModel.d.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
/* prettier-ignore-start */
2-
31
/* eslint-disable */
42
/**
53
* Generated data model types.
@@ -60,5 +58,3 @@ export type Id<TableName extends TableNames | SystemTableNames> =
6058
* `mutationGeneric` to make them type-safe.
6159
*/
6260
export type DataModel = DataModelFromSchemaDefinition<typeof schema>;
63-
64-
/* prettier-ignore-end */

0 commit comments

Comments
 (0)