@unchainedshop/admin-ui 3.0.17 → 3.0.18
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 +19 -18
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/admin-ui",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.18",
|
|
4
4
|
"description": "Unchained commerce Admin UI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -9,9 +9,9 @@
|
|
|
9
9
|
"out"
|
|
10
10
|
],
|
|
11
11
|
"exports": {
|
|
12
|
-
".": {
|
|
12
|
+
".": {
|
|
13
13
|
"import": "./dist/index.js"
|
|
14
|
-
},
|
|
14
|
+
},
|
|
15
15
|
"./express": {
|
|
16
16
|
"import": "./dist/express.js"
|
|
17
17
|
},
|
|
@@ -21,11 +21,9 @@
|
|
|
21
21
|
},
|
|
22
22
|
"scripts": {
|
|
23
23
|
"dev": "NODE_OPTIONS='--inspect' next dev ",
|
|
24
|
-
"dev:turbo": "NODE_OPTIONS='--inspect' next dev --turbo ",
|
|
25
24
|
"build": "node ./generate-permissions.js && next build && npm run build:lib",
|
|
26
25
|
"build:lib": "tsc -p tsconfig.build.json",
|
|
27
26
|
"start": "next start",
|
|
28
|
-
"export": "next export",
|
|
29
27
|
"lint": "next lint",
|
|
30
28
|
"format": "eslint --fix --ext .ts,.tsx,.js,.jsx .",
|
|
31
29
|
"extract-translation": "formatjs extract '(pages|modules)/**/*.{ts,tsx,jsx}' --out-file lang/en.json --id-interpolation-pattern '[sha512:contenthash:base64:6]'",
|
|
@@ -53,19 +51,21 @@
|
|
|
53
51
|
"@dnd-kit/core": "^6.3.1",
|
|
54
52
|
"@dnd-kit/sortable": "^10.0.0",
|
|
55
53
|
"@dnd-kit/utilities": "^3.2.2",
|
|
54
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
55
|
+
"@eslint/js": "^9.28.0",
|
|
56
56
|
"@formatjs/cli": "^6.3.15",
|
|
57
57
|
"@formatjs/intl-pluralrules": "^5.4.2",
|
|
58
58
|
"@formatjs/intl-relativetimeformat": "^11.4.9",
|
|
59
|
-
"@graphql-codegen/cli": "^5.0.
|
|
60
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
59
|
+
"@graphql-codegen/cli": "^5.0.7",
|
|
60
|
+
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
61
61
|
"@headlessui/react": "^2.2.0",
|
|
62
62
|
"@heroicons/react": "^2.2.0",
|
|
63
63
|
"@tailwindcss/forms": "^0.5.10",
|
|
64
64
|
"@tailwindcss/typography": "^0.5.16",
|
|
65
65
|
"@types/express": "^5.0.2",
|
|
66
66
|
"@types/react": "^18.3.18",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
68
|
-
"@typescript-eslint/parser": "^8.
|
|
67
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
68
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
69
69
|
"autoprefixer": "^10.4.20",
|
|
70
70
|
"classnames": "^2.5.1",
|
|
71
71
|
"cypress": "^13.17.0",
|
|
@@ -74,16 +74,17 @@
|
|
|
74
74
|
"date-fns-tz": "^3.2.0",
|
|
75
75
|
"deepmerge": "^4.3.1",
|
|
76
76
|
"dotenv-extended": "^2.9.0",
|
|
77
|
-
"eslint": "^
|
|
78
|
-
"eslint-config-next": "^
|
|
77
|
+
"eslint": "^9.28.0",
|
|
78
|
+
"eslint-config-next": "^15.3.3",
|
|
79
79
|
"eslint-config-prettier": "^9.1.0",
|
|
80
|
-
"eslint-plugin-cypress": "^
|
|
81
|
-
"eslint-plugin-formatjs": "^
|
|
80
|
+
"eslint-plugin-cypress": "^5.1.0",
|
|
81
|
+
"eslint-plugin-formatjs": "^5.3.1",
|
|
82
82
|
"eslint-plugin-import": "^2.31.0",
|
|
83
83
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
84
84
|
"eslint-plugin-prettier": "^5.2.2",
|
|
85
85
|
"eslint-plugin-react": "^7.37.4",
|
|
86
86
|
"formik": "^2.4.6",
|
|
87
|
+
"globals": "^16.2.0",
|
|
87
88
|
"graphql": "^16.10.0",
|
|
88
89
|
"http-proxy-middleware": "^3.0.3",
|
|
89
90
|
"intl-messageformat": "^10.7.11",
|
|
@@ -94,21 +95,21 @@
|
|
|
94
95
|
"react": "18.2",
|
|
95
96
|
"react-datepicker": "^7.6.0",
|
|
96
97
|
"react-dom": "18.2",
|
|
97
|
-
"react-intl": "^7.1.
|
|
98
|
+
"react-intl": "^7.1.11",
|
|
98
99
|
"react-markdown": "^9.0.3",
|
|
99
100
|
"react-select": "^5.9.0",
|
|
100
101
|
"react-toastify": "^11.0.3",
|
|
101
102
|
"rehype-raw": "^7.0.0",
|
|
102
103
|
"rehype-sanitize": "^6.0.0",
|
|
103
|
-
"remark-gfm": "^4.0.
|
|
104
|
+
"remark-gfm": "^4.0.1",
|
|
104
105
|
"tailwindcss": "^3.4.17",
|
|
105
|
-
"typescript": "^5.
|
|
106
|
+
"typescript": "^5.8.3",
|
|
106
107
|
"validator": "^13.12.0"
|
|
107
108
|
},
|
|
108
109
|
"peerDependencies": {
|
|
110
|
+
"@fastify/static": "^8.2.0",
|
|
109
111
|
"express": "^5.1.0",
|
|
110
|
-
"fastify": "^5.3.2"
|
|
111
|
-
"@fastify/static": "^8.2.0"
|
|
112
|
+
"fastify": "^5.3.2"
|
|
112
113
|
},
|
|
113
114
|
"peerDependencyMeta": {
|
|
114
115
|
"express": {
|