@se-studio/core-ui 1.0.168 → 1.0.170

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 (2) hide show
  1. package/CHANGELOG.md +21 -1
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,12 +1,32 @@
1
1
  # @se-studio/core-ui
2
2
 
3
+ ## 1.0.170
4
+
5
+ ### Patch Changes
6
+
7
+ - Version bump: patch for changed packages
8
+ - Updated dependencies
9
+ - @se-studio/contentful-rest-api@1.0.170
10
+ - @se-studio/core-data-types@1.0.162
11
+
12
+ ## 1.0.169
13
+
14
+ ### Patch Changes
15
+
16
+ - Version bump: patch for changed packages
17
+ - Updated dependencies
18
+ - @se-studio/contentful-rest-api@1.0.169
19
+ - @se-studio/core-data-types@1.0.161
20
+
3
21
  ## 1.0.168
4
22
 
5
23
  ### Patch Changes
6
24
 
25
+ - Version bump: patch for changed packages
26
+ - Updated dependencies
7
27
  - Updated dependencies [9c0ee02]
8
- - @se-studio/core-data-types@1.0.160
9
28
  - @se-studio/contentful-rest-api@1.0.168
29
+ - @se-studio/core-data-types@1.0.160
10
30
 
11
31
  ## 1.0.167
12
32
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@se-studio/core-ui",
3
- "version": "1.0.168",
3
+ "version": "1.0.170",
4
4
  "description": "Shared React UI component library with Tailwind CSS v4 for SE Studio applications",
5
5
  "repository": {
6
6
  "type": "git",
@@ -64,7 +64,7 @@
64
64
  }
65
65
  },
66
66
  "dependencies": {
67
- "@contentful/live-preview": "^4.10.4",
67
+ "@contentful/live-preview": "^4.10.5",
68
68
  "@contentful/rich-text-react-renderer": "^16.2.1",
69
69
  "@contentful/rich-text-types": "^17.2.7",
70
70
  "@radix-ui/react-slot": "^1.2.4",
@@ -75,18 +75,18 @@
75
75
  "mustache": "4.2.0",
76
76
  "server-only": "0.0.1",
77
77
  "tailwind-merge": "^3.6.0",
78
- "@se-studio/contentful-rest-api": "1.0.168",
79
- "@se-studio/core-data-types": "1.0.160"
78
+ "@se-studio/contentful-rest-api": "1.0.170",
79
+ "@se-studio/core-data-types": "1.0.162"
80
80
  },
81
81
  "devDependencies": {
82
82
  "@biomejs/biome": "^2.4.15",
83
- "@types/node": "^22.19.18",
84
- "@types/react": "^19.2.14",
83
+ "@types/node": "^24.12.4",
84
+ "@types/react": "^19.2.15",
85
85
  "@types/react-dom": "^19.2.3",
86
86
  "jsdom": "^25.0.1",
87
87
  "next": "^15.5.18",
88
88
  "typescript": "^6.0.3",
89
- "vitest": "^4.1.5"
89
+ "vitest": "^4.1.7"
90
90
  },
91
91
  "scripts": {
92
92
  "build": "tsc --project tsconfig.build.json",