mirror of
https://github.com/chirimen-oh/node-web-i2c.git
synced 2025-01-18 08:05:10 +00:00
chore(deps): update dependency @types/node to v18
This commit is contained in:
parent
1432a76caa
commit
cb3a93874f
2 changed files with 8 additions and 3 deletions
|
@ -14,11 +14,11 @@
|
|||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"@types/i2c-bus": "^5.1.0",
|
||||
"@types/node": "^16.11.12",
|
||||
"@types/node": "^18.0.0",
|
||||
"i2c-bus": "^5.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^16.11.12",
|
||||
"@types/node": "^18.0.0",
|
||||
"@typescript-eslint/eslint-plugin": "^5.6.0",
|
||||
"@typescript-eslint/parser": "^5.6.0",
|
||||
"eslint": "^8.4.1",
|
||||
|
|
|
@ -64,11 +64,16 @@
|
|||
resolved "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.9.tgz"
|
||||
integrity sha512-qcUXuemtEu+E5wZSJHNxUXeCZhAfXKQ41D+duX+VYPde7xyEVZci+/oXKJL13tnRs9lR2pr4fod59GT6/X1/yQ==
|
||||
|
||||
"@types/node@*", "@types/node@^16.11.12":
|
||||
"@types/node@*":
|
||||
version "16.11.12"
|
||||
resolved "https://registry.npmjs.org/@types/node/-/node-16.11.12.tgz"
|
||||
integrity sha512-+2Iggwg7PxoO5Kyhvsq9VarmPbIelXP070HMImEpbtGCoyWNINQj4wzjbQCXzdHTRXnqufutJb5KAURZANNBAw==
|
||||
|
||||
"@types/node@^18.0.0":
|
||||
version "18.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.13.0.tgz#0400d1e6ce87e9d3032c19eb6c58205b0d3f7850"
|
||||
integrity sha512-gC3TazRzGoOnoKAhUx+Q0t8S9Tzs74z7m0ipwGpSqQrleP14hKxP4/JUeEQcD3W1/aIpnWl8pHowI7WokuZpXg==
|
||||
|
||||
"@typescript-eslint/eslint-plugin@^5.6.0":
|
||||
version "5.6.0"
|
||||
resolved "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.6.0.tgz"
|
||||
|
|
Loading…
Add table
Reference in a new issue