@unchainedshop/admin-ui 4.0.13 → 4.0.14

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.
Files changed (1) hide show
  1. package/package.json +12 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/admin-ui",
3
- "version": "4.0.13",
3
+ "version": "4.0.14",
4
4
  "description": "Unchained commerce Admin UI",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -28,7 +28,10 @@
28
28
  "format": "eslint --fix --ext .ts,.tsx,.js,.jsx .",
29
29
  "extract-translation": "formatjs extract '(pages|modules)/**/*.{ts,tsx,jsx}' --out-file lang/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
30
30
  "compile-translation": "formatjs compile ./lang/en.json --out-file ./i18n/en.json --format custom-formatter.js",
31
- "test:e2e": "cypress open",
31
+ "serve": "npx serve out",
32
+ "cy:run": "cypress run",
33
+ "cy:open": "cypress run",
34
+ "test:e2e": "start-server-and-test serve http://localhost:3000 cy:run",
32
35
  "test:component": "cypress open --component",
33
36
  "test:e2e-record": "cypress run --browser chrome --record",
34
37
  "version:patch": "npm version patch && npm run tag",
@@ -55,7 +58,7 @@
55
58
  "@dnd-kit/sortable": "^10.0.0",
56
59
  "@dnd-kit/utilities": "^3.2.2",
57
60
  "@eslint/eslintrc": "^3.3.1",
58
- "@eslint/js": "^9.28.0",
61
+ "@eslint/js": "^9.30.0",
59
62
  "@formatjs/cli": "^6.7.2",
60
63
  "@formatjs/intl-pluralrules": "^5.4.4",
61
64
  "@formatjs/intl-relativetimeformat": "^11.4.11",
@@ -76,8 +79,8 @@
76
79
  "date-fns": "^4.1.0",
77
80
  "date-fns-tz": "^3.2.0",
78
81
  "deepmerge": "^4.3.1",
79
- "eslint": "^9.30.0",
80
- "eslint-config-next": "15.3.3",
82
+ "eslint": "^9.30.1",
83
+ "eslint-config-next": "15.3.4",
81
84
  "eslint-config-prettier": "^9.1.0",
82
85
  "eslint-plugin-cypress": "^5.1.0",
83
86
  "eslint-plugin-formatjs": "^5.4.0",
@@ -86,7 +89,7 @@
86
89
  "eslint-plugin-prettier": "^5.5.1",
87
90
  "eslint-plugin-react": "^7.37.5",
88
91
  "formik": "^2.4.6",
89
- "globals": "^16.2.0",
92
+ "globals": "^16.3.0",
90
93
  "graphql": "^16.11.0",
91
94
  "intl-messageformat": "^10.7.16",
92
95
  "lodash.isequal": "^4.5.0",
@@ -102,13 +105,14 @@
102
105
  "rehype-raw": "^7.0.0",
103
106
  "rehype-sanitize": "^6.0.0",
104
107
  "remark-gfm": "^4.0.1",
108
+ "start-server-and-test": "^2.0.12",
105
109
  "tailwindcss": "^4.1.11",
106
110
  "typescript": "^5.8.3",
107
111
  "validator": "^13.15.15"
108
112
  },
109
113
  "peerDependencies": {
110
114
  "@fastify/static": "^8.2.0",
111
- "@modelcontextprotocol/sdk": "^1.13.2",
115
+ "@modelcontextprotocol/sdk": "^1.14.0",
112
116
  "ai": "^4.3.16",
113
117
  "express": "^5.1.0",
114
118
  "fastify": "^5.4.0"
@@ -126,6 +130,6 @@
126
130
  },
127
131
  "dependencies": {
128
132
  "file-type": "^21.0.0",
129
- "zod": "^3.25.67"
133
+ "zod": "^3.25.71"
130
134
  }
131
135
  }