Skip to content

Commit a54a94f

Browse files
committed
deps: update
1 parent 585b562 commit a54a94f

File tree

3 files changed

+26
-24
lines changed

3 files changed

+26
-24
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ References:
204204

205205
#### VSCode Settings
206206

207-
1. Optimize project search by ignoring `dist-*/`, snapshots, lock files, and more.
207+
1. Optimize project search by recursively (ready for monorepo) ignoring `dist-*/`, snapshots, lock files, and more.
208208
1. On-Save actions for optimal editing experience (e.g. ESLint auto-fix to [organize imports automatically](https://github.com/lydell/eslint-plugin-simple-import-sort#can-i-use-this-without-autofix))
209209
1. List of VSCode extensions that users who open the project will be prompted to install if they don't already.
210210
1. Enable `typescript.enablePromptUseWorkspaceTsdk` so that oneself and collaborators will get prompted to use the workspace version of TypeScript instead of the one in the editor.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
"jest": "28.1.3",
7272
"jest-watch-select-projects": "2.0.0",
7373
"jest-watch-suspend": "1.1.2",
74-
"jest-watch-typeahead": "1.1.0",
74+
"jest-watch-typeahead": "2.0.0",
7575
"konn": "0.7.0",
7676
"markdown-toc": "1.2.0",
7777
"prettier": "2.7.1",

pnpm-lock.yaml

Lines changed: 24 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)