mirror of https://github.com/iconify/api.git
chore: publish 3.1.0
This commit is contained in:
parent
9c6a063676
commit
5d296cd782
File diff suppressed because it is too large
Load Diff
18
package.json
18
package.json
|
|
@ -3,7 +3,7 @@
|
||||||
"description": "Iconify API",
|
"description": "Iconify API",
|
||||||
"author": "Vjacheslav Trushkin",
|
"author": "Vjacheslav Trushkin",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"version": "3.1.0-beta.8",
|
"version": "3.1.0",
|
||||||
"publishConfig": {
|
"publishConfig": {
|
||||||
"access": "public",
|
"access": "public",
|
||||||
"tag": "next"
|
"tag": "next"
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/iconify/api.git"
|
"url": "https://github.com/iconify/api.git"
|
||||||
},
|
},
|
||||||
"packageManager": "npm@10.4.0",
|
"packageManager": "npm@10.6.0",
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=16.15.0"
|
"node": ">=16.15.0"
|
||||||
},
|
},
|
||||||
|
|
@ -31,16 +31,16 @@
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@fastify/formbody": "^7.4.0",
|
"@fastify/formbody": "^7.4.0",
|
||||||
"@iconify/tools": "^4.0.2",
|
"@iconify/tools": "^4.0.4",
|
||||||
"@iconify/types": "^2.0.0",
|
"@iconify/types": "^2.0.0",
|
||||||
"@iconify/utils": "^2.1.22",
|
"@iconify/utils": "^2.1.23",
|
||||||
"dotenv": "^16.4.4",
|
"dotenv": "^16.4.5",
|
||||||
"fastify": "^4.26.1"
|
"fastify": "^4.26.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.12",
|
"@types/jest": "^29.5.12",
|
||||||
"@types/node": "^20.11.17",
|
"@types/node": "^20.12.7",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.4.5",
|
||||||
"vitest": "^1.2.2"
|
"vitest": "^1.5.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue