summaryrefslogtreecommitdiffstats
path: root/test/schemas/package.json
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-06-26 06:24:58 +0000
commitba233a0cbad76b4783a03893e7bf4716fbc0f0ec (patch)
treead369728c1edbe3631c8150585659078ae5d7d0b /test/schemas/package.json
parentReleasing progress-linux version 6.17.2-3~progress7.99u1. (diff)
downloadansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.tar.xz
ansible-lint-ba233a0cbad76b4783a03893e7bf4716fbc0f0ec.zip
Merging upstream version 24.6.1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'test/schemas/package.json')
-rw-r--r--test/schemas/package.json27
1 files changed, 14 insertions, 13 deletions
diff --git a/test/schemas/package.json b/test/schemas/package.json
index c318ca0..bc7d264 100644
--- a/test/schemas/package.json
+++ b/test/schemas/package.json
@@ -1,28 +1,29 @@
{
"dependencies": {
- "ajv-formats": "^2.1.1",
+ "ajv-formats": "^3.0.1",
"js-yaml": "^4.1.0",
"safe-stable-stringify": "^2.4.3",
- "ts-node": "^10.9.1",
- "vscode-json-languageservice": "^5.3.5"
+ "ts-node": "^10.9.2",
+ "vscode-json-languageservice": "^5.3.11"
},
"scripts": {
- "compile": "tsc -p ./src",
+ "compile": "tsc",
"deps": "npx --yes npm-check-updates -u && npm install --ignore-scripts",
"test": "python3 src/rebuild.py && mocha"
},
"devDependencies": {
- "@types/chai": "^4.3.5",
- "@types/js-yaml": "^4.0.5",
+ "@types/chai": "^4.3.16",
+ "@types/js-yaml": "^4.0.9",
"@types/minimatch": "^5.1.2",
- "@types/mocha": "^10.0.1",
- "@types/node": "^20.3.1",
- "chai": "^4.3.7",
- "minimatch": "^9.0.1",
- "mocha": "^10.2.0",
- "typescript": "^5.1.3"
+ "@types/mocha": "^10.0.6",
+ "@types/node": "^20.12.13",
+ "chai": "^5.1.1",
+ "minimatch": "^9.0.4",
+ "mocha": "^10.4.0",
+ "typescript": "^5.4.5"
},
"directories": {
"test": "./src"
- }
+ },
+ "type": "module"
}