Fix tests and lint

This commit is contained in:
Gregory Schier
2024-09-09 11:49:05 -07:00
parent 48e62eb1d9
commit 035441a492
6 changed files with 35 additions and 42 deletions

14
package-lock.json generated
View File

@@ -7,6 +7,7 @@
"name": "@yaakapp/plugins",
"devDependencies": {
"jsonpath": "^1.1.1",
"typescript": "^5.5.2",
"vitest": "^2.0.4"
}
},
@@ -1408,6 +1409,19 @@
"node": ">= 0.8.0"
}
},
"node_modules/typescript": {
"version": "5.6.2",
"resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.2.tgz",
"integrity": "sha512-NW8ByodCSNCwZeghjN3o+JX5OFH0Ojg6sadjEKY4huZ52TqbJTJnDo5+Tw98lSy63NZvi4n+ez5m2u5d4PkZyw==",
"dev": true,
"bin": {
"tsc": "bin/tsc",
"tsserver": "bin/tsserver"
},
"engines": {
"node": ">=14.17"
}
},
"node_modules/underscore": {
"version": "1.12.1",
"resolved": "https://registry.npmjs.org/underscore/-/underscore-1.12.1.tgz",