update node packages
This commit is contained in:
+9
-7
@@ -9,7 +9,7 @@
|
||||
"lint:py": "black --diff --check .",
|
||||
"lint:py:fix": "black .",
|
||||
"lint:py-type": "pyright",
|
||||
"prepare": "husky install"
|
||||
"prepare": "husky"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@@ -17,13 +17,15 @@
|
||||
},
|
||||
"author": "SIK ry",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"eslint": "^7.28.0",
|
||||
"husky": "^6.0.0",
|
||||
"devDependencies": {
|
||||
"@eslint/js": "^9.20.0",
|
||||
"eslint": "^9.20.0",
|
||||
"globals": "^15.14.0",
|
||||
"husky": "^9.1.7",
|
||||
"npm-run-all": "^4.1.5",
|
||||
"pyright": "^1.1.149",
|
||||
"remark-cli": "^9.0.0",
|
||||
"remark-preset-lint-recommended": "^5.0.0"
|
||||
"pyright": "^1.1.393",
|
||||
"remark-cli": "^12.0.1",
|
||||
"remark-preset-lint-recommended": "^7.0.1"
|
||||
},
|
||||
"remarkConfig": {
|
||||
"plugins": [
|
||||
|
||||
Reference in New Issue
Block a user