Skip to content

Commit 1955627

Browse files
committed
Prepare for 10 Beta 1
1 parent 4d98dca commit 1955627

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linq-to-typescript",
3-
"version": "9.0.0",
3+
"version": "10.0.0-beta1",
44
"description": "LINQ ported to TypeScript",
55
"type": "module",
66
"main": "./commonjs/index.js",
@@ -57,7 +57,7 @@
5757
"typescript": "^4.5.5"
5858
},
5959
"engines": {
60-
"node": ">=16"
60+
"node": ">=17"
6161
},
6262
"bugs": {
6363
"url": "https://github.com/arogozine/LinqToTypeScript/issues"

tests/nodetest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"linq-to-typescript": "file:../../dist"
1313
},
1414
"devDependencies": {
15-
"typescript": "^4.4.3"
15+
"typescript": "^4.5.5"
1616
}
1717
}

tests/reacttest/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
"@types/react": "17.0.33",
2020
"eslint": "7.32.0",
2121
"eslint-config-next": "^12.0.2",
22-
"typescript": "4.4.4"
22+
"typescript": "4.5.5"
2323
}
2424
}

0 commit comments

Comments
 (0)