mirror of
https://github.com/iconify/collections-json.git
synced 2024-11-21 03:55:10 +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
16
package.json
16
package.json
@ -50,15 +50,15 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@iconify/types": "*",
|
||||
"pathe": "^1.1.0"
|
||||
"pathe": "^1.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^29.5.2",
|
||||
"@types/node": "^18.16.16",
|
||||
"@typescript-eslint/eslint-plugin": "^5.59.8",
|
||||
"@types/jest": "^29.5.11",
|
||||
"@types/node": "^20.11.10",
|
||||
"@typescript-eslint/eslint-plugin": "^6.20.0",
|
||||
"cross-env": "^7.0.3",
|
||||
"eslint": "^8.41.0",
|
||||
"unbuild": "^1.2.1",
|
||||
"vitest": "^0.31.3"
|
||||
"eslint": "^8.56.0",
|
||||
"unbuild": "^2.0.0",
|
||||
"vitest": "^1.2.2"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,10 @@ const _dirname =
|
||||
? __dirname
|
||||
: dirname(fileURLToPath(import.meta.url));
|
||||
|
||||
const dir = join(_dirname, '/..');
|
||||
/**
|
||||
* Directory of this package
|
||||
*/
|
||||
export const dir = join(_dirname, '/..');
|
||||
|
||||
/**
|
||||
* Locate JSON file
|
||||
|
Loading…
Reference in New Issue
Block a user