update dependencies
This commit is contained in:
parent
b6c35dc329
commit
aae8ce8428
3 changed files with 1530 additions and 1172 deletions
1
.husky/pre-commit
Executable file
1
.husky/pre-commit
Executable file
|
@ -0,0 +1 @@
|
|||
npx lint-staged
|
12
package.json
12
package.json
|
@ -16,6 +16,7 @@
|
|||
],
|
||||
"scripts": {
|
||||
"lint": "npm run test",
|
||||
"prepare": "husky",
|
||||
"test": "remark -u lint ./**/*.markdown ./readme.markdown"
|
||||
},
|
||||
"keywords": [
|
||||
|
@ -34,12 +35,13 @@
|
|||
},
|
||||
"homepage": "https://github.com/idleberg/Creative-Commons-Markdown#readme",
|
||||
"devDependencies": {
|
||||
"husky": "^8.0.1",
|
||||
"lint-staged": "^13.0.3",
|
||||
"remark-cli": "^11.0.0",
|
||||
"remark-lint": "^9.1.1"
|
||||
"husky": "^9.1.6",
|
||||
"lint-staged": "^15.2.10",
|
||||
"remark-cli": "^12.0.1",
|
||||
"remark-lint": "^10.0.0"
|
||||
},
|
||||
"lint-staged": {
|
||||
"*.{md|markdown}": "remark -u lint"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@9.9.0+sha512.60c18acd138bff695d339be6ad13f7e936eea6745660d4cc4a776d5247c540d0edee1a563695c183a66eb917ef88f2b4feb1fc25f32a7adcadc7aaf3438e99c1"
|
||||
}
|
||||
|
|
2689
pnpm-lock.yaml
generated
2689
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load diff
Reference in a new issue