@furystack/shades 12.2.3 → 12.2.4
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/CHANGELOG.md +8 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [12.2.4] - 2026-02-26
|
|
4
|
+
|
|
5
|
+
### ⬆️ Dependencies
|
|
6
|
+
|
|
7
|
+
- Updated internal `@furystack/*` dependencies
|
|
8
|
+
- Bumped `@types/jsdom` from ^27.0.0 to ^28.0.0
|
|
9
|
+
- Bumped `@types/node` from ^25.3.0 to ^25.3.1
|
|
10
|
+
|
|
3
11
|
## [12.2.3] - 2026-02-26
|
|
4
12
|
|
|
5
13
|
### ⬆️ Dependencies
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@furystack/shades",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.4",
|
|
4
4
|
"description": "A lightweight UI framework for FuryStack with JSX support",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
@@ -39,15 +39,15 @@
|
|
|
39
39
|
},
|
|
40
40
|
"homepage": "https://github.com/furystack/furystack",
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@types/jsdom": "^
|
|
43
|
-
"@types/node": "^25.3.
|
|
42
|
+
"@types/jsdom": "^28.0.0",
|
|
43
|
+
"@types/node": "^25.3.1",
|
|
44
44
|
"jsdom": "^28.1.0",
|
|
45
45
|
"typescript": "^5.9.3",
|
|
46
46
|
"vitest": "^4.0.18"
|
|
47
47
|
},
|
|
48
48
|
"dependencies": {
|
|
49
49
|
"@furystack/inject": "^12.0.30",
|
|
50
|
-
"@furystack/rest": "^8.0.
|
|
50
|
+
"@furystack/rest": "^8.0.40",
|
|
51
51
|
"@furystack/utils": "^8.1.10",
|
|
52
52
|
"path-to-regexp": "^8.3.0"
|
|
53
53
|
},
|