@solostylist/ui-kit 1.0.0 → 1.0.1

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 +40 -42
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.0",
6
+ "version": "1.0.1",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "private": false,
9
9
  "type": "module",
@@ -25,53 +25,54 @@
25
25
  "prepare": "husky"
26
26
  },
27
27
  "peerDependencies": {
28
- "@emotion/cache": "^11.13.1",
29
- "@emotion/react": "^11.13.3",
30
- "@emotion/styled": "^11.13.0",
28
+ "@emotion/cache": "^11.14.0",
29
+ "@emotion/react": "^11.14.0",
30
+ "@emotion/styled": "^11.14.0",
31
31
  "@mui/lab": "6.0.0-beta.12",
32
- "@mui/material": "^6.1.4",
33
- "@mui/utils": "^6.1.4",
32
+ "@mui/material": "^7.0.2",
33
+ "@mui/utils": "^7.0.2",
34
34
  "@phosphor-icons/react": "^2.1.7",
35
- "@tiptap/extension-link": "^2.6.6",
36
- "@tiptap/extension-placeholder": "^2.6.6",
37
- "@tiptap/react": "^2.6.6",
38
- "@tiptap/starter-kit": "^2.6.6",
35
+ "@tiptap/extension-link": "^2.11.9",
36
+ "@tiptap/extension-placeholder": "^2.11.9",
37
+ "@tiptap/react": "^2.11.9",
38
+ "@tiptap/starter-kit": "^2.11.9",
39
39
  "dayjs": "^1.11.13",
40
- "i18next": "^23.14.0",
41
- "i18next-http-backend": "^2.6.1",
40
+ "i18next": "^25.0.2",
41
+ "i18next-http-backend": "^3.0.2",
42
42
  "react": "^18.3.1",
43
43
  "react-dom": "^18.3.1",
44
- "react-dropzone": "^14.3.2",
45
- "react-i18next": "^15.0.1",
46
- "uuid": "^11.0.2"
44
+ "react-dropzone": "^14.3.8",
45
+ "react-i18next": "^15.5.1",
46
+ "react-image-gallery": "^1.4.0",
47
+ "uuid": "^11.1.0"
47
48
  },
48
49
  "devDependencies": {
49
- "@fontsource/inter": "^5.0.20",
50
- "@fontsource/plus-jakarta-sans": "^5.0.21",
51
- "@fontsource/roboto-mono": "^5.0.19",
52
- "@ianvs/prettier-plugin-sort-imports": "^4.3.1",
53
- "@types/node": "^22.7.5",
54
- "@types/react": "^18.3.11",
55
- "@types/react-dom": "^18.2.22",
50
+ "@fontsource/inter": "^5.2.5",
51
+ "@fontsource/plus-jakarta-sans": "^5.2.5",
52
+ "@fontsource/roboto-mono": "^5.2.5",
53
+ "@ianvs/prettier-plugin-sort-imports": "^4.4.1",
54
+ "@types/node": "^22.15.3",
55
+ "@types/react": "^19.1.2",
56
+ "@types/react-dom": "^19.1.3",
56
57
  "@types/react-image-gallery": "^1.2.4",
57
58
  "@types/uuid": "^10.0.0",
58
- "@typescript-eslint/eslint-plugin": "^8.12.2",
59
- "@typescript-eslint/parser": "^8.12.2",
60
- "@vitejs/plugin-react": "^4.2.1",
61
- "eslint": "^9.14.0",
62
- "eslint-plugin-react-hooks": "^5.0.0",
63
- "eslint-plugin-react-refresh": "^0.4.6",
64
- "glob": "^11.0.0",
65
- "husky": "^9.1.5",
66
- "lint-staged": "^15.2.10",
67
- "prettier": "^3.3.3",
68
- "react": "^18.2.0",
69
- "react-dom": "^18.2.0",
70
- "typescript": "^5.6.3",
71
- "vite": "^5.4.10",
72
- "vite-plugin-dts": "^4.3.0",
73
- "vite-plugin-lib-inject-css": "^2.0.1",
74
- "vite-plugin-static-copy": "^2.0.0"
59
+ "@typescript-eslint/eslint-plugin": "^8.31.1",
60
+ "@typescript-eslint/parser": "^8.31.1",
61
+ "@vitejs/plugin-react": "^4.4.1",
62
+ "eslint": "^9.26.0",
63
+ "eslint-plugin-react-hooks": "^5.2.0",
64
+ "eslint-plugin-react-refresh": "^0.4.20",
65
+ "glob": "^11.0.2",
66
+ "husky": "^9.1.7",
67
+ "lint-staged": "^15.5.1",
68
+ "prettier": "^3.5.3",
69
+ "react": "^19.1.0",
70
+ "react-dom": "^19.1.0",
71
+ "typescript": "^5.8.3",
72
+ "vite": "^6.3.4",
73
+ "vite-plugin-dts": "^4.5.3",
74
+ "vite-plugin-lib-inject-css": "^2.2.2",
75
+ "vite-plugin-static-copy": "^2.3.1"
75
76
  },
76
77
  "lint-staged": {
77
78
  "*.js": [
@@ -96,9 +97,6 @@
96
97
  "pre-commit": "lint-staged"
97
98
  }
98
99
  },
99
- "dependencies": {
100
- "react-image-gallery": "^1.3.0"
101
- },
102
100
  "directories": {
103
101
  "lib": "lib"
104
102
  },