Skip to content

Commit 4b8c7eb

Browse files
committed
more packages in catalog
1 parent 58988b6 commit 4b8c7eb

4 files changed

Lines changed: 117 additions & 89 deletions

File tree

apps/oem-flood-finder/cdk/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@
1111
"format:check": "prettier --check ."
1212
},
1313
"dependencies": {
14-
"@phila/constructs": "^0.8.0",
15-
"aws-cdk-lib": "^2.252.0",
16-
"cdk-nag": "^2.38.2",
17-
"constructs": "^10.6.0",
18-
"source-map-support": "^0.5.21"
14+
"@phila/constructs": "catalog:",
15+
"aws-cdk-lib": "catalog:",
16+
"cdk-nag": "catalog:",
17+
"constructs": "catalog:",
18+
"source-map-support": "catalog:"
1919
},
2020
"devDependencies": {
2121
"@repo/eslint-config": "workspace:*",
2222
"@repo/typescript-config": "workspace:*",
23-
"aws-cdk": "^2.1120.0",
24-
"ts-node": "^10.9.0",
25-
"typescript": "^6.0.3"
23+
"aws-cdk": "catalog:",
24+
"ts-node": "catalog:",
25+
"typescript": "catalog:"
2626
}
2727
}

apps/primary-care-finder/cdk/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@
1010
"format:check": "prettier --check ."
1111
},
1212
"dependencies": {
13-
"@phila/constructs": "^0.8.0",
14-
"aws-cdk-lib": "^2.252.0",
15-
"cdk-nag": "^2.38.2",
16-
"constructs": "^10.6.0",
17-
"source-map-support": "^0.5.21"
13+
"@phila/constructs": "catalog:",
14+
"aws-cdk-lib": "catalog:",
15+
"cdk-nag": "catalog:",
16+
"constructs": "catalog:",
17+
"source-map-support": "catalog:"
1818
},
1919
"devDependencies": {
2020
"@repo/eslint-config": "workspace:*",
2121
"@repo/typescript-config": "workspace:*",
22-
"aws-cdk": "^2.1120.0",
23-
"ts-node": "^10.9.0",
24-
"typescript": "^6.0.3"
22+
"aws-cdk": "catalog:",
23+
"ts-node": "catalog:",
24+
"typescript": "catalog:"
2525
}
2626
}

pnpm-lock.yaml

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

pnpm-workspace.yaml

Lines changed: 22 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,29 @@ packages:
44
- 'packages/*'
55

66
catalog:
7+
eslint: '^10.7.0'
78
'@eslint/js': '^10.0.1'
9+
eslint-config-prettier: '^10.1.8'
10+
eslint-plugin-vue: '^10.10.0'
11+
globals: '^17.7.0'
12+
npm-run-all2: '^8.0.4'
13+
prettier: '^3.9.6'
14+
typescript: '^6.0.3'
15+
typescript-eslint: '^8.65.0'
16+
vite: '^7.3.1'
17+
vite-plugin-dts: '^4.5.0'
18+
'vite-plugin-vue-devtools': '^8.0.5'
19+
vue: ^3.5.0
20+
vue-i18n: ^11.0.1
21+
vue-router: ^5.0.6
22+
vue-tsc: '^3.3.8'
23+
'aws-cdk': '^2.1132.0'
24+
'aws-cdk-lib': '^2.261.0'
25+
'cdk-nag': '^2.38.2'
26+
'constructs': '^10.7.1'
27+
'ts-node': '^10.9.0'
28+
'source-map-support': '^0.5.21'
29+
'@phila/constructs': '^0.11.4'
830
'@phila/phila-ui-app-footer': '^1.2.4'
931
'@phila/phila-ui-app-header': '^1.0.1'
1032
'@phila/phila-ui-bottom-sheet': '^0.1.1'
@@ -28,18 +50,3 @@ catalog:
2850
'@phila/phila-ui-text-field': '^1.2.1'
2951
'@phila/phila-ui-tooltip': '^0.1.1'
3052
'@vitejs/plugin-vue': '^6.0.3'
31-
eslint: '^10.7.0'
32-
eslint-config-prettier: '^10.1.8'
33-
eslint-plugin-vue: '^10.10.0'
34-
globals: '^17.7.0'
35-
npm-run-all2: '^8.0.4'
36-
prettier: '^3.9.6'
37-
typescript: '^6.0.3'
38-
typescript-eslint: '^8.65.0'
39-
vite: '^7.3.1'
40-
vite-plugin-dts: '^4.5.0'
41-
'vite-plugin-vue-devtools': '^8.0.5'
42-
vue: ^3.5.0
43-
vue-i18n: ^11.0.1
44-
vue-router: ^5.0.6
45-
vue-tsc: '^3.3.8'

0 commit comments

Comments
 (0)