chore: update dependencies

This commit is contained in:
Vjacheslav Trushkin 2023-05-17 21:40:55 +03:00
parent a4fa8bfb4b
commit 1c3a9af9c6
3 changed files with 1469 additions and 998 deletions

2448
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -11,7 +11,7 @@
"type": "git",
"url": "https://github.com/iconify/api.git"
},
"packageManager": "npm@8.19.2",
"packageManager": "npm@9.6.6",
"engines": {
"node": ">=16.15.0"
},
@ -27,16 +27,16 @@
},
"dependencies": {
"@fastify/formbody": "^7.4.0",
"@iconify/tools": "^2.2.2",
"@iconify/tools": "^2.2.6",
"@iconify/types": "^2.0.0",
"@iconify/utils": "^2.1.1",
"@iconify/utils": "^2.1.5",
"dotenv": "^16.0.3",
"fastify": "^4.12.0"
"fastify": "^4.17.0"
},
"devDependencies": {
"@types/jest": "^29.4.0",
"@types/node": "^18.13.0",
"typescript": "^4.9.5",
"vitest": "^0.26.3"
"@types/jest": "^29.5.1",
"@types/node": "^18.16.12",
"typescript": "^5.0.4",
"vitest": "^0.31.1"
}
}

View File

@ -1,13 +1,12 @@
{
"compilerOptions": {
"target": "ES2019",
"target": "ESNext",
"module": "CommonJS",
"strict": true,
"skipLibCheck": true,
"moduleResolution": "node",
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"importsNotUsedAsValues": "error",
"resolveJsonModule": true,
"declaration": true
}