Skip to content

Commit b9268bb

Browse files
Update dependency typescript to v7
1 parent ec9ba51 commit b9268bb

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

examples/angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@
8686
"ts-mocha": "11.1.0",
8787
"ts-node": "10.9.2",
8888
"tslint": "6.1.3",
89-
"typescript": "5.9.3",
89+
"typescript": "7.0.2",
9090
"webpack-bundle-analyzer": "5.3.1"
9191
}
9292
}

examples/vite-vanilla-ts/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"concurrently": "10.0.3",
1919
"copyfiles": "2.4.1",
2020
"testcafe": "3.7.6",
21-
"typescript": "5.9.3",
21+
"typescript": "7.0.2",
2222
"vite": "8.1.5"
2323
},
2424
"//": "NOTICE: For the Github CI we use the local RxDB build (rxdb-local.tgz). In your app should just install 'rxdb' from npm instead",

examples/vue/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,6 @@
4848
"sass": "^1.80.0",
4949
"sass-loader": "17.0.0",
5050
"testcafe": "3.7.6",
51-
"typescript": "5.9.3"
51+
"typescript": "7.0.2"
5252
}
5353
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@
699699
"terser-webpack-plugin": "5.6.1",
700700
"ts-loader": "9.6.2",
701701
"tsx": "4.23.1",
702-
"typescript": "5.9.3",
702+
"typescript": "7.0.2",
703703
"vue": "3.5.40",
704704
"walk-sync": "4.0.2",
705705
"watch": "1.0.2",

test/tutorials/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@
1414
"request": "2.88.2",
1515
"request-promise-native": "1.0.9",
1616
"ts-node": "10.9.2",
17-
"typescript": "5.9.3"
17+
"typescript": "7.0.2"
1818
}
1919
}

0 commit comments

Comments
 (0)