Skip to content

Commit

Permalink
chore(deps): update dependency typescript to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 29, 2024
1 parent 043f73f commit 2593ed0
Show file tree
Hide file tree
Showing 17 changed files with 25 additions and 20 deletions.
2 changes: 1 addition & 1 deletion packages/auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"redis-mock": "^0.56.0",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@
"stylelint-processor-styled-components": "^1.10.0",
"traverse": "^0.6.6",
"ts-node": "^7.0.1",
"typescript": "4.9.5",
"typescript": "5.6.3",
"vite-plugin-babel-macros": "^1.0.6",
"vite-plugin-pwa": "^0.20.0",
"vitest": "0.25.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/commons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"lodash": "^4.17.10",
"node-fetch": "^2.6.7",
"pkg-up": "^3.1.0",
"typescript": "4.9.5",
"typescript": "5.6.3",
"uuid": "^9.0.0",
"pino": "^7.0.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/components/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-dedent": "^2.2.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"jest": {
"collectCoverageFrom": [
Expand Down
2 changes: 1 addition & 1 deletion packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "^2.5.0",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/data-seeder/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"node-fetch": "^2.6.1",
"ts-node": "^6.1.1",
"tsconfig-paths": "^3.13.0",
"typescript": "4.9.5",
"typescript": "5.6.3",
"uuid": "^3.3.2",
"zod": "^3.17.3"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/documents/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@typescript-eslint/eslint-plugin": "^4.5.0",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"testcontainers": "^9.1.1",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.graphql": [
Expand Down
2 changes: 1 addition & 1 deletion packages/login/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
"stylelint-config-styled-components": "^0.1.1",
"stylelint-processor-styled-components": "^1.10.0",
"ts-node": "^6.1.1",
"typescript": "4.9.5",
"typescript": "5.6.3",
"vite": "^5.0.0",
"vite-plugin-pwa": "^0.20.0",
"vite-plugin-svgr": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/metrics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"node-fetch": "^2.6.7",
"pino": "^7.0.0",
"tsconfig-paths": "^3.13.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"devDependencies": {
"@types/archiver": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/migration/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"mongodb": "^4.17.1",
"prettier": "^2.5.0",
"rimraf": "^5.0.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/notification/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"node-fetch": "^2.6.7",
"pino": "^7.0.0",
"tsconfig-paths": "^3.13.0",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"devDependencies": {
"@types/csv2json": "^1.4.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/search/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"testcontainers": "^9.1.1",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/user-mgnt/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prettier": "2.8.8",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/webhooks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"prettier": "2.8.8",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
2 changes: 1 addition & 1 deletion packages/workflow/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"prettier": "2.8.8",
"ts-jest": "27.1.4",
"ts-node": "^6.1.1",
"typescript": "4.9.5"
"typescript": "5.6.3"
},
"lint-staged": {
"src/**/*.ts": [
Expand Down
13 changes: 9 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -24025,16 +24025,21 @@ typedarray@^0.0.6:
resolved "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz"
integrity sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==

typescript@4.9.5, typescript@^4.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==
typescript@5.6.3:
version "5.6.3"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.6.3.tgz#5f3449e31c9d94febb17de03cc081dd56d81db5b"
integrity sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==

"typescript@>=3 < 6":
version "5.4.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-5.4.5.tgz#42ccef2c571fdbd0f6718b1d1f5e6e5ef006f611"
integrity sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==

typescript@^4.5:
version "4.9.5"
resolved "https://registry.yarnpkg.com/typescript/-/typescript-4.9.5.tgz#095979f9bcc0d09da324d58d03ce8f8374cbe65a"
integrity sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==

typical@^2.6.1:
version "2.6.1"
resolved "https://registry.npmjs.org/typical/-/typical-2.6.1.tgz"
Expand Down

0 comments on commit 2593ed0

Please sign in to comment.