mirror of https://github.com/iconify/api.git
chore: update dependencies
This commit is contained in:
parent
a02dd19d51
commit
65b0eca32e
File diff suppressed because it is too large
Load Diff
16
package.json
16
package.json
|
|
@ -11,7 +11,7 @@
|
|||
"type": "git",
|
||||
"url": "https://github.com/iconify/api.git"
|
||||
},
|
||||
"packageManager": "npm@10.6.0",
|
||||
"packageManager": "npm@10.9.0",
|
||||
"engines": {
|
||||
"node": ">=16.15.0"
|
||||
},
|
||||
|
|
@ -27,16 +27,16 @@
|
|||
},
|
||||
"dependencies": {
|
||||
"@fastify/formbody": "^7.4.0",
|
||||
"@iconify/tools": "^4.0.4",
|
||||
"@iconify/tools": "^4.0.7",
|
||||
"@iconify/types": "^2.0.0",
|
||||
"@iconify/utils": "^2.1.23",
|
||||
"@iconify/utils": "^2.1.33",
|
||||
"dotenv": "^16.4.5",
|
||||
"fastify": "^4.26.2"
|
||||
"fastify": "^4.28.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.12",
|
||||
"@types/node": "^20.12.7",
|
||||
"typescript": "^5.4.5",
|
||||
"vitest": "^1.5.2"
|
||||
"@types/jest": "^29.5.13",
|
||||
"@types/node": "^20.16.11",
|
||||
"typescript": "^5.6.3",
|
||||
"vitest": "^2.1.3"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue