We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d98dca commit 1955627Copy full SHA for 1955627
3 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "linq-to-typescript",
3
- "version": "9.0.0",
+ "version": "10.0.0-beta1",
4
"description": "LINQ ported to TypeScript",
5
"type": "module",
6
"main": "./commonjs/index.js",
@@ -57,7 +57,7 @@
57
"typescript": "^4.5.5"
58
},
59
"engines": {
60
- "node": ">=16"
+ "node": ">=17"
61
62
"bugs": {
63
"url": "https://github.com/arogozine/LinqToTypeScript/issues"
tests/nodetest/package.json
@@ -12,6 +12,6 @@
12
"linq-to-typescript": "file:../../dist"
13
14
"devDependencies": {
15
- "typescript": "^4.4.3"
+ "typescript": "^4.5.5"
16
}
17
tests/reacttest/package.json
@@ -19,6 +19,6 @@
19
"@types/react": "17.0.33",
20
"eslint": "7.32.0",
21
"eslint-config-next": "^12.0.2",
22
- "typescript": "4.4.4"
+ "typescript": "4.5.5"
23
24
0 commit comments