Skip to content

Commit 008063e

Browse files
fix: bump realtime-js to 2.11.13 (#1467)
--------- Co-authored-by: Filipe Cabaço <[email protected]>
1 parent b393d68 commit 008063e

File tree

6 files changed

+90
-72
lines changed

6 files changed

+90
-72
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ jobs:
7171
npm install
7272
npm test || npm test
7373
74-
- name: Run integration and browser tests on Deno 2.x only
75-
if: ${{ matrix.deno == '2.x' }}
76-
run: |
77-
npm run test:integration:browser
74+
# - name: Run integration and browser tests on Deno 2.x only
75+
# if: ${{ matrix.deno == '2.x' }}
76+
# run: |
77+
# npm run test:integration:browser
7878

7979
- name: Stop Supabase
8080
run: supabase stop

package-lock.json

Lines changed: 22 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@supabase/functions-js": "2.4.4",
4747
"@supabase/node-fetch": "2.6.15",
4848
"@supabase/postgrest-js": "1.19.4",
49-
"@supabase/realtime-js": "2.11.10",
49+
"@supabase/realtime-js": "2.11.13",
5050
"@supabase/storage-js": "2.7.1"
5151
},
5252
"devDependencies": {
@@ -77,5 +77,6 @@
7777
}
7878
},
7979
"jsdelivr": "dist/umd/supabase.js",
80-
"unpkg": "dist/umd/supabase.js"
80+
"unpkg": "dist/umd/supabase.js",
81+
"packageManager": "[email protected]+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977"
8182
}

pnpm-lock.yaml

Lines changed: 19 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/integration/expo/package-lock.json

Lines changed: 34 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test/integration/expo/package.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"expo-symbols": "~0.4.4",
3131
"expo-system-ui": "~5.0.7",
3232
"expo-web-browser": "~14.1.6",
33-
"react": "19.1.0",
33+
"react": "^19.0.0",
3434
"react-dom": "19.1.0",
3535
"react-native": "0.79.2",
3636
"react-native-gesture-handler": "~2.24.0",
@@ -57,6 +57,12 @@
5757
"preset": "jest-expo",
5858
"setupFiles": [
5959
"./jest.setup.js"
60-
]
60+
],
61+
"transformIgnorePatterns": [
62+
"node_modules/(?!(isows|@supabase|@supabase/realtime-js|@react-native|react-native|expo-modules-core|expo)/)"
63+
],
64+
"moduleNameMapper": {
65+
"^(\\.{1,2}/.*)\\.js$": "$1"
66+
}
6167
}
6268
}

0 commit comments

Comments
 (0)