mirror of
https://github.com/iconify/iconify.git
synced 2024-11-09 23:00:56 +00:00
Update dependencies for core, publish update
This commit is contained in:
parent
2f5f425c03
commit
7d3975d65d
2643
packages/core/package-lock.json
generated
2643
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"description": "Reusable files used by multiple Iconify packages",
|
||||
"author": "Vjacheslav Trushkin <cyberalien@gmail.com> (https://iconify.design)",
|
||||
"version": "1.3.0",
|
||||
"version": "1.3.1",
|
||||
"license": "(Apache-2.0 OR GPL-2.0)",
|
||||
"bugs": "https://github.com/iconify/iconify/issues",
|
||||
"homepage": "https://iconify.design/",
|
||||
@ -108,24 +108,23 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/api-redundancy": "^1.1.0",
|
||||
"@iconify/types": "^1.0.13",
|
||||
"@iconify/utils": "^1.0.25"
|
||||
"@iconify/types": "^1.1.0",
|
||||
"@iconify/utils": "^1.0.29"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.4.0",
|
||||
"@types/node": "^17.0.10",
|
||||
"@typescript-eslint/eslint-plugin": "^5.15.0",
|
||||
"@types/jest": "^27.4.1",
|
||||
"@types/node": "^17.0.22",
|
||||
"@typescript-eslint/eslint-plugin": "^5.16.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"cross-fetch": "^3.1.5",
|
||||
"eslint": "^8.11.0",
|
||||
"eslint-config-prettier": "^8.5.0",
|
||||
"eslint-plugin-prettier": "^4.0.0",
|
||||
"jest": "^27.4.7",
|
||||
"jest": "^27.5.1",
|
||||
"rimraf": "^3.0.2",
|
||||
"ts-jest": "^27.1.3",
|
||||
"ts-node": "^10.7.0",
|
||||
"typescript": "^4.5.5",
|
||||
"unbuild": "^0.6.9",
|
||||
"vitest": "^0.5.9"
|
||||
"unbuild": "^0.7.0",
|
||||
"vitest": "^0.7.7"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user