Skip to content

Commit 5bf75f6

Browse files
authored
Update TypeScript version to use ~ (Azure#14387)
I confirmed with the TypeScript team that patch releases should not introduce breaking changes. This PR uses tilde in TypeScript version we use so get the latest patch releases for v4.1.
1 parent 3cc2908 commit 5bf75f6

File tree

72 files changed

+80
-79
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

72 files changed

+80
-79
lines changed

common/tools/dev-tool/package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"minimist": "~1.2.5",
4545
"prettier": "^1.16.4",
4646
"ts-node": "^8.3.0",
47-
"typescript": "4.1.2"
47+
"typescript": "~4.1.2"
4848
},
4949
"devDependencies": {
5050
"@azure/eslint-plugin-azure-sdk": "^3.0.0",
@@ -69,6 +69,7 @@
6969
"rollup": "^1.16.3",
7070
"rollup-plugin-sourcemaps": "^0.4.2",
7171
"rollup-plugin-visualizer": "^4.0.4",
72-
"typedoc": "0.15.2"
72+
"typedoc": "0.15.2",
73+
"typescript": "~4.1.2"
7374
}
7475
}

common/tools/eslint-plugin-azure-sdk/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"eslint-config-prettier": "^7.0.0",
7575
"glob": "^7.1.2",
7676
"json-schema": "^0.3.0",
77-
"typescript": "4.1.2",
77+
"typescript": "~4.1.2",
7878
"tslib": "^2.0.0"
7979
},
8080
"devDependencies": {
@@ -93,7 +93,7 @@
9393
"rimraf": "^3.0.0",
9494
"source-map-support": "^0.5.9",
9595
"mocha-junit-reporter": "^1.18.0",
96-
"typescript": "4.1.2",
96+
"typescript": "~4.1.2",
9797
"typedoc": "0.15.2"
9898
}
9999
}

sdk/anomalydetector/ai-anomaly-detector/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"rollup-plugin-sourcemaps": "^0.4.2",
110110
"rollup-plugin-terser": "^5.1.1",
111111
"rollup-plugin-visualizer": "^4.0.4",
112-
"typescript": "4.1.2",
112+
"typescript": "~4.1.2",
113113
"util": "^0.12.1",
114114
"@azure/test-utils-recorder": "^1.0.0",
115115
"typedoc": "0.15.2"

sdk/appconfiguration/app-configuration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
"rollup-plugin-terser": "^5.1.1",
138138
"sinon": "^9.0.2",
139139
"ts-node": "^8.3.0",
140-
"typescript": "4.1.2",
140+
"typescript": "~4.1.2",
141141
"uglify-js": "^3.4.9",
142142
"cross-env": "^7.0.2",
143143
"typedoc": "0.15.2"

sdk/attestation/attestation/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"rollup-plugin-sourcemaps": "^0.4.2",
6565
"safe-buffer": "^5.2.1",
6666
"ts-node": "^8.3.0",
67-
"typescript": "4.1.2",
67+
"typescript": "~4.1.2",
6868
"typedoc": "0.15.2"
6969
},
7070
"homepage": "https://github.com/Azure/azure-sdk-for-js/tree/master/sdk/attestation/attestation/README.md",

sdk/communication/communication-administration/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
"rollup-plugin-shim": "^1.0.0",
125125
"rollup": "^1.16.3",
126126
"sinon": "^9.0.2",
127-
"typescript": "4.1.2",
127+
"typescript": "~4.1.2",
128128
"typedoc": "0.15.2"
129129
},
130130
"//sampleConfiguration": {

sdk/communication/communication-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
"rollup-plugin-visualizer": "^4.0.4",
121121
"rollup": "^1.16.3",
122122
"sinon": "^9.0.2",
123-
"typescript": "4.1.2",
123+
"typescript": "~4.1.2",
124124
"util": "^0.12.1",
125125
"typedoc": "0.15.2"
126126
}

sdk/communication/communication-common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"rollup-plugin-visualizer": "^4.0.4",
113113
"rollup": "^1.16.3",
114114
"sinon": "^9.0.2",
115-
"typescript": "4.1.2",
115+
"typescript": "~4.1.2",
116116
"util": "^0.12.1",
117117
"typedoc": "0.15.2"
118118
}

sdk/communication/communication-identity/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"rollup-plugin-shim": "^1.0.0",
123123
"rollup": "^1.16.3",
124124
"sinon": "^9.0.2",
125-
"typescript": "4.1.2",
125+
"typescript": "~4.1.2",
126126
"typedoc": "0.15.2"
127127
}
128128
}

sdk/communication/communication-phone-numbers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
"rollup-plugin-shim": "^1.0.0",
123123
"rollup": "^1.16.3",
124124
"sinon": "^9.0.2",
125-
"typescript": "4.1.2",
125+
"typescript": "~4.1.2",
126126
"typedoc": "0.15.2"
127127
},
128128
"//sampleConfiguration": {

0 commit comments

Comments
 (0)