Skip to content

Commit 4032aad

Browse files
committed
Downgrade TypeScript to 3.3.4000
New version is multiple times slower (takes 8 seconds with new version, half a second with old) Wait until microsoft/TypeScript#30663 is fixes.
1 parent ada2016 commit 4032aad

File tree

12 files changed

+22
-14
lines changed

12 files changed

+22
-14
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ www
1919
.DS_Store
2020
npm-debug.log
2121
yarn-error.log
22-
.vscode
2322
.idea
2423
jest
2524

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"eslint.enable": true,
3+
"typescript.tsdk": "node_modules/typescript/lib"
4+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"lerna": "^2.5.1",
7676
"lint-staged": "^5.0.0",
7777
"prettier": "^1.8.2",
78-
"typescript": "^3.4.2"
78+
"typescript": "3.3.4000"
7979
},
8080
"dependencies": {
8181
"opencollective": "^1.0.3"

packages/app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@
113113
"style-loader": "^0.21.0",
114114
"sw-precache-webpack-plugin": "^0.11.5",
115115
"terser": "^3.8.0",
116-
"typescript": "^3.4.2",
116+
"typescript": "3.3.4000",
117117
"uglifyjs-webpack-plugin": "^1.2.5",
118118
"url-loader": "1.0.1",
119119
"webpack": "^4.10.2",

packages/codesandbox-api/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
"tslint-config-prettier": "^1.1.0",
109109
"tslint-config-standard": "^6.0.0",
110110
"typedoc": "^0.7.1",
111-
"typescript": "^3.4.2",
111+
"typescript": "3.3.4000",
112112
"uuid": "^3.3.2",
113113
"validate-commit-msg": "^2.12.2"
114114
},

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"cpx": "^1.5.0",
5555
"jest": "^21.2.1",
5656
"rimraf": "^2.6.3",
57-
"typescript": "^3.4.2"
57+
"typescript": "3.3.4000"
5858
},
5959
"jest": {
6060
"moduleDirectories": [

packages/node-services/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"@types/node": "^11.10.5",
1414
"@types/resolve": "^0.0.8",
1515
"@types/ws": "^6.0.1",
16-
"typescript": "^3.4.2"
16+
"typescript": "3.3.4000"
1717
},
1818
"scripts": {
1919
"build": "tsc",

packages/react-embed/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"devDependencies": {
1717
"@types/react": "^16.8.12",
1818
"rimraf": "^2.6.2",
19-
"typescript": "^3.4.2"
19+
"typescript": "3.3.4000"
2020
},
2121
"scripts": {
2222
"watch": "tsc --watch",

packages/react-sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"tslint-config-prettier": "^1.1.0",
144144
"tslint-config-standard": "^7.0.0",
145145
"typedoc": "^0.10.0",
146-
"typescript": "^3.4.2",
146+
"typescript": "3.3.4000",
147147
"validate-commit-msg": "^2.12.2"
148148
}
149149
}

packages/sandpack/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@
110110
"tslint-config-prettier": "^1.1.0",
111111
"tslint-config-standard": "^7.0.0",
112112
"typedoc": "^0.11.1",
113-
"typescript": "^3.4.2",
113+
"typescript": "3.3.4000",
114114
"validate-commit-msg": "^2.12.2"
115115
}
116116
}

0 commit comments

Comments
 (0)