Skip to content

Commit

Permalink
Fix TypeScript version
Browse files Browse the repository at this point in the history
  • Loading branch information
tassoevan committed Jun 29, 2022
1 parent 7ae18b3 commit 1eb54e1
Show file tree
Hide file tree
Showing 17 changed files with 33 additions and 53 deletions.
2 changes: 1 addition & 1 deletion _templates/package/new/package.json.ejs.t
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ to: packages/<%= name %>/package.json
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/ee/server/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"pino-pretty": "^7.6.1",
"pm2": "^5.2.0",
"ts-node": "^10.7.0",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"volta": {
"extends": "../../package.json"
Expand Down
2 changes: 1 addition & 1 deletion apps/meteor/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"supertest": "^6.2.2",
"template-file": "^6.0.1",
"ts-node": "^10.7.0",
"typescript": "~4.5.4",
"typescript": "~4.5.5",
"webpack": "^4.46.0"
},
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion ee/apps/ddp-streamer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@types/uuid": "^8.3.4",
"@types/ws": "^8.5.3",
"pino-pretty": "^7.6.0",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"main": "./dist/service.js",
"files": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@types/js-yaml": "^4.0.5",
"husky": "^7.0.4",
"turbo": "^1.2.16",
"typescript": "~4.3.4"
"typescript": "~4.5.5"
},
"workspaces": [
"apps/*",
Expand Down
2 changes: 1 addition & 1 deletion packages/api-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/core-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"@types/mongodb": "^3.6.10",
"eslint": "^8.14.0",
"prettier": "^2.6.2",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/favicon/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"devDependencies": {
"eslint": "^8.12.0",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/gazzodown/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"outdent": "^0.8.0",
"react-dom": "~17.0.2",
"ts-jest": "^27.1.4",
"typescript": "~4.3.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/livechat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
"stylelint-order": "^4.1.0",
"svg-loader": "^0.0.2",
"ts-loader": "^8.3.0",
"typescript": "~4.5.4",
"typescript": "~4.5.5",
"url-loader": "^4.1.0",
"webpack": "^4.44.1",
"webpack-cli": "^3.3.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/model-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"dependencies": {
"@rocket.chat/model-typings": "workspace:^"
Expand Down
2 changes: 1 addition & 1 deletion packages/node-poplib/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"eslint": "^8.12.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"jest": "jest"
Expand Down
2 changes: 1 addition & 1 deletion packages/rest-typings/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"eslint": "^8.14.0",
"jest": "^27.5.1",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"jest": "^27.5.1",
"react": "~17.0.2",
"ts-jest": "^27.1.4",
"typescript": "~4.3.4"
"typescript": "~4.5.5"
},
"scripts": {
"lint": "eslint --ext .js,.jsx,.ts,.tsx .",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui-contexts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"prettier": "^2.7.1",
"react": "~17.0.2",
"ts-jest": "^27.1.4",
"typescript": "~4.5.4",
"typescript": "~4.5.5",
"use-sync-external-store": "^1.2.0"
},
"peerDependencies": {
Expand Down
54 changes: 17 additions & 37 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3280,7 +3280,7 @@ __metadata:
split-on-first: ^3.0.0
strict-uri-encode: ^2.0.0
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3324,7 +3324,7 @@ __metadata:
"@types/mongodb": ^3.6.10
eslint: ^8.14.0
prettier: ^2.6.2
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3381,7 +3381,7 @@ __metadata:
pino: ^7.9.2
pino-pretty: ^7.6.0
sharp: ^0.30.6
typescript: ~4.5.4
typescript: ~4.5.5
underscore: ^1.13.4
uuid: ^7.0.3
ws: ^8.5.0
Expand Down Expand Up @@ -3430,7 +3430,7 @@ __metadata:
resolution: "@rocket.chat/favicon@workspace:packages/favicon"
dependencies:
eslint: ^8.12.0
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -3667,7 +3667,7 @@ __metadata:
outdent: ^0.8.0
react-dom: ~17.0.2
ts-jest: ^27.1.4
typescript: ~4.3.4
typescript: ~4.5.5
peerDependencies:
"@rocket.chat/core-typings": "workspace:^"
"@rocket.chat/fuselage": "*"
Expand Down Expand Up @@ -3754,7 +3754,7 @@ __metadata:
stylelint-order: ^4.1.0
svg-loader: ^0.0.2
ts-loader: ^8.3.0
typescript: ~4.5.4
typescript: ~4.5.5
url-loader: ^4.1.0
webpack: ^4.44.1
webpack-cli: ^3.3.12
Expand Down Expand Up @@ -4085,7 +4085,7 @@ __metadata:
turndown: ^7.1.1
twilio: ^3.76.1
twit: ^2.2.11
typescript: ~4.5.4
typescript: ~4.5.5
ua-parser-js: ^1.0.2
underscore: ^1.13.3
underscore.string: ^3.3.6
Expand Down Expand Up @@ -4115,7 +4115,7 @@ __metadata:
eslint: ^8.12.0
jest: ^27.5.1
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand All @@ -4128,7 +4128,7 @@ __metadata:
eslint: ^8.12.0
jest: ^27.5.1
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4170,7 +4170,7 @@ __metadata:
eslint: ^8.12.0
jest: ^27.5.1
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand All @@ -4189,7 +4189,7 @@ __metadata:
eslint: ^8.14.0
jest: ^27.5.1
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -4260,7 +4260,7 @@ __metadata:
jest: ^27.5.1
react: ~17.0.2
ts-jest: ^27.1.4
typescript: ~4.3.4
typescript: ~4.5.5
peerDependencies:
"@rocket.chat/fuselage": "*"
react: ~17.0.2
Expand All @@ -4287,7 +4287,7 @@ __metadata:
prettier: ^2.7.1
react: ~17.0.2
ts-jest: ^27.1.4
typescript: ~4.5.4
typescript: ~4.5.5
use-sync-external-store: ^1.2.0
peerDependencies:
"@rocket.chat/core-typings": "workspace:^"
Expand Down Expand Up @@ -27479,7 +27479,7 @@ __metadata:
"@types/js-yaml": ^4.0.5
husky: ^7.0.4
turbo: ^1.2.16
typescript: ~4.3.4
typescript: ~4.5.5
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -27527,7 +27527,7 @@ __metadata:
sodium-native: ^3.3.0
sodium-plus: ^0.9.0
ts-node: ^10.7.0
typescript: ~4.5.4
typescript: ~4.5.5
underscore.string: ^3.3.6
uuid: ^8.3.2
ws: ^8.5.0
Expand Down Expand Up @@ -30871,17 +30871,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@npm:~4.3.4":
version: 4.3.5
resolution: "typescript@npm:4.3.5"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: bab033b5e2b0790dd35b77fd005df976ef80b8d84fd2c6e63cc31808151875beae9216e5a315fe7068e8499905c3c354248fe83272cdfc13b7705635f0c66c97
languageName: node
linkType: hard

"typescript@npm:~4.5.4":
"typescript@npm:~4.5.5":
version: 4.5.5
resolution: "typescript@npm:4.5.5"
bin:
Expand All @@ -30891,17 +30881,7 @@ __metadata:
languageName: node
linkType: hard

"typescript@patch:typescript@~4.3.4#~builtin<compat/typescript>":
version: 4.3.5
resolution: "typescript@patch:typescript@npm%3A4.3.5#~builtin<compat/typescript>::version=4.3.5&hash=bda367"
bin:
tsc: bin/tsc
tsserver: bin/tsserver
checksum: 365df18cf979c971ef9543b2acaa8694377a803f98e1804c41d0ede0b09d7046cb0cd98f2eaf3884b0fe923c01a60af1f653841bd8805c9715d5479c09a4ebe4
languageName: node
linkType: hard

"typescript@patch:typescript@~4.5.4#~builtin<compat/typescript>":
"typescript@patch:typescript@~4.5.5#~builtin<compat/typescript>":
version: 4.5.5
resolution: "typescript@patch:typescript@npm%3A4.5.5#~builtin<compat/typescript>::version=4.5.5&hash=bda367"
bin:
Expand Down

0 comments on commit 1eb54e1

Please sign in to comment.