Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
remcohaszing committed Oct 23, 2023
1 parent eae04a6 commit 0f4e3fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
"prettier": "^3.0.0",
"react": "^18.0.0",
"remark-cli": "^11.0.0",
"remark-frontmatter": "^4.0.0",
"remark-preset-wooorm": "^9.0.0",
"typescript": "^5.0.0",
"xo": "^0.55.0"
"xo": "^0.56.0"
},
"prettier": {
"tabWidth": 2,
Expand All @@ -33,7 +32,6 @@
},
"remarkConfig": {
"plugins": [
"remark-frontmatter",
"remark-preset-wooorm",
[
"remark-lint-no-html",
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-mdx/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
"@volar/language-server": "~1.10.0",
"@volar/vscode": "~1.10.0",
"@vscode/vsce": "^2.0.0",
"esbuild": "^0.18.0",
"esbuild": "^0.19.0",
"ovsx": "^0.8.0",
"undici": "^5.0.0",
"vscode-languageclient": "^9.0.0"
Expand Down

0 comments on commit 0f4e3fd

Please sign in to comment.