Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v4.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 18, 2022
1 parent 66b2f94 commit 27950b1
Show file tree
Hide file tree
Showing 10 changed files with 82 additions and 82 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-config-custom/package.json
Expand Up @@ -9,7 +9,7 @@
"eslint-config-universe": "11.1.1"
},
"devDependencies": {
"typescript": "4.8.2"
"typescript": "4.9.3"
},
"publishConfig": {
"access": "public"
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-fetcher/package.json
Expand Up @@ -42,6 +42,6 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/postgrest-filter/package.json
Expand Up @@ -43,7 +43,7 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-mutate/package.json
Expand Up @@ -43,7 +43,7 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/postgrest-shared/package.json
Expand Up @@ -44,6 +44,6 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/postgrest-swr/package.json
Expand Up @@ -55,7 +55,7 @@
"react": "18.2.0",
"@types/react": "18.0.17",
"react-dom": "18.2.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
},
"dependencies": {
"lodash": "^4.17.21",
Expand Down
2 changes: 1 addition & 1 deletion packages/storage-fetcher/package.json
Expand Up @@ -42,6 +42,6 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/storage-mutate /package.json
Expand Up @@ -39,6 +39,6 @@
"ts-jest": "28.0.7",
"tsconfig": "workspace:*",
"tsup": "6.5.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
}
}
2 changes: 1 addition & 1 deletion packages/storage-swr/package.json
Expand Up @@ -55,7 +55,7 @@
"react": "18.2.0",
"@types/react": "18.0.17",
"react-dom": "18.2.0",
"typescript": "4.8.2"
"typescript": "4.9.3"
},
"dependencies": {
"use-mutation": "^2.2.1",
Expand Down

0 comments on commit 27950b1

Please sign in to comment.