Skip to content

Commit

Permalink
Add typescript 5.x as an allowed version. (#18674)
Browse files Browse the repository at this point in the history
* Add typescript 5.x as an allowed version.

* Adjust version ranges to keep tests passing.

* Update the typescript-rxjs sample.
  • Loading branch information
jyasskin committed May 15, 2024
1 parent 70130ed commit 7e94c87
Show file tree
Hide file tree
Showing 32 changed files with 3,399 additions and 9,244 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"redux-ts-simple": "^3.2.0",
"reselect": "^4.0.0",
{{/sagasAndRecords}}
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
},
"devDependencies": {
"@types/jquery": "^3.1",
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"ts-node": "8.3.0",
"tsconfig-paths": "3.8.0",
"tslint": "5.18.0",
"typescript": "^4.0",
"typescript": "^4.0 || ^5.0",
"wait-on": "^3.2.0"
},
"jest": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"@types/bluebird": "^3.5.33",
"@types/node": "^12",
"@types/request": "^2.48.8",
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},
"publishConfig": {
"registry": "{{npmRepository}}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"redux-query": "^3.2.0"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"rxjs": "^7.2.0"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}{{#npmRepository}},{{/npmRepository}}
{{#npmRepository}}
"publishConfig": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"request": "^2.72.0"
},
"devDependencies": {
"typescript": "^4.0",
"typescript": "^4.0 || ^5.0",
"typings": "^0.8.1"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"rewire": "^3.0.2"
},
"devDependencies": {
"typescript": "^4.0",
"typescript": "^4.0 || ^5.0",
"@types/node": "8.10.34"
}
}
4 changes: 2 additions & 2 deletions samples/client/echo_api/typescript-axios/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
},
"devDependencies": {
"tslint": "^3.15.1",
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
"axios": "^1.6.1"
},
"devDependencies": {
"@types/node": "^12.11.5",
"typescript": "^4.0"
"@types/node": "12.11.5 - 12.20.42",
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"redux-saga": "^1.1.3",
"redux-ts-simple": "^3.2.0",
"reselect": "^4.0.0",
"typescript": "^4.0"
"typescript": "^4.0 || ^5.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.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"prepare": "npm run build"
},
"devDependencies": {
"typescript": "^4.0"
"typescript": "^4.0 || ^5.0"
},
"publishConfig": {
"registry": "https://skimdb.npmjs.com/registry"
Expand Down
Loading

0 comments on commit 7e94c87

Please sign in to comment.