Skip to content

Commit

Permalink
chore: Update packages (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Jan 29, 2023
1 parent 71b9042 commit cdc28de
Show file tree
Hide file tree
Showing 3 changed files with 474 additions and 387 deletions.
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,25 +43,25 @@
"@tsconfig/node16": "^1.0.3",
"@types/mdast": "^3.0.10",
"@types/node": "^18.11.18",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"@typescript-eslint/parser": "^5.47.1",
"@vitest/coverage-c8": "^0.26.2",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"eslint-import-resolver-typescript": "^3.5.2",
"eslint-plugin-import": "^2.26.0",
"@typescript-eslint/eslint-plugin": "^5.49.0",
"@typescript-eslint/parser": "^5.49.0",
"@vitest/coverage-c8": "^0.26.3",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"eslint-import-resolver-typescript": "^3.5.3",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^10.0.0",
"prettier": "^2.8.1",
"prettier": "^2.8.3",
"typescript": "^4.9.4",
"vite": "^4.0.3",
"vitest": "^0.26.2"
"vite": "^4.0.4",
"vitest": "^0.26.3"
},
"dependencies": {
"chalk": "^5.2.0",
"commander": "^9.4.1",
"commander": "^9.5.0",
"globby": "^13.1.3",
"node-fetch": "^3.3.0",
"remark": "^14.0.2",
Expand All @@ -70,9 +70,9 @@
"remark-parse": "^10.0.1",
"remark-stringify": "^10.0.2",
"unified": "^10.1.2",
"unist-util-is": "^5.1.1",
"unist-util-remove": "^3.1.0",
"unist-util-visit": "^4.1.1",
"unist-util-is": "^5.2.0",
"unist-util-remove": "^3.1.1",
"unist-util-visit": "^4.1.2",
"vfile": "^5.3.6",
"vfile-reporter": "^7.0.4"
},
Expand Down
Loading

0 comments on commit cdc28de

Please sign in to comment.