Skip to content

Commit 1473316

Browse files
author
Duncan Grant
committed
Update package.json template to node 14 Typescript
Update the typescript types.
1 parent ff5e898 commit 1473316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/rpdk/typescript/templates/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"class-transformer": "0.3.1"
1818
},
1919
"devDependencies": {
20-
"@types/node": "^12.0.0",
20+
"@types/node": "^14.0.0",
2121
"typescript": "^4.1.2"
2222
},
2323
"optionalDependencies": {

0 commit comments

Comments
 (0)