@solostylist/ui-kit 1.0.176 → 1.0.178

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 +14 -66
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "registry": "https://registry.npmjs.org"
5
5
  },
6
- "version": "1.0.176",
6
+ "version": "1.0.178",
7
7
  "description": "advanced ui kit for solostylist",
8
8
  "type": "module",
9
9
  "main": "dist/main.js",
@@ -113,30 +113,32 @@
113
113
  "test": "echo \"No tests configured for @solostylist/ui-kit\"",
114
114
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
115
115
  "lint:fix": "eslint --fix . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
116
- "app:publish": "yarn build && yarn npm publish --access public",
116
+ "app:publish": "yarn workspace @solostylist/core build && yarn sync:peers && yarn build && yarn npm publish --access public",
117
117
  "format": "prettier --write \"**/*.{js,jsx,mjs,ts,tsx,mdx,json,md}\" --cache",
118
118
  "format:check": "prettier --check \"**/*.{js,jsx,mjs,ts,tsx,mdx,json,md}\" --cache",
119
119
  "typecheck": "tsc --noEmit",
120
120
  "clean": "rimraf dist",
121
+ "sync:peers": "node scripts/sync-peer-deps.mjs",
122
+ "upgrade": "yarn upgrade-interactive && yarn sync:peers",
121
123
  "prepare": "husky"
122
124
  },
123
125
  "peerDependencies": {
124
126
  "@emotion/cache": "^11.14.0",
125
127
  "@emotion/react": "^11.14.0",
126
- "@emotion/styled": "^11.14.0",
127
- "@fontsource/outfit": "^5.2.6",
128
+ "@emotion/styled": "^11.14.1",
129
+ "@fontsource/outfit": "^5.2.8",
128
130
  "@mui/icons-material": "^7.3.7",
129
131
  "@mui/lab": "^7.0.1-beta.21",
130
132
  "@mui/material": "^7.3.7",
131
133
  "@mui/system": "^7.3.7",
132
134
  "@mui/utils": "^7.3.7",
133
135
  "@mui/x-date-pickers": "^8.25.0",
134
- "@stripe/react-stripe-js": "^3.10.0",
135
- "@stripe/stripe-js": "^7.9.0",
136
- "@tiptap/extension-link": "^2.27.2",
137
- "@tiptap/extension-placeholder": "^2.27.2",
138
- "@tiptap/react": "^2.27.2",
139
- "@tiptap/starter-kit": "^2.27.2",
136
+ "@stripe/react-stripe-js": "^5.4.1",
137
+ "@stripe/stripe-js": "^8.6.1",
138
+ "@tiptap/extension-link": "^3.15.3",
139
+ "@tiptap/extension-placeholder": "^3.15.3",
140
+ "@tiptap/react": "^3.15.3",
141
+ "@tiptap/starter-kit": "^3.15.3",
140
142
  "dayjs": "^1.11.19",
141
143
  "emoji-picker-react": "^4.16.1",
142
144
  "framer-motion": "^12.26.2",
@@ -146,7 +148,7 @@
146
148
  "react": "^19.2.3",
147
149
  "react-dom": "^19.2.3",
148
150
  "react-dropzone": "^14.3.8",
149
- "react-i18next": "^15.7.4",
151
+ "react-i18next": "^16.5.3",
150
152
  "react-router-dom": "^7.12.0",
151
153
  "react-slick": "^0.31.0",
152
154
  "react-syntax-highlighter": "^16.1.0",
@@ -154,62 +156,8 @@
154
156
  "uuid": "^13.0.0"
155
157
  },
156
158
  "peerDependenciesMeta": {
157
- "@mui/x-date-pickers": {
158
- "optional": true
159
- },
160
- "@stripe/react-stripe-js": {
161
- "optional": true
162
- },
163
- "@stripe/stripe-js": {
164
- "optional": true
165
- },
166
- "@tiptap/extension-link": {
167
- "optional": true
168
- },
169
- "@tiptap/extension-placeholder": {
170
- "optional": true
171
- },
172
- "@tiptap/react": {
173
- "optional": true
174
- },
175
- "@tiptap/starter-kit": {
176
- "optional": true
177
- },
178
- "dayjs": {
179
- "optional": true
180
- },
181
- "emoji-picker-react": {
182
- "optional": true
183
- },
184
- "framer-motion": {
185
- "optional": true
186
- },
187
- "i18next": {
188
- "optional": true
189
- },
190
- "i18next-http-backend": {
191
- "optional": true
192
- },
193
- "overlayscrollbars-react": {
194
- "optional": true
195
- },
196
- "react-dropzone": {
197
- "optional": true
198
- },
199
- "react-i18next": {
200
- "optional": true
201
- },
202
159
  "react-router-dom": {
203
160
  "optional": true
204
- },
205
- "react-slick": {
206
- "optional": true
207
- },
208
- "react-syntax-highlighter": {
209
- "optional": true
210
- },
211
- "slick-carousel": {
212
- "optional": true
213
161
  }
214
162
  },
215
163
  "devDependencies": {
@@ -288,6 +236,6 @@
288
236
  "author": "Lê Đặng Trường Đạt",
289
237
  "license": "ISC",
290
238
  "dependencies": {
291
- "@solostylist/core": "*"
239
+ "@solostylist/core": "^1.0.0"
292
240
  }
293
241
  }