Skip to content

Commit

Permalink
Merge pull request #406 from uncvrd/update-typescript-v542
Browse files Browse the repository at this point in the history
updates typescript to v5.4.2
  • Loading branch information
psteinroe authored Mar 12, 2024
2 parents e7530b7 + 6eebec7 commit 45cb83d
Show file tree
Hide file tree
Showing 11 changed files with 99 additions and 170 deletions.
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"nextra-theme-docs": "2.13.2",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down
2 changes: 1 addition & 1 deletion examples/react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"postcss": "^8.4.14",
"prettier": "3.0.3",
"tailwindcss": "3.3.3",
"typescript": "5.3.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion examples/swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,6 @@
"postcss": "^8.4.14",
"prettier": "3.0.3",
"tailwindcss": "3.3.3",
"typescript": "5.3.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"eslint-config-universe": "12.0.0"
},
"devDependencies": {
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,6 @@
"jest": "29.7.0",
"ts-jest": "29.1.0",
"tsup": "8.0.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/postgrest-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react": "18.2.0",
"@types/react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"dependencies": {
"@supabase-cache-helpers/postgrest-core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
"react-dom": "18.2.0",
"ts-jest": "29.1.0",
"tsup": "8.0.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"dependencies": {
"@supabase-cache-helpers/postgrest-core": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@
"ts-jest": "29.1.0",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"tsup": "8.0.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
}
}
2 changes: 1 addition & 1 deletion packages/storage-react-query/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
"react": "18.2.0",
"@types/react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"dependencies": {
"@supabase-cache-helpers/storage-core": "workspace:*"
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
"react": "18.2.0",
"@types/react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.3.2"
"typescript": "5.4.2"
},
"dependencies": {
"@supabase-cache-helpers/storage-core": "workspace:*"
Expand Down
Loading

0 comments on commit 45cb83d

Please sign in to comment.