2
0
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:
Vjacheslav Trushkin 2024-01-30 12:00:37 +02:00
parent ef004c187c
commit 15daab31ae
3 changed files with 3958 additions and 2222 deletions

6139
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

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

View File

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