-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
32df1be
commit bd9910d
Showing
3 changed files
with
2,681 additions
and
2,056 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
#!/usr/bin/env sh | ||
. "$(dirname -- "$0")/_/husky.sh" | ||
|
||
npx lint-staged | ||
pnpm test |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@molgenis/vite-plugin-inline", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "Vite plugin that embeds .js and .css as base85 data ", | ||
"type": "module", | ||
"sideEffects": false, | ||
|
@@ -29,7 +29,7 @@ | |
"test": "vitest run --config vitest.config.mts", | ||
"test:watch": "vitest --config vitest.config.mts", | ||
"coverage": "vitest --config vitest.config.mts run --coverage", | ||
"prepare": "husky install" | ||
"prepare": "husky" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
|
@@ -50,25 +50,24 @@ | |
"access": "public" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.11.6", | ||
"@typescript-eslint/eslint-plugin": "^6.19.1", | ||
"@typescript-eslint/parser": "^6.19.1", | ||
"@vitest/coverage-v8": "^1.2.1", | ||
"eslint": "^8.56.0", | ||
"@types/node": "^20.12.7", | ||
"@typescript-eslint/eslint-plugin": "^7.7.1", | ||
"@typescript-eslint/parser": "^7.7.1", | ||
"@vitest/coverage-v8": "^1.5.0", | ||
"eslint": "^8.57.0", | ||
"eslint-config-prettier": "^9.1.0", | ||
"eslint-plugin-prettier": "^5.1.3", | ||
"husky": "^9.0.3", | ||
"prettier": "^3.2.4", | ||
"typescript": "^5.3.3", | ||
"husky": "^9.0.11", | ||
"prettier": "^3.2.5", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"vite": "^5.0.12", | ||
"vitest": "^1.2.1" | ||
"vite": "^5.2.10", | ||
"vitest": "^1.5.0" | ||
}, | ||
"dependencies": { | ||
"fflate": "^0.8.1" | ||
"fflate": "^0.8.2" | ||
}, | ||
"peerDependencies": { | ||
"vite": "^5.0.0" | ||
}, | ||
"packageManager": "[email protected]" | ||
"vite": "^5.2.10" | ||
} | ||
} |
Oops, something went wrong.