Skip to content

Commit

Permalink
Set typescript version to 4.1.5 (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesBurnside authored Mar 12, 2021
1 parent 41ddbc6 commit 8f173c7
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
18 changes: 9 additions & 9 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/acs-calling-declarative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"eslint": "^7.7.0",
"jest": "26.6.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"typescript": "4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/acs-chat-declarative/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
"eslint": "^7.7.0",
"jest": "26.6.0",
"ts-jest": "^26.4.4",
"typescript": "^4.0.5"
"typescript": "4.1.5"
}
}
2 changes: 1 addition & 1 deletion packages/communication-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@
"source-map-explorer": "^2.5.0",
"ts-jest": "^26.4.4",
"ts-node": "^9.1.1",
"typescript": "^4.0.5",
"typescript": "4.1.5",
"uuid": "^8.1.0",
"webpack": "4.44.2"
}
Expand Down
2 changes: 1 addition & 1 deletion samples/Calling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
"react-test-renderer": "^16.14.0",
"rimraf": "^2.6.2",
"source-map-explorer": "^2.5.0",
"typescript": "^4.0.5"
"typescript": "4.1.5"
},
"proxy": "http://localhost:8080/"
}
2 changes: 1 addition & 1 deletion samples/Chat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@
"prettier": "2.0.5",
"pretty-quick": "^3.1.0",
"react-test-renderer": "^16.14.0",
"typescript": "^4.0.5",
"typescript": "4.1.5",
"rimraf": "^2.6.2"
},
"proxy": "http://localhost:8080/"
Expand Down
2 changes: 1 addition & 1 deletion samples/OneToOneCall/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
"react-test-renderer": "^16.14.0",
"rimraf": "^2.6.2",
"source-map-explorer": "^2.5.0",
"typescript": "^4.0.5"
"typescript": "4.1.5"
},
"proxy": "http://localhost:8080/"
}
2 changes: 1 addition & 1 deletion samples/Server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"ts-node-dev": "^1.0.0",
"typescript": "^4.0.5",
"typescript": "4.1.5",
"webpack": "4.44.2",
"webpack-cli": "^4.2.0",
"webpack-node-externals": "^2.5.2"
Expand Down

0 comments on commit 8f173c7

Please sign in to comment.