Skip to content

Commit

Permalink
Update all depenencies (#629)
Browse files Browse the repository at this point in the history
  • Loading branch information
silentworks authored Aug 25, 2023
1 parent eb83df5 commit 9b58a60
Show file tree
Hide file tree
Showing 8 changed files with 562 additions and 382 deletions.
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"typescript": "5.0.4"
},
"devDependencies": {
"json5": ">=1.0.2"
"json5": "^2.2.3"
}
}
2 changes: 1 addition & 1 deletion examples/remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@remix-run/eslint-config": "^1.19.3",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"eslint": "^8.27.0",
"eslint": "^8.47.0",
"typescript": "^4.9.5"
},
"engines": {
Expand Down
10 changes: 5 additions & 5 deletions examples/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
"devDependencies": {
"@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",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"eslint": "^8.47.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte3": "^4.0.0",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
Expand All @@ -28,7 +28,7 @@
"tsconfig": "workspace:*",
"tslib": "^2.6.2",
"typescript": "^5.2.2",
"vite": "^4.2.1"
"vite": "^4.4.9"
},
"type": "module",
"dependencies": {
Expand Down
8 changes: 4 additions & 4 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@
"clean:all": "rimraf node_modules"
},
"dependencies": {
"eslint-config-next": "^12.0.8",
"eslint-config-prettier": "^8.3.0",
"eslint-config-next": "^12.3.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-react": "7.28.0"
},
"devDependencies": {
"eslint": ">=7.23.0 <8.0.0 || >=8.0.0-0 <8.0.0 || >=8.0.0 <9.0.0",
"next": ">=10.2.0",
"eslint": "^8.47.0",
"next": "^13.4.19",
"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",
Expand Down
4 changes: 2 additions & 2 deletions packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
"homepage": "https://github.com/supabase/auth-helpers/tree/main/packages/nextjs#readme",
"devDependencies": {
"@supabase/supabase-js": "2.19.0",
"@types/set-cookie-parser": "^2.4.2",
"@types/set-cookie-parser": "^2.4.3",
"config": "workspace:*",
"next": "^13.4.4",
"next": "^13.4.19",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rimraf": "^4.4.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@supabase/supabase-js": "2.19.0",
"@types/cookie": "^0.5.1",
"cookie": "^0.5.0",
"next": "^12.1.5",
"next": "^12.3.4",
"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:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/sveltekit/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"tslib": "^2.6.2",
"tsup": "^6.7.0",
"typescript": "^4.9.5",
"vite": "^4.0.0"
"vite": "^4.4.9"
},
"dependencies": {
"@supabase/auth-helpers-shared": "workspace:*"
Expand Down
Loading

0 comments on commit 9b58a60

Please sign in to comment.