Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 18, 2023
1 parent 4a74cd9 commit c599cc5
Show file tree
Hide file tree
Showing 9 changed files with 112 additions and 149 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.2.19",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.2"
"typescript": "5.2.2"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
Expand Down
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": "11.3.0"
},
"devDependencies": {
"typescript": "5.0.4"
"typescript": "5.2.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": "7.2.0",
"typescript": "5.0.4"
"typescript": "5.2.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.0.4"
"typescript": "5.2.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 @@ -73,7 +73,7 @@
"react": "18.2.0",
"@types/react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
"typescript": "5.2.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": "7.2.0",
"typescript": "5.0.4"
"typescript": "5.2.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.0.4"
"typescript": "5.2.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.0.4"
"typescript": "5.2.2"
},
"dependencies": {
"@supabase-cache-helpers/storage-core": "workspace:*"
Expand Down
Loading

0 comments on commit c599cc5

Please sign in to comment.