2
0
mirror of https://github.com/iconify/iconify.git synced 2024-11-08 14:20:57 +00:00

chore: update dependencies in packages

This commit is contained in:
Vjacheslav Trushkin 2023-08-01 22:03:20 +03:00
parent 172d09d40f
commit 73db53badc
7 changed files with 5719 additions and 4646 deletions

View File

@ -10,7 +10,7 @@
"type": "git", "type": "git",
"url": "https://github.com/iconify/iconify.git" "url": "https://github.com/iconify/iconify.git"
}, },
"packageManager": "pnpm@7.19.0", "packageManager": "pnpm@8.6.11",
"scripts": { "scripts": {
"clean": "rm -rf */*/node_modules", "clean": "rm -rf */*/node_modules",
"build": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run build", "build": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run build",

View File

@ -28,13 +28,13 @@
"directory": "packages/api-redundancy" "directory": "packages/api-redundancy"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"@types/node": "^18.16.16", "@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^5.59.9", "@typescript-eslint/parser": "^6.2.1",
"cross-env": "^7.0.3", "cross-env": "^7.0.3",
"eslint": "^8.42.0", "eslint": "^8.46.0",
"tsup": "^6.7.0", "tsup": "^7.1.0",
"vitest": "^0.29.8" "vitest": "^0.34.1"
} }
} }

View File

@ -133,16 +133,15 @@
"@iconify/utils": "workspace:^" "@iconify/utils": "workspace:^"
}, },
"devDependencies": { "devDependencies": {
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"@types/node": "^18.16.16", "@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/eslint-plugin": "^6.2.1",
"cross-fetch": "^3.1.6", "eslint": "^8.46.0",
"eslint": "^8.42.0", "eslint-config-prettier": "^8.9.0",
"eslint-config-prettier": "^8.8.0", "eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^4.2.1", "rimraf": "^5.0.1",
"rimraf": "^4.4.1", "typescript": "^5.1.6",
"typescript": "^5.1.3",
"unbuild": "^1.2.1", "unbuild": "^1.2.1",
"vitest": "^0.29.8" "vitest": "^0.34.1"
} }
} }

View File

@ -1,4 +1,3 @@
import crossFetch from 'cross-fetch';
import { sendAPIQuery } from '../../lib/api/query'; import { sendAPIQuery } from '../../lib/api/query';
import { setAPIModule } from '../../lib/api/modules'; import { setAPIModule } from '../../lib/api/modules';
import { fetchAPIModule, setFetch } from '../../lib/api/modules/fetch'; import { fetchAPIModule, setFetch } from '../../lib/api/modules/fetch';
@ -15,7 +14,7 @@ describe('Testing live API with fetch', () => {
// Set fetch module // Set fetch module
beforeEach(() => { beforeEach(() => {
setFetch(crossFetch); setFetch(fetch);
setAPIModule('', fetchAPIModule); setAPIModule('', fetchAPIModule);
}); });

View File

@ -18,6 +18,6 @@
"directory": "packages/types" "directory": "packages/types"
}, },
"devDependencies": { "devDependencies": {
"typescript": "^5.0.3" "typescript": "^5.1.6"
} }
} }

View File

@ -384,7 +384,7 @@
], ],
"dependencies": { "dependencies": {
"@antfu/install-pkg": "^0.1.1", "@antfu/install-pkg": "^0.1.1",
"@antfu/utils": "^0.7.4", "@antfu/utils": "^0.7.5",
"@iconify/types": "workspace:^", "@iconify/types": "workspace:^",
"debug": "^4.3.4", "debug": "^4.3.4",
"kolorist": "^1.8.0", "kolorist": "^1.8.0",
@ -393,15 +393,15 @@
"devDependencies": { "devDependencies": {
"@iconify-json/flat-color-icons": "^1.1.6", "@iconify-json/flat-color-icons": "^1.1.6",
"@types/debug": "^4.1.8", "@types/debug": "^4.1.8",
"@types/jest": "^29.5.2", "@types/jest": "^29.5.3",
"@types/node": "^18.16.16", "@types/node": "^18.17.1",
"@typescript-eslint/eslint-plugin": "^5.59.9", "@typescript-eslint/eslint-plugin": "^6.2.1",
"eslint": "^8.42.0", "eslint": "^8.46.0",
"eslint-config-prettier": "^8.8.0", "eslint-config-prettier": "^8.9.0",
"eslint-plugin-prettier": "^4.2.1", "eslint-plugin-prettier": "^5.0.0",
"rimraf": "^4.4.1", "rimraf": "^5.0.1",
"typescript": "^5.1.3", "typescript": "^5.1.6",
"unbuild": "^1.2.1", "unbuild": "^1.2.1",
"vitest": "^0.29.8" "vitest": "^0.34.1"
} }
} }

File diff suppressed because it is too large Load Diff