@krlwlfrt/tsg
Advanced tools
Comparing version 1.0.0 to 1.0.2
{ | ||
"name": "@krlwlfrt/tsg", | ||
"version": "1.0.0", | ||
"version": "1.0.2", | ||
"description": "TypeScript generator", | ||
@@ -19,13 +19,13 @@ "repository": { | ||
"@types/mocha": "10.0.1", | ||
"@types/node": "18.14.2", | ||
"@typescript-eslint/eslint-plugin": "5.54.0", | ||
"@typescript-eslint/parser": "5.54.0", | ||
"@types/node": "^18", | ||
"@typescript-eslint/eslint-plugin": "5.59.2", | ||
"@typescript-eslint/parser": "5.59.2", | ||
"conventional-changelog-cli": "2.2.2", | ||
"eslint": "8.35.0", | ||
"eslint": "8.40.0", | ||
"mocha": "10.2.0", | ||
"nyc": "15.1.0", | ||
"rimraf": "4.1.2", | ||
"rimraf": "5.0.0", | ||
"ts-node": "10.9.1", | ||
"typedoc": "0.23.26", | ||
"typescript": "4.9.5" | ||
"typedoc": "0.24.7", | ||
"typescript": "5.0.4" | ||
}, | ||
@@ -32,0 +32,0 @@ "scripts": { |
28703