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:
parent
172d09d40f
commit
73db53badc
@ -10,7 +10,7 @@
|
||||
"type": "git",
|
||||
"url": "https://github.com/iconify/iconify.git"
|
||||
},
|
||||
"packageManager": "pnpm@7.19.0",
|
||||
"packageManager": "pnpm@8.6.11",
|
||||
"scripts": {
|
||||
"clean": "rm -rf */*/node_modules",
|
||||
"build": "pnpm recursive --filter \"./(packages|iconify-icon|components)/**\" run build",
|
||||
|
@ -28,13 +28,13 @@
|
||||
"directory": "packages/api-redundancy"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^18.16.16",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"@typescript-eslint/parser": "^5.59.9",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/node": "^18.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"@typescript-eslint/parser": "^6.2.1",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.42.0",
|
||||
"tsup": "^6.7.0",
|
||||
"vitest": "^0.29.8"
|
||||
"eslint": "^8.46.0",
|
||||
"tsup": "^7.1.0",
|
||||
"vitest": "^0.34.1"
|
||||
}
|
||||
}
|
||||
|
@ -133,16 +133,15 @@
|
||||
"@iconify/utils": "workspace:^"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^18.16.16",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"cross-fetch": "^3.1.6",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"rimraf": "^4.4.1",
|
||||
"typescript": "^5.1.3",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/node": "^18.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-prettier": "^8.9.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"typescript": "^5.1.6",
|
||||
"unbuild": "^1.2.1",
|
||||
"vitest": "^0.29.8"
|
||||
"vitest": "^0.34.1"
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,3 @@
|
||||
import crossFetch from 'cross-fetch';
|
||||
import { sendAPIQuery } from '../../lib/api/query';
|
||||
import { setAPIModule } from '../../lib/api/modules';
|
||||
import { fetchAPIModule, setFetch } from '../../lib/api/modules/fetch';
|
||||
@ -15,7 +14,7 @@ describe('Testing live API with fetch', () => {
|
||||
|
||||
// Set fetch module
|
||||
beforeEach(() => {
|
||||
setFetch(crossFetch);
|
||||
setFetch(fetch);
|
||||
setAPIModule('', fetchAPIModule);
|
||||
});
|
||||
|
||||
|
@ -18,6 +18,6 @@
|
||||
"directory": "packages/types"
|
||||
},
|
||||
"devDependencies": {
|
||||
"typescript": "^5.0.3"
|
||||
"typescript": "^5.1.6"
|
||||
}
|
||||
}
|
||||
|
@ -384,7 +384,7 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"@antfu/install-pkg": "^0.1.1",
|
||||
"@antfu/utils": "^0.7.4",
|
||||
"@antfu/utils": "^0.7.5",
|
||||
"@iconify/types": "workspace:^",
|
||||
"debug": "^4.3.4",
|
||||
"kolorist": "^1.8.0",
|
||||
@ -393,15 +393,15 @@
|
||||
"devDependencies": {
|
||||
"@iconify-json/flat-color-icons": "^1.1.6",
|
||||
"@types/debug": "^4.1.8",
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^18.16.16",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.9",
|
||||
"eslint": "^8.42.0",
|
||||
"eslint-config-prettier": "^8.8.0",
|
||||
"eslint-plugin-prettier": "^4.2.1",
|
||||
"rimraf": "^4.4.1",
|
||||
"typescript": "^5.1.3",
|
||||
"@types/jest": "^29.5.3",
|
||||
"@types/node": "^18.17.1",
|
||||
"@typescript-eslint/eslint-plugin": "^6.2.1",
|
||||
"eslint": "^8.46.0",
|
||||
"eslint-config-prettier": "^8.9.0",
|
||||
"eslint-plugin-prettier": "^5.0.0",
|
||||
"rimraf": "^5.0.1",
|
||||
"typescript": "^5.1.6",
|
||||
"unbuild": "^1.2.1",
|
||||
"vitest": "^0.29.8"
|
||||
"vitest": "^0.34.1"
|
||||
}
|
||||
}
|
||||
|
10305
pnpm-lock.yaml
10305
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user