mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-19 06:07:40 +00:00
chore(web): @types/node update - version should match node version
Also updates @types/chai, given that chai was updated. No ^5.x yet, though.
This commit is contained in:
parent
3989298e69
commit
ec35fbb061
2 changed files with 35 additions and 20 deletions
52
package-lock.json
generated
52
package-lock.json
generated
|
|
@ -40,7 +40,8 @@
|
|||
"devDependencies": {
|
||||
"@microsoft/api-documenter": "^7.23.31",
|
||||
"@microsoft/api-extractor": "^7.41.0",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/chai": "^4.3.14",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-cli": "^5.0.0",
|
||||
|
|
@ -184,11 +185,6 @@
|
|||
"@types/node": "^18.7.18"
|
||||
}
|
||||
},
|
||||
"common/tools/hextobin/node_modules/@types/node": {
|
||||
"version": "18.11.15",
|
||||
"dev": true,
|
||||
"license": "MIT"
|
||||
},
|
||||
"common/tools/hextobin/node_modules/commander": {
|
||||
"version": "5.1.0",
|
||||
"license": "MIT",
|
||||
|
|
@ -352,6 +348,12 @@
|
|||
"typescript": "^4.9.5"
|
||||
}
|
||||
},
|
||||
"common/web/gesture-recognizer/node_modules/@types/node": {
|
||||
"version": "11.15.54",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.54.tgz",
|
||||
"integrity": "sha512-1RWYiq+5UfozGsU6MwJyFX6BtktcT10XRjvcAQmskCtMcW3tPske88lM/nHv7BQG1w9KBXI1zPGuu5PnNCX14g==",
|
||||
"dev": true
|
||||
},
|
||||
"common/web/input-processor": {
|
||||
"name": "@keymanapp/input-processor",
|
||||
"license": "MIT",
|
||||
|
|
@ -373,6 +375,12 @@
|
|||
"typescript": "^4.9.5"
|
||||
}
|
||||
},
|
||||
"common/web/input-processor/node_modules/@types/node": {
|
||||
"version": "11.15.54",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.54.tgz",
|
||||
"integrity": "sha512-1RWYiq+5UfozGsU6MwJyFX6BtktcT10XRjvcAQmskCtMcW3tPske88lM/nHv7BQG1w9KBXI1zPGuu5PnNCX14g==",
|
||||
"dev": true
|
||||
},
|
||||
"common/web/keyboard-processor": {
|
||||
"name": "@keymanapp/keyboard-processor",
|
||||
"license": "MIT",
|
||||
|
|
@ -398,6 +406,11 @@
|
|||
"typescript": "^4.9.5"
|
||||
}
|
||||
},
|
||||
"common/web/keyboard-processor/node_modules/@types/node": {
|
||||
"version": "11.15.54",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.54.tgz",
|
||||
"integrity": "sha512-1RWYiq+5UfozGsU6MwJyFX6BtktcT10XRjvcAQmskCtMcW3tPske88lM/nHv7BQG1w9KBXI1zPGuu5PnNCX14g=="
|
||||
},
|
||||
"common/web/keyman-version": {
|
||||
"name": "@keymanapp/keyman-version",
|
||||
"license": "MIT",
|
||||
|
|
@ -471,6 +484,11 @@
|
|||
"typescript": "^4.9.5"
|
||||
}
|
||||
},
|
||||
"common/web/recorder/node_modules/@types/node": {
|
||||
"version": "11.15.54",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-11.15.54.tgz",
|
||||
"integrity": "sha512-1RWYiq+5UfozGsU6MwJyFX6BtktcT10XRjvcAQmskCtMcW3tPske88lM/nHv7BQG1w9KBXI1zPGuu5PnNCX14g=="
|
||||
},
|
||||
"common/web/sentry-manager": {
|
||||
"name": "@keymanapp/web-sentry-manager",
|
||||
"license": "MIT",
|
||||
|
|
@ -4150,9 +4168,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/chai": {
|
||||
"version": "4.3.5",
|
||||
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.5.tgz",
|
||||
"integrity": "sha512-mEo1sAde+UCE6b2hxn332f1g1E8WfYRu6p5SvTKr2ZKC1f7gFJXk4h5PyGP9Dt6gCaG8y8XhwnXWC6Iy2cmBng==",
|
||||
"version": "4.3.14",
|
||||
"resolved": "https://registry.npmjs.org/@types/chai/-/chai-4.3.14.tgz",
|
||||
"integrity": "sha512-Wj71sXE4Q4AkGdG9Tvq1u/fquNz9EdG4LIJMwVVII7ashjD/8cf8fyIfJAjRr6YcsXnSE8cOGQPq1gqeR8z+3w==",
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/@types/component-emitter": {
|
||||
|
|
@ -4255,8 +4273,12 @@
|
|||
}
|
||||
},
|
||||
"node_modules/@types/node": {
|
||||
"version": "11.15.54",
|
||||
"license": "MIT"
|
||||
"version": "18.19.31",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.31.tgz",
|
||||
"integrity": "sha512-ArgCD39YpyyrtFKIqMDvjz79jto5fcI/SVUs2HwB+f0dAzq68yqOdyaSivLiLugSziTpNXLQrVb7RZFmdZzbhA==",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
},
|
||||
"node_modules/@types/qs": {
|
||||
"version": "6.9.7",
|
||||
|
|
@ -12980,14 +13002,6 @@
|
|||
"ts-node": "^10.9.1",
|
||||
"typescript": "^4.9.5"
|
||||
}
|
||||
},
|
||||
"web/node_modules/@types/node": {
|
||||
"version": "18.19.3",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.3.tgz",
|
||||
"integrity": "sha512-k5fggr14DwAytoA/t8rPrIz++lXK7/DqckthCmoZOKNsEbJkId4Z//BqgApXBUGrGddrigYa1oqheo/7YmW4rg==",
|
||||
"dependencies": {
|
||||
"undici-types": "~5.26.4"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,7 +4,8 @@
|
|||
"devDependencies": {
|
||||
"@microsoft/api-documenter": "^7.23.31",
|
||||
"@microsoft/api-extractor": "^7.41.0",
|
||||
"@types/chai": "^4.3.5",
|
||||
"@types/chai": "^4.3.14",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.1",
|
||||
"ajv": "^8.12.0",
|
||||
"ajv-cli": "^5.0.0",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue