Skip to content

Commit

Permalink
feat: latest version of lowcode (1.7.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
magicsk committed Nov 14, 2022
1 parent 92faa55 commit 0cb50ac
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 28 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@date-io/date-fns": "2.15.0",
"@emotion/react": "^11.5.0",
"@emotion/styled": "^11.3.0",
"@iteria-app/component-templates": "1.6.0",
"@iteria-app/graphql-lowcode": "0.4.2",
"@iteria-app/component-templates": "1.6.1",
"@iteria-app/graphql-lowcode": "0.5.0",
"@mui/icons-material": "^5.2.5",
"@mui/lab": "^5.0.0-alpha.64",
"@mui/material": "^5.2.7",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@graphql-codegen/typescript": "^2.2.2",
"@graphql-codegen/typescript-operations": "^2.1.5",
"@graphql-codegen/typescript-urql": "^3.2.0",
"@iteria-app/vite-plugin-lowcode": "0.2.1",
"@iteria-app/vite-plugin-lowcode": "0.2.5",
"@types/react": "^17.0.0",
"@types/react-dom": "^17.0.0",
"@vitejs/plugin-react": "1.2.0",
Expand Down
32 changes: 16 additions & 16 deletions pnpm-lock.yaml

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

Binary file modified public/Sources.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/generated/graphql.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ export type BusStopDepartures = {
/** An object relationship */
bus_stop?: Maybe<BusStops>;
bus_stop_id?: Maybe<Scalars['uuid']>;
bus_stop_platform: Scalars['String'];
bus_stop_platform?: Maybe<Scalars['String']>;
id: Scalars['uuid'];
line?: Maybe<Scalars['String']>;
/** An object relationship */
Expand Down
10 changes: 3 additions & 7 deletions src/generated/introspect.json
Original file line number Diff line number Diff line change
Expand Up @@ -1991,13 +1991,9 @@
"description": null,
"args": [],
"type": {
"kind": "NON_NULL",
"name": null,
"ofType": {
"kind": "SCALAR",
"name": "String",
"ofType": null
}
"kind": "SCALAR",
"name": "String",
"ofType": null
},
"isDeprecated": false,
"deprecationReason": null
Expand Down
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default ({ command, mode }) => {
graphQLEndpoint: true,
floatingButton: true,
},
version: "1.7.0",
version: "1.7.2",
whitelistedEnvs: ['VITE_HASURA_GRAPHQL_ENDPOINT', 'VITE_HASURA_GRAPHQL_SECRET', 'VITE_BRANCH', 'VITE_REPOSITORY_URL', 'VITE_SITE_ID', 'VITE_NETLIFY']
}),
],
Expand Down

0 comments on commit 0cb50ac

Please sign in to comment.