Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[typescript*] drop support typescript below 4.0 #12123

Merged
merged 8 commits into from Apr 12, 2022
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
Expand Up @@ -46,7 +46,7 @@
"ts-node": "8.3.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.18.0",
"typescript": "3.5.3",
"typescript": "^4.0",
"wait-on": "^3.2.0"
},
"jest": {
Expand Down
Expand Up @@ -15,13 +15,13 @@
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "3.5.33",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"@types/node": "8.10.34"
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
Expand Up @@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Expand Up @@ -61,7 +61,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
Expand Down
Expand Up @@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}
Expand Up @@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}
Expand Up @@ -17,7 +17,7 @@
"request": "^2.72.0"
},
"devDependencies": {
"typescript": "^1.8.10",
"typescript": "^4.0",
"typings": "^0.8.1"
}
}
Expand Up @@ -20,7 +20,7 @@
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"typescript": "^4.0",
"@types/node": "8.10.34"
}
}
Expand Up @@ -32,7 +32,7 @@
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.12",
"zone.js": "^0.6.17",
"typescript": "^2.0.0",
"typescript": "^4.0",
"typings": "^1.3.2"
}
}
Expand Up @@ -26,7 +26,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}
Expand Up @@ -18,6 +18,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^2.4 || ^3.0"
"typescript": "^4.0"
}
}
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down

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

Expand Up @@ -18,11 +18,11 @@
"prepare": "npm run build"
},
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.26.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^3.6.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down

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

Expand Up @@ -19,7 +19,7 @@
"mocha": "^8.2.1",
"typescript": "^4.1.2"
},
"name": "typescript-fetch-test",
"name": "typescript-axios-test",
"version": "1.0.0",
"directories": {
"test": "test"
Expand Down
2 changes: 1 addition & 1 deletion samples/client/petstore/typescript-jquery/npm/package.json
Expand Up @@ -15,7 +15,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^2.4"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Expand Up @@ -46,7 +46,7 @@
"ts-node": "8.3.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.18.0",
"typescript": "3.5.3",
"typescript": "^4.0",
"wait-on": "^3.2.0"
},
"jest": {
Expand Down
8 changes: 4 additions & 4 deletions samples/client/petstore/typescript-node/npm/package.json
Expand Up @@ -15,13 +15,13 @@
"dependencies": {
"bluebird": "^3.5.0",
"request": "^2.81.0",
"@types/bluebird": "3.5.33",
"@types/request": "*",
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^2.4.2",
"@types/node": "8.10.34"
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Expand Up @@ -13,7 +13,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^3.0"
"typescript": "^4.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Expand Up @@ -27,7 +27,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}
Expand Up @@ -26,7 +26,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}
Expand Up @@ -30,7 +30,7 @@
"url-parse": "^1.4.3"
},
"devDependencies": {
"typescript": "^3.9.3",
"typescript": "^4.0",
"@types/url-parse": "1.4.4"
}
}