Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 11, 2023
1 parent 9c5d233 commit ccbb558
Show file tree
Hide file tree
Showing 13 changed files with 108 additions and 145 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.1.6"
},
"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.2.0"
},
"devDependencies": {
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-fetcher/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@
"ts-jest": "29.1.0",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"tsup": "7.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/postgrest-filter/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"jest": "29.5.0",
"ts-jest": "29.1.0",
"tsup": "7.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"dependencies": {
"fast-equals": "^5.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-mutate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"jest": "29.5.0",
"ts-jest": "29.1.0",
"tsup": "7.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
},
"dependencies": {
"@supabase-cache-helpers/postgrest-filter": "workspace:*",
Expand Down
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.1.6"
},
"dependencies": {
"@supabase-cache-helpers/postgrest-shared": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,6 @@
"ts-jest": "29.1.0",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"tsup": "7.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
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.1.6"
},
"dependencies": {
"xregexp": "^5.1.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-fetcher/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.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
2 changes: 1 addition & 1 deletion packages/storage-mutate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@
"@supabase-cache-helpers/prettier-config": "workspace:*",
"@supabase-cache-helpers/tsconfig": "workspace:*",
"tsup": "7.1.0",
"typescript": "5.0.4"
"typescript": "5.1.6"
}
}
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.1.6"
},
"dependencies": {
"@supabase-cache-helpers/storage-fetcher": "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.1.6"
},
"dependencies": {
"@supabase-cache-helpers/storage-fetcher": "workspace:*",
Expand Down
Loading

0 comments on commit ccbb558

Please sign in to comment.