|
|
@@ -60,24 +60,24 @@
|
|
|
"dependencies": {
|
|
|
"hast-util-to-string": "^2.0.0",
|
|
|
"parse-numeric-range": "^1.3.0",
|
|
|
- "refractor": "^4.7.0",
|
|
|
+ "refractor": "^4.8.0",
|
|
|
"rehype-parse": "^8.0.2",
|
|
|
"unist-util-filter": "^4.0.0",
|
|
|
"unist-util-visit": "^4.0.0"
|
|
|
},
|
|
|
"devDependencies": {
|
|
|
"dedent": "^0.7.0",
|
|
|
- "eslint": "^7.32.0",
|
|
|
+ "eslint": "^8.43.0",
|
|
|
"eslint-config-prettier": "^8.3.0",
|
|
|
"eslint-plugin-node": "^11.1.0",
|
|
|
- "husky": "^4.0.0",
|
|
|
+ "husky": "^8.0.0",
|
|
|
"lint-staged": "^11.1.2",
|
|
|
- "microbundle": "^0.14.1",
|
|
|
- "prettier": "^2.3.2",
|
|
|
+ "microbundle": "^0.15.1",
|
|
|
+ "prettier": "^2.8.8",
|
|
|
"rehype": "^12.0.0",
|
|
|
"remark": "^14.0.2",
|
|
|
"remark-rehype": "^10.1.0",
|
|
|
- "typescript": "4.4.3",
|
|
|
+ "typescript": "5.1.3",
|
|
|
"unified": "^10.1.0",
|
|
|
"uvu": "^0.5.1"
|
|
|
},
|
|
|
@@ -97,10 +97,5 @@
|
|
|
"*.+(js|jsx|ts|tsx|json|css|md|mdx)": [
|
|
|
"prettier --write"
|
|
|
]
|
|
|
- },
|
|
|
- "husky": {
|
|
|
- "hooks": {
|
|
|
- "pre-commit": "lint-staged"
|
|
|
- }
|
|
|
}
|
|
|
-}
|
|
|
+}
|