Skip to content

Commit 6c1557a

Browse files
committed
Merged in tstemplate-v1.2.3 (pull request #7)
Tstemplate v1.2.3 Approved-by: Nick Wade
2 parents 723dbdb + 6c44fad commit 6c1557a

File tree

3 files changed

+93
-92
lines changed

3 files changed

+93
-92
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Typescript Project Template
22

3+
## [v1.2.3]
4+
5+
### Fixes
6+
- npm update
7+
38
## [v1.2.2]
49

510
### Fixes

package-lock.json

+80-84
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "MY_APP",
33
"version": "1.0.0",
4-
"ts-project-version": "1.2.2",
4+
"ts-project-version": "1.2.3",
55
"scripts": {
66
"start": "npm run dev",
77
"dev": "npm run lint && ts-node src/index.ts",
@@ -24,20 +24,20 @@
2424
},
2525
"dependencies": {
2626
"dotenv": "^8.6.0",
27-
"source-map-support": "^0.5.19"
27+
"source-map-support": "^0.5.20"
2828
},
2929
"devDependencies": {
3030
"@istanbuljs/nyc-config-typescript": "^1.0.1",
31-
"@types/jasmine": "^3.8.2",
32-
"@types/node": "^12.20.20",
33-
"@typescript-eslint/eslint-plugin": "^4.29.3",
34-
"@typescript-eslint/parser": "^4.29.3",
31+
"@types/jasmine": "^3.9.1",
32+
"@types/node": "^12.20.28",
33+
"@typescript-eslint/eslint-plugin": "^4.33.0",
34+
"@typescript-eslint/parser": "^4.33.0",
3535
"coveralls": "^3.1.1",
3636
"eslint": "^7.32.0",
3737
"jasmine": "^3.9.0",
3838
"nyc": "^15.1.0",
3939
"ts-node": "^10.2.1",
40-
"typedoc": "^0.21.6",
41-
"typescript": "^4.3.5"
40+
"typedoc": "^0.21.9",
41+
"typescript": "^4.4.3"
4242
}
4343
}

0 commit comments

Comments
 (0)