Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dennishendriksen committed Apr 23, 2024
1 parent 32df1be commit bd9910d
Show file tree
Hide file tree
Showing 3 changed files with 2,681 additions and 2,056 deletions.
4 changes: 1 addition & 3 deletions .husky/pre-commit
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
31 changes: 15 additions & 16 deletions package.json
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,
Expand Down Expand Up @@ -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",
Expand All @@ -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"
}
}
Loading

0 comments on commit bd9910d

Please sign in to comment.