Skip to content

Commit

Permalink
Update dependencies (#628)
Browse files Browse the repository at this point in the history
* Update dependencies

* Fix prettier issue
  • Loading branch information
silentworks authored Aug 25, 2023
1 parent b417625 commit a389eca
Show file tree
Hide file tree
Showing 11 changed files with 3,304 additions and 3,975 deletions.
20 changes: 10 additions & 10 deletions examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,22 @@
"start": "PORT=3004 remix-serve build"
},
"dependencies": {
"@remix-run/node": "^1.7.6",
"@remix-run/react": "^1.7.6",
"@remix-run/serve": "^1.7.6",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@supabase/auth-helpers-remix": "workspace:*",
"@supabase/supabase-js": "^2.19.0",
"isbot": "^3.5.4",
"@supabase/supabase-js": "^2.33.1",
"isbot": "^3.6.13",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@remix-run/dev": "^1.7.6",
"@remix-run/eslint-config": "^1.7.6",
"@types/react": "^18.0.25",
"@types/react-dom": "^18.0.8",
"@remix-run/dev": "^1.19.3",
"@remix-run/eslint-config": "^1.19.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.27.0",
"typescript": "^4.8.4"
"typescript": "^4.9.5"
},
"engines": {
"node": ">=14"
Expand Down
18 changes: 9 additions & 9 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,26 +13,26 @@
"clean:all": "rimraf .svelte-kit node_modules"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^2.0.0",
"@sveltejs/kit": "^1.0.0",
"@sveltejs/adapter-auto": "^2.1.0",
"@sveltejs/kit": "^1.23.0",
"@typescript-eslint/eslint-plugin": "^5.48.0",
"@typescript-eslint/parser": "^5.48.0",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.6.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.7",
"prettier-plugin-svelte": "^2.10.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"rimraf": "^3.0.2",
"svelte": "^3.58.0",
"svelte-check": "^3.2.0",
"svelte": "^3.59.2",
"svelte-check": "^3.5.0",
"tsconfig": "workspace:*",
"tslib": "^2.5.0",
"typescript": "^5.0.4",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.2.1"
},
"type": "module",
"dependencies": {
"@supabase/auth-helpers-sveltekit": "workspace:*",
"@supabase/supabase-js": "^2.19.0"
"@supabase/supabase-js": "^2.33.1"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@
},
"devDependencies": {
"@changesets/cli": "^2.22.0",
"prettier": "^2.5.1",
"turbo": "^1.8.3",
"typedoc": "^0.22.17",
"typescript": "4.0.x || 4.1.x || 4.2.x || 4.3.x || 4.4.x || 4.5.x || 4.6.x",
"husky": "^8.0.0"
"husky": "^8.0.3",
"prettier": "^2.8.8",
"turbo": "^1.10.13",
"typedoc": "^0.24.8",
"typescript": "^4.9.5"
},
"engines": {
"npm": ">=7.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"rimraf": "^3.0.2",
"typescript": ">=3.3.1"
"typescript": "^5.2.2"
},
"peerDependencies": {
"eslint": ">=7.23.0 <8.0.0 || >=8.0.0-0 <8.0.0 || >=8.0.0 <9.0.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@
"next": "^13.4.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.1.1",
"rimraf": "^4.4.1",
"tsconfig": "workspace:*",
"tslib": "^2.4.1",
"tsup": "^6.5.0"
"tslib": "^2.6.2",
"tsup": "^6.7.0"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*",
Expand Down
10 changes: 5 additions & 5 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@
"license": "MIT",
"devDependencies": {
"@supabase/supabase-js": "2.19.0",
"@types/react": "^17.0.20",
"@types/react-dom": "^17.0.9",
"@types/react": "^17.0.65",
"@types/react-dom": "^17.0.20",
"config": "workspace:*",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"rimraf": "^4.1.1",
"rimraf": "^4.4.1",
"tsconfig": "workspace:*",
"tsup": "^6.5.0",
"typescript": "^4.9.4"
"tsup": "^6.7.0",
"typescript": "^4.9.5"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.19.0"
Expand Down
5 changes: 4 additions & 1 deletion packages/react/src/components/SessionContext.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,10 @@ export const SessionContextProvider = ({
const {
data: { subscription }
} = supabaseClient.auth.onAuthStateChange((event, session) => {
if (session && (event === 'SIGNED_IN' || event === 'TOKEN_REFRESHED' || event === 'USER_UPDATED')) {
if (
session &&
(event === 'SIGNED_IN' || event === 'TOKEN_REFRESHED' || event === 'USER_UPDATED')
) {
setSession(session);
}

Expand Down
16 changes: 8 additions & 8 deletions packages/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,17 @@
},
"homepage": "https://github.com/supabase/auth-helpers/tree/main/packages/remix#readme",
"devDependencies": {
"@remix-run/node": "^1.7.3",
"@remix-run/react": "^1.7.3",
"@remix-run/serve": "^1.7.3",
"@remix-run/node": "^1.19.3",
"@remix-run/react": "^1.19.3",
"@remix-run/serve": "^1.19.3",
"@supabase/supabase-js": "2.19.0",
"config": "workspace:*",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"rimraf": "^4.1.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
"tsconfig": "workspace:*",
"tslib": "^2.4.1",
"tsup": "^6.5.0"
"tslib": "^2.6.2",
"tsup": "^6.7.0"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
Expand Down
4 changes: 2 additions & 2 deletions packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@
"react": ">=17.0.2 <18.0.0 || >=18.0.0-0 <19.0.0",
"react-dom": "^17.0.2 || ^18.0.0-0",
"tsconfig": "workspace:*",
"tsup": "^6.5.0"
"tsup": "^6.7.0"
},
"dependencies": {
"jose": "^4.14.3"
"jose": "^4.14.4"
},
"peerDependencies": {
"@supabase/supabase-js": "^2.19.0"
Expand Down
18 changes: 9 additions & 9 deletions packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,19 +42,19 @@
"devDependencies": {
"@supabase/supabase-js": "2.19.0",
"@sveltejs/kit": "1.15.4",
"svelte": "^3.54.0",
"vite": "^4.0.0",
"rimraf": "^4.1.1",
"tslib": "^2.4.0",
"typescript": "^4.7.4",
"tsup": "^6.5.0",
"tsconfig": "workspace:*"
"rimraf": "^4.4.1",
"svelte": "^3.59.2",
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vite": "^4.0.0"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
},
"peerDependencies": {
"@sveltejs/kit": "^1.15.4",
"@supabase/supabase-js": "^2.19.0"
"@supabase/supabase-js": "^2.19.0",
"@sveltejs/kit": "^1.15.4"
}
}
Loading

0 comments on commit a389eca

Please sign in to comment.