Skip to content

Commit

Permalink
More test dependency maintenance (#3964)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssbarnea authored Jan 2, 2024
1 parent 0374a90 commit aa9788d
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 50 deletions.
1 change: 0 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ updates:
labels:
- dependabot-deps-updates
- skip-changelog
versioning-strategy: lockfile-only
groups:
dependencies:
patterns:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: 18
node-version: 20
cache: "npm"
cache-dependency-path: test/schemas/package-lock.json

Expand Down
84 changes: 42 additions & 42 deletions test/schemas/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions test/schemas/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"ajv-formats": "^2.1.1",
"js-yaml": "^4.1.0",
"safe-stable-stringify": "^2.4.3",
"ts-node": "^10.9.1",
"ts-node": "^10.9.2",
"vscode-json-languageservice": "^5.3.7"
},
"scripts": {
Expand All @@ -12,15 +12,15 @@
"test": "python3 src/rebuild.py && mocha"
},
"devDependencies": {
"@types/chai": "^4.3.9",
"@types/js-yaml": "^4.0.8",
"@types/chai": "^4.3.11",
"@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
"@types/mocha": "^10.0.4",
"@types/node": "^20.8.10",
"@types/mocha": "^10.0.6",
"@types/node": "^20.10.6",
"chai": "^4.3.10",
"minimatch": "^9.0.3",
"mocha": "^10.2.0",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
},
"directories": {
"test": "./src"
Expand Down

0 comments on commit aa9788d

Please sign in to comment.