mirror of
https://github.com/iconify/iconify.git
synced 2025-01-12 01:45:41 +00:00
Update core dependencies, reverse temporary change in FullIconifyIcon type
This commit is contained in:
parent
4ac1f0f199
commit
cb4ae877e5
649
packages/core/package-lock.json
generated
649
packages/core/package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -22,20 +22,20 @@
|
||||
"pretest": "npm run build"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/chai": "^4.2.12",
|
||||
"@types/chai": "^4.2.14",
|
||||
"@types/mocha": "^8.0.3",
|
||||
"@types/node": "^14.6.3",
|
||||
"@types/node": "^14.14.6",
|
||||
"@types/request": "^2.48.5",
|
||||
"@typescript-eslint/eslint-plugin": "^4.0.1",
|
||||
"@typescript-eslint/parser": "^4.0.1",
|
||||
"@typescript-eslint/eslint-plugin": "^4.6.1",
|
||||
"@typescript-eslint/parser": "^4.6.1",
|
||||
"chai": "^4.2.0",
|
||||
"eslint": "^7.8.1",
|
||||
"mocha": "^8.1.3",
|
||||
"typescript": "^4.0.2"
|
||||
"eslint": "^7.12.1",
|
||||
"mocha": "^8.2.1",
|
||||
"typescript": "^4.0.5"
|
||||
},
|
||||
"dependencies": {
|
||||
"@cyberalien/redundancy": "^1.0.0",
|
||||
"@iconify/types": "^1.0.3"
|
||||
"@iconify/types": "^1.0.5"
|
||||
},
|
||||
"optionalDependencies": {
|
||||
"axios": "^0.19.2"
|
||||
|
@ -2,7 +2,7 @@ import { IconifyIcon } from '@iconify/types';
|
||||
import { merge } from '../misc/merge';
|
||||
|
||||
export { IconifyIcon };
|
||||
export type FullIconifyIcon = Omit<Required<IconifyIcon>, 'hidden'>;
|
||||
export type FullIconifyIcon = Required<IconifyIcon>;
|
||||
|
||||
/**
|
||||
* Default values for IconifyIcon properties
|
||||
|
Loading…
Reference in New Issue
Block a user