Skip to content

Commit 9267019

Browse files
authored
mono - upgrading typescript to 5.1.3 (#843)
1 parent e514422 commit 9267019

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"clean": "rm -rf node_modules && rm -rf yarn.lock && yarn workspaces run clean"
1919
},
2020
"dependencies": {
21-
"@types/node": "^20.2.1",
21+
"@types/node": "^20.3.1",
2222
"webpack": "^5.87.0"
2323
},
2424
"devDependencies": {
2525
"ava": "^5.2.0",
2626
"c8": "^7.13.0",
2727
"xo": "^0.54.2",
2828
"ts-node": "^10.9.1",
29-
"typescript": "^5.0.4"
29+
"typescript": "^5.1.3"
3030
}
3131
}

0 commit comments

Comments
 (0)