@unchainedshop/admin-ui 3.0.17 → 4.0.0
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 +35 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unchainedshop/admin-ui",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.0",
|
|
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]'",
|
|
@@ -49,24 +47,26 @@
|
|
|
49
47
|
"Mikael Araya Mengistu <mikael@unchained.shop> (http://www.unchained.shop)"
|
|
50
48
|
],
|
|
51
49
|
"devDependencies": {
|
|
52
|
-
"@apollo/client": "^3.
|
|
50
|
+
"@apollo/client": "^3.13.8",
|
|
53
51
|
"@dnd-kit/core": "^6.3.1",
|
|
54
52
|
"@dnd-kit/sortable": "^10.0.0",
|
|
55
53
|
"@dnd-kit/utilities": "^3.2.2",
|
|
56
|
-
"@
|
|
57
|
-
"@
|
|
54
|
+
"@eslint/eslintrc": "^3.3.1",
|
|
55
|
+
"@eslint/js": "^9.28.0",
|
|
56
|
+
"@formatjs/cli": "^6.7.1",
|
|
57
|
+
"@formatjs/intl-pluralrules": "^5.4.4",
|
|
58
58
|
"@formatjs/intl-relativetimeformat": "^11.4.9",
|
|
59
|
-
"@graphql-codegen/cli": "^5.0.
|
|
60
|
-
"@graphql-codegen/typescript-operations": "^4.
|
|
61
|
-
"@headlessui/react": "^2.2.
|
|
59
|
+
"@graphql-codegen/cli": "^5.0.7",
|
|
60
|
+
"@graphql-codegen/typescript-operations": "^4.6.1",
|
|
61
|
+
"@headlessui/react": "^2.2.4",
|
|
62
62
|
"@heroicons/react": "^2.2.0",
|
|
63
63
|
"@tailwindcss/forms": "^0.5.10",
|
|
64
|
+
"@tailwindcss/postcss": "^4.1.8",
|
|
64
65
|
"@tailwindcss/typography": "^0.5.16",
|
|
65
|
-
"@types/express": "^5.0.
|
|
66
|
+
"@types/express": "^5.0.3",
|
|
66
67
|
"@types/react": "^18.3.18",
|
|
67
|
-
"@typescript-eslint/eslint-plugin": "^8.
|
|
68
|
-
"@typescript-eslint/parser": "^8.
|
|
69
|
-
"autoprefixer": "^10.4.20",
|
|
68
|
+
"@typescript-eslint/eslint-plugin": "^8.33.1",
|
|
69
|
+
"@typescript-eslint/parser": "^8.33.1",
|
|
70
70
|
"classnames": "^2.5.1",
|
|
71
71
|
"cypress": "^13.17.0",
|
|
72
72
|
"d3": "^7.9.0",
|
|
@@ -74,41 +74,40 @@
|
|
|
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
|
-
"eslint-plugin-prettier": "^5.
|
|
85
|
-
"eslint-plugin-react": "^7.37.
|
|
84
|
+
"eslint-plugin-prettier": "^5.4.1",
|
|
85
|
+
"eslint-plugin-react": "^7.37.5",
|
|
86
86
|
"formik": "^2.4.6",
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"intl-messageformat": "^10.7.
|
|
87
|
+
"globals": "^16.2.0",
|
|
88
|
+
"graphql": "^16.10.0",
|
|
89
|
+
"intl-messageformat": "^10.7.16",
|
|
90
90
|
"lodash.isequal": "^4.5.0",
|
|
91
91
|
"next": "^14.2.23",
|
|
92
92
|
"npm-run-all": "^4.1.5",
|
|
93
|
-
"prettier": "^3.
|
|
93
|
+
"prettier": "^3.5.3",
|
|
94
94
|
"react": "18.2",
|
|
95
|
-
"react-datepicker": "^7.6.0",
|
|
96
95
|
"react-dom": "18.2",
|
|
97
|
-
"react-intl": "^7.1.
|
|
98
|
-
"react-markdown": "^
|
|
99
|
-
"react-select": "^5.
|
|
100
|
-
"react-toastify": "^11.0.
|
|
96
|
+
"react-intl": "^7.1.11",
|
|
97
|
+
"react-markdown": "^10.1.0",
|
|
98
|
+
"react-select": "^5.10.1",
|
|
99
|
+
"react-toastify": "^11.0.5",
|
|
101
100
|
"rehype-raw": "^7.0.0",
|
|
102
101
|
"rehype-sanitize": "^6.0.0",
|
|
103
|
-
"remark-gfm": "^4.0.
|
|
104
|
-
"tailwindcss": "^
|
|
105
|
-
"typescript": "^5.
|
|
106
|
-
"validator": "^13.
|
|
102
|
+
"remark-gfm": "^4.0.1",
|
|
103
|
+
"tailwindcss": "^4.1.8",
|
|
104
|
+
"typescript": "^5.8.3",
|
|
105
|
+
"validator": "^13.15.15"
|
|
107
106
|
},
|
|
108
107
|
"peerDependencies": {
|
|
108
|
+
"@fastify/static": "^8.2.0",
|
|
109
109
|
"express": "^5.1.0",
|
|
110
|
-
"fastify": "^5.3.2"
|
|
111
|
-
"@fastify/static": "^8.2.0"
|
|
110
|
+
"fastify": "^5.3.2"
|
|
112
111
|
},
|
|
113
112
|
"peerDependencyMeta": {
|
|
114
113
|
"express": {
|