2
0
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:
Vjacheslav Trushkin 2020-11-05 11:38:07 +02:00
parent 4ac1f0f199
commit cb4ae877e5
3 changed files with 182 additions and 485 deletions

File diff suppressed because it is too large Load Diff

View File

@ -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"

View File

@ -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