mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-21 12:05:11 +00:00
chore: update dependencies, export dir
This commit is contained in:
parent
ef004c187c
commit
15daab31ae
6159
package-lock.json
generated
6159
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
14
package.json
14
package.json
@ -50,15 +50,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@iconify/types": "*",
|
"@iconify/types": "*",
|
||||||
"pathe": "^1.1.0"
|
"pathe": "^1.1.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/jest": "^29.5.2",
|
"@types/jest": "^29.5.11",
|
||||||
"@types/node": "^18.16.16",
|
"@types/node": "^20.11.10",
|
||||||
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||||
"cross-env": "^7.0.3",
|
"cross-env": "^7.0.3",
|
||||||
"eslint": "^8.41.0",
|
"eslint": "^8.56.0",
|
||||||
"unbuild": "^1.2.1",
|
"unbuild": "^2.0.0",
|
||||||
"vitest": "^0.31.3"
|
"vitest": "^1.2.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -26,7 +26,10 @@ const _dirname =
|
|||||||
? __dirname
|
? __dirname
|
||||||
: dirname(fileURLToPath(import.meta.url));
|
: dirname(fileURLToPath(import.meta.url));
|
||||||
|
|
||||||
const dir = join(_dirname, '/..');
|
/**
|
||||||
|
* Directory of this package
|
||||||
|
*/
|
||||||
|
export const dir = join(_dirname, '/..');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Locate JSON file
|
* Locate JSON file
|
||||||
|
Loading…
Reference in New Issue
Block a user