Skip to content

Commit 2d81e4e

Browse files
committed
chore: update Empathy X dependencies and remove deprecated packages
1 parent 4277b7d commit 2d81e4e

File tree

3 files changed

+47
-108
lines changed

3 files changed

+47
-108
lines changed

.github/setup-ai-instructions/01-project-overview.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ This is an Interface X Archetype - a Vue 3 + TypeScript search interface impleme
1717
- [`@empathyco/x-adapter`](https://github.com/empathyco/x/tree/main/packages/x-adapter) – Adapter base utilities and schema helpers for building custom adapters
1818
- [`@empathyco/x-archetype-utils`](https://github.com/empathyco/x/tree/main/packages/x-archetype-utils) – Utilities for archetype projects (build, CSS injection, analytics helpers)
1919
- [`@empathyco/x-utils`](https://github.com/empathyco/x/tree/main/packages/x-utils) – General utilities to ease development across X projects
20-
- [`@empathyco/x-translations`](https://github.com/empathyco/x/tree/main/packages/x-translations) – Tools for managing translations (JSON↔CSV conversion, i18n helpers)
2120
- [`@empathyco/x-svg-converter`](https://github.com/empathyco/x/tree/main/packages/x-svg-converter) – Utilities for converting SVGs for use in X Components
22-
- [`@empathyco/x-deep-merge`](https://github.com/empathyco/x/tree/main/packages/deep-merge) – Utility for deep merging of objects (used internally by other packages)
2321
- [`@empathyco/storage-service`](https://github.com/empathyco/x/tree/main/packages/storage-service) – Wrapper on top of the Web Storage API with key prefixing and TTL
2422
- [`@empathyco/jest-utils`](https://github.com/empathyco/x/tree/main/packages/jest-utils) – Utilities and helpers for testing with Jest
2523

package-lock.json

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

package.json

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -33,13 +33,12 @@
3333
"prepare": "husky install"
3434
},
3535
"dependencies": {
36-
"@empathyco/x-adapter": "8.1.0-alpha.11",
37-
"@empathyco/x-adapter-platform": "1.1.0-alpha.46",
38-
"@empathyco/x-archetype-utils": "2.0.0-alpha.30",
39-
"@empathyco/x-components": "6.0.0-alpha.206",
40-
"@empathyco/x-deep-merge": "2.0.3-alpha.11",
41-
"@empathyco/x-types": "10.1.0-alpha.39",
42-
"@empathyco/x-utils": "1.0.3-alpha.10",
36+
"@empathyco/x-adapter": "8.1.0-alpha.19",
37+
"@empathyco/x-adapter-platform": "1.1.0-alpha.56",
38+
"@empathyco/x-archetype-utils": "2.0.0-alpha.37",
39+
"@empathyco/x-components": "6.0.0-alpha.219",
40+
"@empathyco/x-types": "10.1.0-alpha.48",
41+
"@empathyco/x-utils": "1.0.3-alpha.15",
4342
"tslib": "2.8.1",
4443
"vue": "3.5.29",
4544
"vue-i18n": "9.14.5",
@@ -50,8 +49,7 @@
5049
"@bahmutov/cypress-esbuild-preprocessor": "2.2.8",
5150
"@cucumber/messages": "31.2.0",
5251
"@empathyco/eslint-config": "1.10.31",
53-
"@empathyco/x-tailwindcss": "2.0.0-alpha.25",
54-
"@empathyco/x-translations": "2.0.3-alpha.16",
52+
"@empathyco/x-tailwindcss": "2.0.0-alpha.32",
5553
"@rollup/plugin-commonjs": "25.0.8",
5654
"@rollup/plugin-json": "6.1.0",
5755
"@rollup/plugin-node-resolve": "16.0.3",

0 commit comments

Comments
 (0)