Skip to content

Commit

Permalink
deps: update prettier
Browse files Browse the repository at this point in the history
because this repo is a "peer" dependency to aws-toolkit-vscode, old deps
can conflict with the peer.
  • Loading branch information
justinmk3 committed Nov 17, 2023
1 parent 84ae30e commit 04b47a3
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 11 deletions.
18 changes: 9 additions & 9 deletions telemetry/vscode/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions telemetry/vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@
"jest": {
"preset": "ts-jest",
"testEnvironment": "node",
"testPathIgnorePatterns": ["/node_modules/", "/resources/"]
"testPathIgnorePatterns": [
"/node_modules/",
"/resources/"
]
},
"license": "Apache-2.0",
"bugs": {
Expand All @@ -36,7 +39,7 @@
"ajv": "^6.12.6",
"fs-extra": "^11.1.0",
"lodash": "^4.17.20",
"prettier": "^2.1.2",
"prettier": "^3.1.0",
"ts-morph": "^19.0.0",
"typescript": "^4.7.3",
"yargs": "^17.0.1"
Expand Down

0 comments on commit 04b47a3

Please sign in to comment.