Skip to content

Commit

Permalink
fix: add missing unist-util-visit and vfile deps (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
JounQin committed Jun 28, 2022
1 parent 4283717 commit 6b4fea7
Show file tree
Hide file tree
Showing 4 changed files with 3,132 additions and 3,176 deletions.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,23 +26,23 @@
"typecov": "type-coverage"
},
"devDependencies": {
"@1stg/lib-config": "^6.1.3",
"@types/eslint": "^8.4.2",
"@1stg/lib-config": "^6.4.0",
"@types/eslint": "^8.4.3",
"@types/eslint-plugin-markdown": "^2.0.0",
"@types/jest": "^27.5.1",
"@types/node": "^17.0.35",
"@types/react": "^18.0.10",
"@types/jest": "^28.1.3",
"@types/node": "^18.0.0",
"@types/react": "^18.0.14",
"@types/unist": "^2.0.6",
"lerna": "^4.0.0",
"lerna": "^5.1.6",
"patch-package": "^6.4.7",
"react": "^18.1.0",
"ts-jest": "^28.0.2",
"ts-node": "^10.8.0",
"type-coverage": "^2.21.1",
"typescript": "^4.6.4"
"react": "^18.2.0",
"ts-jest": "^28.0.5",
"ts-node": "^10.8.1",
"type-coverage": "^2.21.2",
"typescript": "^4.7.4"
},
"resolutions": {
"prettier": "^2.6.2"
"prettier": "^2.7.1"
},
"commitlint": {
"extends": [
Expand Down
6 changes: 4 additions & 2 deletions packages/eslint-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,13 @@
"dependencies": {
"cosmiconfig": "^7.0.1",
"estree-util-visit": "^1.1.0",
"remark-mdx": "^2.1.1",
"remark-mdx": "^2.1.2",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"synckit": "^0.7.1",
"tslib": "^2.4.0",
"unified": "^10.1.2"
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0",
"vfile": "^5.3.4"
}
}
2 changes: 1 addition & 1 deletion packages/eslint-plugin-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"dependencies": {
"eslint-mdx": "^2.0.0",
"eslint-plugin-markdown": "^2.2.1",
"remark-mdx": "^2.1.1",
"remark-mdx": "^2.1.2",
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"tslib": "^2.4.0",
Expand Down
Loading

0 comments on commit 6b4fea7

Please sign in to comment.