@unchainedshop/admin-ui 3.0.18 → 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.
Files changed (1) hide show
  1. package/package.json +17 -19
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unchainedshop/admin-ui",
3
- "version": "3.0.18",
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",
@@ -47,26 +47,26 @@
47
47
  "Mikael Araya Mengistu <mikael@unchained.shop> (http://www.unchained.shop)"
48
48
  ],
49
49
  "devDependencies": {
50
- "@apollo/client": "^3.12.6",
50
+ "@apollo/client": "^3.13.8",
51
51
  "@dnd-kit/core": "^6.3.1",
52
52
  "@dnd-kit/sortable": "^10.0.0",
53
53
  "@dnd-kit/utilities": "^3.2.2",
54
54
  "@eslint/eslintrc": "^3.3.1",
55
55
  "@eslint/js": "^9.28.0",
56
- "@formatjs/cli": "^6.3.15",
57
- "@formatjs/intl-pluralrules": "^5.4.2",
56
+ "@formatjs/cli": "^6.7.1",
57
+ "@formatjs/intl-pluralrules": "^5.4.4",
58
58
  "@formatjs/intl-relativetimeformat": "^11.4.9",
59
59
  "@graphql-codegen/cli": "^5.0.7",
60
60
  "@graphql-codegen/typescript-operations": "^4.6.1",
61
- "@headlessui/react": "^2.2.0",
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.2",
66
+ "@types/express": "^5.0.3",
66
67
  "@types/react": "^18.3.18",
67
68
  "@typescript-eslint/eslint-plugin": "^8.33.1",
68
69
  "@typescript-eslint/parser": "^8.33.1",
69
- "autoprefixer": "^10.4.20",
70
70
  "classnames": "^2.5.1",
71
71
  "cypress": "^13.17.0",
72
72
  "d3": "^7.9.0",
@@ -81,30 +81,28 @@
81
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.2.2",
85
- "eslint-plugin-react": "^7.37.4",
84
+ "eslint-plugin-prettier": "^5.4.1",
85
+ "eslint-plugin-react": "^7.37.5",
86
86
  "formik": "^2.4.6",
87
87
  "globals": "^16.2.0",
88
- "graphql": "^16.10.0",
89
- "http-proxy-middleware": "^3.0.3",
90
- "intl-messageformat": "^10.7.11",
88
+ "graphql": "^16.10.0",
89
+ "intl-messageformat": "^10.7.16",
91
90
  "lodash.isequal": "^4.5.0",
92
91
  "next": "^14.2.23",
93
92
  "npm-run-all": "^4.1.5",
94
- "prettier": "^3.4.2",
93
+ "prettier": "^3.5.3",
95
94
  "react": "18.2",
96
- "react-datepicker": "^7.6.0",
97
95
  "react-dom": "18.2",
98
96
  "react-intl": "^7.1.11",
99
- "react-markdown": "^9.0.3",
100
- "react-select": "^5.9.0",
101
- "react-toastify": "^11.0.3",
97
+ "react-markdown": "^10.1.0",
98
+ "react-select": "^5.10.1",
99
+ "react-toastify": "^11.0.5",
102
100
  "rehype-raw": "^7.0.0",
103
101
  "rehype-sanitize": "^6.0.0",
104
102
  "remark-gfm": "^4.0.1",
105
- "tailwindcss": "^3.4.17",
103
+ "tailwindcss": "^4.1.8",
106
104
  "typescript": "^5.8.3",
107
- "validator": "^13.12.0"
105
+ "validator": "^13.15.15"
108
106
  },
109
107
  "peerDependencies": {
110
108
  "@fastify/static": "^8.2.0",