Skip to content

Commit

Permalink
chore: bump dependencies
Browse files Browse the repository at this point in the history
chore
  • Loading branch information
magic-akari committed Sep 16, 2023
1 parent 9f220a3 commit 050df23
Show file tree
Hide file tree
Showing 5 changed files with 166 additions and 144 deletions.
8 changes: 4 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
root = true

[*]
indent_style = tab
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
insert_final_newline = false
insert_final_newline = true

[*.md]
indent_size = 2

[*.{yml,yaml}]
indent_style = space
[*.{ts,json}]
indent_style = tab
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,16 +43,16 @@
"run:browser": "vscode-test-web --browserType=chromium --extensionDevelopmentPath=. ."
},
"devDependencies": {
"@types/node": "^20.5.7",
"@types/node": "^20.6.1",
"@types/vscode": "^1.81.0",
"@vscode/test-web": "^0.0.45",
"esbuild": "^0.19.2"
"esbuild": "^0.19.3"
},
"dependencies": {
"@wasm-fmt/clang-format": "^0.2.0",
"@wasm-fmt/gofmt": "^0.4.1",
"@wasm-fmt/clang-format": "^0.2.3",
"@wasm-fmt/gofmt": "^0.4.2",
"@wasm-fmt/rome_fmt": "^0.0.2",
"@wasm-fmt/ruff_fmt": "^0.3.0"
"@wasm-fmt/ruff_fmt": "^0.4.2"
},
"keywords": [
"prettier",
Expand Down
Loading

0 comments on commit 050df23

Please sign in to comment.