We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e67ed30 commit 649c625Copy full SHA for 649c625
.github/dependabot.yml
@@ -192,4 +192,7 @@ updates:
192
- package-ecosystem: "npm"
193
directory: "/templates/mle-ts-sample/"
194
schedule:
195
- interval: "monthly"
+ interval: "monthly"
196
+ labels:
197
+ - "dependencies"
198
+ - "templates-mle"
templates/mle-ts-sample/package.json
@@ -6,7 +6,7 @@
6
"typescript": "^5.7.3",
7
"esbuild": "0.25.1",
8
"oracledb": "^6.7.1",
9
- "vitest": "^1.0.0"
+ "vitest": "^3.1.2"
10
},
11
"scripts": {
12
"build": "esbuild src/index.ts --bundle --minify=false --platform=neutral --format=esm --outfile=dist/index.js",
0 commit comments