@commercelayer/app-elements 4.6.1 → 4.6.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@commercelayer/app-elements",
3
- "version": "4.6.1",
3
+ "version": "4.6.3",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "files": [
@@ -27,15 +27,15 @@
27
27
  "pnpm": ">=7"
28
28
  },
29
29
  "dependencies": {
30
- "@commercelayer/js-auth": "^6.7.0",
31
- "@commercelayer/sdk": "6.25.1",
32
- "@monaco-editor/react": "4.6.0",
33
- "@types/lodash": "^4.17.13",
34
- "@types/react": "^18.3.12",
30
+ "@commercelayer/js-auth": "^6.7.1",
31
+ "@commercelayer/sdk": "6.32.0",
32
+ "@monaco-editor/react": "4.7.0",
33
+ "@types/lodash": "^4.17.15",
34
+ "@types/react": "^18.3.18",
35
35
  "@types/react-datepicker": "^7.0.0",
36
- "@types/react-dom": "^18.3.1",
36
+ "@types/react-dom": "^18.3.5",
37
37
  "classnames": "^2.5.1",
38
- "i18next": "^24.0.5",
38
+ "i18next": "^24.2.2",
39
39
  "i18next-resources-to-backend": "^1.2.1",
40
40
  "js-cookie": "^3.0.5",
41
41
  "jwt-decode": "^4.0.0",
@@ -44,44 +44,44 @@
44
44
  "query-string": "^9.1.1",
45
45
  "react": "^18.3.1",
46
46
  "react-currency-input-field": "^3.9.0",
47
- "react-datepicker": "^7.5.0",
47
+ "react-datepicker": "^7.6.0",
48
48
  "react-dom": "^18.3.1",
49
- "react-hook-form": "^7.53.2",
50
- "react-i18next": "^15.1.3",
51
- "react-select": "^5.8.3",
49
+ "react-hook-form": "^7.54.2",
50
+ "react-i18next": "^15.4.0",
51
+ "react-select": "^5.10.0",
52
52
  "react-tooltip": "^5.28.0",
53
- "swr": "^2.2.5",
53
+ "swr": "^2.3.2",
54
54
  "ts-invariant": "^0.10.3",
55
- "type-fest": "^4.28.1",
56
- "zod": "^3.23.8"
55
+ "type-fest": "^4.35.0",
56
+ "zod": "^3.24.2"
57
57
  },
58
58
  "devDependencies": {
59
59
  "@commercelayer/eslint-config-ts-react": "^1.4.5",
60
- "@hookform/resolvers": "^3.9.1",
60
+ "@hookform/resolvers": "^3.10.0",
61
61
  "@phosphor-icons/react": "v2.1.7",
62
- "@tailwindcss/forms": "^0.5.9",
62
+ "@tailwindcss/forms": "^0.5.10",
63
63
  "@testing-library/jest-dom": "^6.6.3",
64
- "@testing-library/react": "^16.0.1",
64
+ "@testing-library/react": "^16.2.0",
65
65
  "@types/js-cookie": "^3.0.6",
66
- "@types/node": "^20.16.4",
66
+ "@types/node": "^20.17.19",
67
67
  "@types/pluralize": "^0.0.33",
68
68
  "@types/react-gtm-module": "^2.0.4",
69
69
  "@vitejs/plugin-react": "^4.3.4",
70
70
  "autoprefixer": "^10.4.20",
71
- "cross-fetch": "^4.0.0",
71
+ "cross-fetch": "^4.1.0",
72
72
  "date-fns": "^4.1.0",
73
73
  "date-fns-tz": "^3.2.0",
74
- "eslint": "^8.57.0",
75
- "jsdom": "^25.0.1",
76
- "msw": "^2.6.6",
77
- "postcss": "^8.4.49",
74
+ "eslint": "^8.57.1",
75
+ "jsdom": "^26.0.0",
76
+ "msw": "^2.7.0",
77
+ "postcss": "^8.5.2",
78
78
  "react-gtm-module": "^2.0.11",
79
- "tailwindcss": "^3.4.15",
80
- "typescript": "^5.7.2",
81
- "vite": "^6.0.1",
82
- "vite-plugin-dts": "^4.3.0",
83
- "vitest": "^2.1.6",
84
- "wouter": "^3.3.5"
79
+ "tailwindcss": "^3.4.17",
80
+ "typescript": "^5.7.3",
81
+ "vite": "^6.1.0",
82
+ "vite-plugin-dts": "^4.5.0",
83
+ "vitest": "^3.0.5",
84
+ "wouter": "^3.6.0"
85
85
  },
86
86
  "peerDependencies": {
87
87
  "@commercelayer/sdk": "^6.x",