Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2023
1 parent 8452b7e commit 35a54e9
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 679 deletions.
2 changes: 1 addition & 1 deletion apps/api-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
"tslib": "^2.4.1",
"type-fest": "^3.0.0",
"type-graphql": "^1.1.1",
"typescript": "5.0.4",
"typescript": "5.1.3",
"uuid": "^9.0.0",
"ws": "^8.8.1",
"yargs": "^17.2.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/web-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"sass": "^1.42.1",
"serve": "^14.0.0",
"sucrase": "^3.20.1",
"typescript": "5.0.4",
"typescript": "5.1.3",
"url-join": "^4.0.1",
"urql": "^4.0.0",
"use-constant": "^1.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/cache/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/defaultPinoTransport/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.20.7",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/flocon-script/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/rollup-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"eslint-import-resolver-typescript": "3.5.5",
"eslint-plugin-import": "2.27.5",
"prettier": "2.8.8",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^5.39.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk-urql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.20.7",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/typed-document-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"prettier": "2.8.8",
"rimraf": "5.0.0",
"rollup": "3.20.7",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
2 changes: 1 addition & 1 deletion packages/web-server-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"rimraf": "5.0.0",
"rollup": "3.20.7",
"ts-jest": "29.1.0",
"typescript": "5.0.4"
"typescript": "5.1.3"
},
"engines": {
"node": ">=14 <19"
Expand Down
Loading

0 comments on commit 35a54e9

Please sign in to comment.