Skip to content

Commit 674465e

Browse files
authored
Merge pull request #39 from reload/dependabot/npm_and_yarn/examples/node-mysql2/typescript-6.0.2
chore(deps-dev): Bump typescript from 5.3.2 to 6.0.2 in /examples/node-mysql2
2 parents d4b0dbc + 9b2e23a commit 674465e

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

examples/node-mysql2/package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/node-mysql2/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
},
1414
"devDependencies": {
1515
"@types/node": "^25.5.2",
16-
"typescript": "^5.3.2"
16+
"typescript": "^6.0.2"
1717
}
1818
}

examples/node-mysql2/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@
104104

105105
/* Completeness */
106106
// "skipDefaultLibCheck": true, /* Skip type checking .d.ts files that are included with TypeScript. */
107-
"skipLibCheck": true /* Skip type checking all .d.ts files. */
107+
"skipLibCheck": true, /* Skip type checking all .d.ts files. */
108+
"types": ["node"]
108109
}
109110
}

0 commit comments

Comments
 (0)