mirror of
https://github.com/kremalicious/astro-redirect-from.git
synced 2024-12-04 15:04:28 +01:00
dependency updates
This commit is contained in:
parent
ea34d71f0e
commit
01d6266dd8
@ -1,4 +1 @@
|
|||||||
#!/usr/bin/env sh
|
npx lint-staged
|
||||||
. "$(dirname -- "$0")/_/husky.sh"
|
|
||||||
|
|
||||||
npm run validate
|
|
||||||
|
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",
|
"changelog": "auto-changelog -p",
|
||||||
"release": "release-it --non-interactive",
|
"release": "release-it --non-interactive",
|
||||||
"prepublishOnly": "npm run build",
|
"prepublishOnly": "npm run build",
|
||||||
"prepare": "husky install",
|
"prepare": "husky",
|
||||||
"validate": "run-p --silent typecheck lint"
|
"validate": "run-p --silent typecheck lint"
|
||||||
},
|
},
|
||||||
"files": [
|
"files": [
|
||||||
"./dist"
|
"./dist"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/node": "^20.10.4",
|
"@types/node": "^20.11.20",
|
||||||
"@typescript-eslint/eslint-plugin": "^6.14.0",
|
"@typescript-eslint/eslint-plugin": "^7.0.2",
|
||||||
"@vitest/coverage-v8": "^1.0.4",
|
"@vitest/coverage-v8": "^1.3.1",
|
||||||
"auto-changelog": "^2.4.0",
|
"auto-changelog": "^2.4.0",
|
||||||
"eslint": "^8.55.0",
|
"eslint": "^8.57.0",
|
||||||
"eslint-config-prettier": "^9.1.0",
|
"eslint-config-prettier": "^9.1.0",
|
||||||
"eslint-plugin-prettier": "^5.0.1",
|
"eslint-plugin-prettier": "^5.1.3",
|
||||||
"husky": "^8.0.3",
|
"husky": "^9.0.11",
|
||||||
"npm-run-all": "^4.1.5",
|
"npm-run-all": "^4.1.5",
|
||||||
"prettier": "^3.1.1",
|
"prettier": "^3.2.5",
|
||||||
"release-it": "^17.0.1",
|
"release-it": "^17.1.1",
|
||||||
"typescript": "^5.3.3",
|
"typescript": "^5.3.3",
|
||||||
"vite": "^5.0.8",
|
"vite": "^5.1.4",
|
||||||
"vitest": "^1.0.4"
|
"vitest": "^1.3.1"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"astro": ">= 3",
|
"astro": ">= 3",
|
||||||
"globby": "^14.0.0",
|
"globby": "^14.0.1",
|
||||||
"gray-matter": "^4.0.3"
|
"gray-matter": "^4.0.3"
|
||||||
},
|
},
|
||||||
"engines": {
|
"engines": {
|
||||||
@ -90,5 +90,15 @@
|
|||||||
"type": "individual",
|
"type": "individual",
|
||||||
"url": "https://kremalicious.com/thanks"
|
"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