@contractspec/example.learning-journey-ui-shared 1.61.0 → 1.62.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.
@@ -19,7 +19,7 @@ Bundled 12 modules in 15ms
19
19
  ./example.js 0.91 KB (entry point)
20
20
 
21
21
  [contractspec-bun-build] transpile target=node root=src entries=12
22
- Bundled 12 modules in 14ms
22
+ Bundled 12 modules in 21ms
23
23
 
24
24
  components/BadgeDisplay.js 1.78 KB (entry point)
25
25
  ./index.js 10.30 KB (entry point)
@@ -35,7 +35,7 @@ Bundled 12 modules in 14ms
35
35
  ./example.js 0.90 KB (entry point)
36
36
 
37
37
  [contractspec-bun-build] transpile target=browser root=src entries=12
38
- Bundled 12 modules in 10ms
38
+ Bundled 12 modules in 42ms
39
39
 
40
40
  components/BadgeDisplay.js 1.78 KB (entry point)
41
41
  ./index.js 10.30 KB (entry point)
package/CHANGELOG.md CHANGED
@@ -1,5 +1,20 @@
1
1
  # @contractspec/example.learning-journey-ui-shared
2
2
 
3
+ ## 1.62.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 064258d: feat: upgrade all dependencies
8
+
9
+ ### Patch Changes
10
+
11
+ - Updated dependencies [064258d]
12
+ - Updated dependencies [064258d]
13
+ - @contractspec/module.learning-journey@1.62.0
14
+ - @contractspec/lib.design-system@1.62.0
15
+ - @contractspec/lib.ui-kit-web@1.62.0
16
+ - @contractspec/lib.contracts@1.62.0
17
+
3
18
  ## 1.61.0
4
19
 
5
20
  ### Minor Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contractspec/example.learning-journey-ui-shared",
3
- "version": "1.61.0",
3
+ "version": "1.62.0",
4
4
  "description": "Shared UI components and hooks for learning journey mini-apps.",
5
5
  "type": "module",
6
6
  "types": "./dist/index.d.ts",
@@ -127,17 +127,17 @@
127
127
  "typecheck": "tsc --noEmit"
128
128
  },
129
129
  "dependencies": {
130
- "@contractspec/lib.contracts": "1.61.0",
131
- "@contractspec/module.learning-journey": "1.61.0",
132
- "@contractspec/lib.design-system": "1.61.0",
133
- "@contractspec/lib.ui-kit-web": "1.61.0",
130
+ "@contractspec/lib.contracts": "1.62.0",
131
+ "@contractspec/module.learning-journey": "1.62.0",
132
+ "@contractspec/lib.design-system": "1.62.0",
133
+ "@contractspec/lib.ui-kit-web": "1.62.0",
134
134
  "react": "19.2.4"
135
135
  },
136
136
  "devDependencies": {
137
- "@contractspec/tool.typescript": "1.61.0",
138
- "@types/react": "^19.2.13",
137
+ "@contractspec/tool.typescript": "1.62.0",
138
+ "@types/react": "^19.2.14",
139
139
  "typescript": "^5.9.3",
140
- "@contractspec/tool.bun": "1.60.0"
140
+ "@contractspec/tool.bun": "1.61.0"
141
141
  },
142
142
  "peerDependencies": {
143
143
  "react": "^19.2.4"