Commit e79dcd8
Remove duplicate devDependencies across workspace
Moved shared tooling to root:
- typescript, eslint, prettier, vitest, typedoc
- All TypeScript ESLint plugins
- ts-node and @types/node
Kept package-specific devDependencies in packages:
- Main package: AWS SDK test dependencies, deep-equal
- Examples: AWS types and deep-equal types
This eliminates unnecessary duplication while maintaining
functionality through npm workspace hoisting.1 parent 499c4e0 commit e79dcd8
File tree
4 files changed
+4
-48
lines changed- examples
- packages/dynamodb-entity-store
4 files changed
+4
-48
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
| 22 | + | |
26 | 23 | | |
27 | 24 | | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | 34 | | |
40 | | - | |
41 | 35 | | |
42 | 36 | | |
43 | 37 | | |
44 | | - | |
45 | 38 | | |
46 | 39 | | |
47 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | 46 | | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
| 47 | + | |
60 | 48 | | |
61 | 49 | | |
62 | 50 | | |
| |||
0 commit comments