Skip to content

Commit

Permalink
Updated dependencies; lint
Browse files Browse the repository at this point in the history
  • Loading branch information
balegas committed Nov 5, 2024
1 parent 4869a97 commit 9c23997
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 4 deletions.
1 change: 0 additions & 1 deletion examples/linearlite/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"@databases/pg-migrations": "^5.0.3",
"@faker-js/faker": "^8.4.1",
"@tailwindcss/typography": "^0.5.10",
"@types/aws-lambda": "8.10.145",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20.14.10",
Expand Down
4 changes: 3 additions & 1 deletion examples/linearlite/src/electric.tsx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
export const baseUrl = import.meta.env.VITE_ELECTRIC_URL ? new URL(import.meta.env.VITE_ELECTRIC_URL).origin : `http://localhost:3000`
export const baseUrl = import.meta.env.VITE_ELECTRIC_URL
? new URL(import.meta.env.VITE_ELECTRIC_URL).origin
: `http://localhost:3000`
export const token = import.meta.env.VITE_ELECTRIC_TOKEN ?? ``
export const databaseId = import.meta.env.VITE_DATABASE_ID ?? ``
2 changes: 1 addition & 1 deletion examples/linearlite/src/shapes.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { ShapeStreamOptions } from '@electric-sql/next'
import { ShapeStreamOptions } from '@electric-sql/client'
import { baseUrl, databaseId, token } from './electric'

export const issueShape: ShapeStreamOptions = {
Expand Down
1 change: 1 addition & 0 deletions examples/linearlite/sst.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
// eslint-disable-next-line @typescript-eslint/triple-slash-reference
/// <reference path="./.sst/platform/config.d.ts" />

import { execSync } from 'child_process'
Expand Down
114 changes: 113 additions & 1 deletion pnpm-lock.yaml

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

0 comments on commit 9c23997

Please sign in to comment.