Skip to content

Commit

Permalink
Upgrade modules
Browse files Browse the repository at this point in the history
  • Loading branch information
kmalakoff committed Mar 3, 2025
1 parent 9073b14 commit 0089466
Show file tree
Hide file tree
Showing 4 changed files with 178 additions and 893 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: '/'
schedule:
interval: weekly
ignore:
- dependency-name: "@types/mocha"
- dependency-name: "@types/node"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
node_modules/
dist/
docs/
npm-debug.log
npm-debug.log*
lerna-debug.log
13 changes: 2 additions & 11 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,11 @@
{
"type": "node",
"request": "launch",
"name": "test:node (mac)",
"program": "/Users/kevin/.nvm/versions/node/v22.13.0/lib/node_modules/ts-dev-stack/bin/cli.cjs",
"name": "test:node",
"runtimeExecutable": "tsds",
"args": ["test:node", "--no-timeouts"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
},
{
"type": "node",
"request": "launch",
"name": "test:node (windows)",
"program": "C:/Program Files (x86)/nodejs/node_modules/ts-dev-stack/bin/cli.cjs",
"args": ["test:node", "--no-timeouts"],
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen"
}
]
}
Loading

0 comments on commit 0089466

Please sign in to comment.