Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cpannwitz committed May 25, 2024
1 parent 805d2f9 commit b5fe26b
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 228 deletions.
30 changes: 15 additions & 15 deletions packages/postgrest-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"directory": "packages/postgrest-vue-query"
},
"peerDependencies": {
"@supabase/postgrest-js": "^1.9.0",
"@tanstack/vue-query": "^5.28.13",
"vue": "^3.4.21"
"@supabase/postgrest-js": "^1.15.4",
"@tanstack/vue-query": "^5.38.0",
"vue": "^3.4.27"
},
"jest": {
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
Expand All @@ -60,21 +60,21 @@
"@supabase-cache-helpers/jest-presets": "workspace:*",
"@supabase-cache-helpers/prettier-config": "workspace:*",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/postgrest-js": "1.9.0",
"@supabase/supabase-js": "2.38.5",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/vue": "8.0.3",
"@types/flat": "5.0.2",
"@types/jest": "29.5.0",
"dotenv": "16.4.0",
"@supabase/postgrest-js": "1.15.4",
"@supabase/supabase-js": "2.43.4",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/vue": "8.1.0",
"@types/flat": "5.0.5",
"@types/jest": "29.5.12",
"dotenv": "16.4.5",
"eslint": "8.54.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.0",
"tsup": "8.0.0",
"typescript": "5.4.2",
"vue": "3.4.21"
"ts-jest": "29.1.3",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vue": "3.4.27"
},
"dependencies": {
"@supabase-cache-helpers/postgrest-core": "workspace:*",
Expand Down
26 changes: 13 additions & 13 deletions packages/storage-vue-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,9 +48,9 @@
"directory": "packages/storage-vue-query"
},
"peerDependencies": {
"@supabase/storage-js": "^2.4.0",
"@tanstack/vue-query": "^5.28.13",
"vue": "^3.4.21"
"@supabase/storage-js": "^2.5.5",
"@tanstack/vue-query": "^5.38.0",
"vue": "^3.4.27"
},
"jest": {
"preset": "@supabase-cache-helpers/jest-presets/jest/node"
Expand All @@ -61,19 +61,19 @@
"@supabase-cache-helpers/prettier-config": "workspace:*",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"@supabase/storage-js": "2.5.5",
"@supabase/supabase-js": "2.38.5",
"@testing-library/jest-dom": "6.4.0",
"@testing-library/vue": "8.0.3",
"@types/jest": "29.5.0",
"dotenv": "16.4.0",
"@supabase/supabase-js": "2.43.4",
"@testing-library/jest-dom": "6.4.5",
"@testing-library/vue": "8.1.0",
"@types/jest": "29.5.12",
"dotenv": "16.4.5",
"eslint": "8.54.0",
"eslint-plugin-vue": "^9.25.0",
"eslint-plugin-vue": "^9.26.0",
"jest": "29.7.0",
"jest-environment-jsdom": "29.7.0",
"ts-jest": "29.1.0",
"tsup": "8.0.0",
"typescript": "5.4.2",
"vue": "3.4.21"
"ts-jest": "29.1.3",
"tsup": "8.0.2",
"typescript": "5.4.5",
"vue": "3.4.27"
},
"dependencies": {
"@supabase-cache-helpers/storage-core": "workspace:*"
Expand Down
Loading

0 comments on commit b5fe26b

Please sign in to comment.