Skip to content
This repository was archived by the owner on Apr 13, 2025. It is now read-only.

Commit 8e3a800

Browse files
committed
Update versions in sample/service contribute template
1 parent 2830f32 commit 8e3a800

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/contribute/create_sample.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ Create a folder in `samples` and add a `package.json` and a `tsconfig.json`:
2222
"dependencies": {
2323
"nodecg-io-<the service name>": "^0.1.0",
2424
"nodecg-io-core": "^0.1.0",
25-
"@types/node": "^14.6.4",
26-
"nodecg": "^1.6.1",
27-
"typescript": "^4.0.2"
25+
"@types/node": "^14.14.13",
26+
"nodecg": "^1.7.4",
27+
"typescript": "^4.1.3"
2828
}
2929
}
3030
```

docs/contribute/create_service.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ Put the following into it:
5050
},
5151
"license": "MIT",
5252
"devDependencies": {
53-
"@types/node": "^14.6.4",
54-
"nodecg": "^1.6.1",
55-
"typescript": "^4.0.2"
53+
"@types/node": "^14.14.13",
54+
"nodecg": "^1.7.4",
55+
"typescript": "^4.1.3"
5656
},
5757
"dependencies": {
5858
"nodecg-io-core": "^0.1.0",

0 commit comments

Comments
 (0)