mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-12-03 14:34:29 +01:00
dependency updates
This commit is contained in:
parent
ea34d71f0e
commit
01d6266dd8
@ -1,4 +1 @@
|
||||
#!/usr/bin/env sh
|
||||
. "$(dirname -- "$0")/_/husky.sh"
|
||||
|
||||
npm run validate
|
||||
npx lint-staged
|
||||
|
1556
package-lock.json
generated
1556
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
36
package.json
36
package.json
@ -19,31 +19,31 @@
|
||||
"changelog": "auto-changelog -p",
|
||||
"release": "release-it --non-interactive",
|
||||
"prepublishOnly": "npm run build",
|
||||
"prepare": "husky install",
|
||||
"prepare": "husky",
|
||||
"validate": "run-p --silent typecheck lint"
|
||||
},
|
||||
"files": [
|
||||
"./dist"
|
||||
],
|
||||
"devDependencies": {
|
||||
"@types/node": "^20.10.4",
|
||||
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
||||
"@vitest/coverage-v8": "^1.0.4",
|
||||
"@types/node": "^20.11.20",
|
||||
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
||||
"@vitest/coverage-v8": "^1.3.1",
|
||||
"auto-changelog": "^2.4.0",
|
||||
"eslint": "^8.55.0",
|
||||
"eslint": "^8.57.0",
|
||||
"eslint-config-prettier": "^9.1.0",
|
||||
"eslint-plugin-prettier": "^5.0.1",
|
||||
"husky": "^8.0.3",
|
||||
"eslint-plugin-prettier": "^5.1.3",
|
||||
"husky": "^9.0.11",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"prettier": "^3.1.1",
|
||||
"release-it": "^17.0.1",
|
||||
"prettier": "^3.2.5",
|
||||
"release-it": "^17.1.1",
|
||||
"typescript": "^5.3.3",
|
||||
"vite": "^5.0.8",
|
||||
"vitest": "^1.0.4"
|
||||
"vite": "^5.1.4",
|
||||
"vitest": "^1.3.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": ">= 3",
|
||||
"globby": "^14.0.0",
|
||||
"globby": "^14.0.1",
|
||||
"gray-matter": "^4.0.3"
|
||||
},
|
||||
"engines": {
|
||||
@ -90,5 +90,15 @@
|
||||
"type": "individual",
|
||||
"url": "https://kremalicious.com/thanks"
|
||||
}
|
||||
]
|
||||
],
|
||||
"lint-staged": {
|
||||
"*.ts": [
|
||||
"tsc --noEmit --pretty",
|
||||
"prettier --write",
|
||||
"eslint"
|
||||
],
|
||||
"**/*.json": [
|
||||
"prettier --write"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user