@dbx-tools/projen 0.6.106 → 0.6.109

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -26,9 +26,9 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "@clack/prompts": "^1.7.0",
29
- "@dbx-tools/core": "0.6.106",
30
- "@dbx-tools/path": "0.6.106",
31
- "@dbx-tools/shared-core": "0.6.106",
29
+ "@dbx-tools/core": "0.6.109",
30
+ "@dbx-tools/path": "0.6.109",
31
+ "@dbx-tools/shared-core": "0.6.109",
32
32
  "commander": "^15.0.0",
33
33
  "concurrently": "^10.0.3",
34
34
  "constructs": "^10.6.0",
@@ -47,7 +47,7 @@
47
47
  },
48
48
  "main": "index.ts",
49
49
  "license": "Apache-2.0",
50
- "version": "0.6.106",
50
+ "version": "0.6.109",
51
51
  "types": "index.ts",
52
52
  "type": "module",
53
53
  "exports": {
@@ -89,8 +89,8 @@ const DEFAULT_CATALOG: Catalog = {
89
89
  // Optional logger: shared-core's `log` module lazy-imports it and degrades to
90
90
  // a console fallback when it's absent, so consumers can leave it uninstalled.
91
91
  consola: "^3.4.2",
92
- "@databricks/appkit": "^0.43.0",
93
- "@databricks/appkit-ui": "^0.43.1",
92
+ "@databricks/appkit": "^0.60.0",
93
+ "@databricks/appkit-ui": "^0.60.0",
94
94
  "@databricks/sdk-experimental": "^0.17.0",
95
95
  };
96
96