diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 6973867d..2a6c49b7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -7,9 +7,9 @@ "features": { "ghcr.io/devcontainers/features/github-cli:1": {}, "ghcr.io/devcontainers/features/rust:1": {}, - "ghcr.io/devcontainers/features/ruby:1": {}, + "ghcr.io/devcontainers/features/ruby:1": {} }, - "overrideFeatureInstallOrder": ["ghcr.io/devcontainers/features/rust"], + "overrideFeatureInstallOrder": ["ghcr.io/devcontainers/features/rust"] // Features to add to the dev container. More info: https://containers.dev/features. // "features": {}, diff --git a/package.json b/package.json index b80cb450..35bf73e1 100644 --- a/package.json +++ b/package.json @@ -494,7 +494,7 @@ "glob": "^10.3.7", "mocha": "^10.2.0", "ovsx": "^0.8.3", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "typescript": "^5.3.3", "vscode-oniguruma": "^2.0.1", "vscode-textmate": "^9.0.0" diff --git a/tsconfig.json b/tsconfig.json index eda745fe..052697b2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,7 @@ "noFallthroughCasesInSwitch": true, "noUnusedLocals": true, "noUnusedParameters": true, - "esModuleInterop": true, + "esModuleInterop": true }, - "exclude": ["node_modules", ".vscode-test"], + "exclude": ["node_modules", ".vscode-test"] } diff --git a/yarn.lock b/yarn.lock index eb2f0d98..cf1b67e8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -540,9 +540,9 @@ integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg== "@types/node@*", "@types/node@20.x": - version "20.11.10" - resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.10.tgz#6c3de8974d65c362f82ee29db6b5adf4205462f9" - integrity sha512-rZEfe/hJSGYmdfX9tvcPMYeYPW2sNl50nsw4jZmRcaG0HIAb0WYEpsB05GOb53vjqpyE9GUhlDQ4jLSoB5q9kg== + version "20.11.16" + resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.16.tgz#4411f79411514eb8e2926f036c86c9f0e4ec6708" + integrity sha512-gKb0enTmRCzXSSUJDq6/sPcqrfCv2mkkG6Jt/clpn5eiCbKTY+SgZUxo+p8ZKMof5dCp9vHQUAB7wOUTod22wQ== dependencies: undici-types "~5.26.4" @@ -3371,10 +3371,10 @@ prettier-linter-helpers@^1.0.0: dependencies: fast-diff "^1.1.2" -prettier@^3.2.4: - version "3.2.4" - resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.4.tgz#4723cadeac2ce7c9227de758e5ff9b14e075f283" - integrity sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ== +prettier@^3.2.5: + version "3.2.5" + resolved "https://registry.yarnpkg.com/prettier/-/prettier-3.2.5.tgz#e52bc3090586e824964a8813b09aba6233b28368" + integrity sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A== process-nextick-args@~2.0.0: version "2.0.1"