Skip to content

Commit 2d8e994

Browse files
lixl39505lixl
andauthored
chore: update deps (#19)
* chore: update deps * chore: bump version --------- Co-authored-by: lixl <[email protected]>
1 parent 99c724d commit 2d8e994

File tree

5 files changed

+585
-175
lines changed

5 files changed

+585
-175
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.8 (October 29, 2025)
2+
3+
- chore: update deps
4+
15
## 0.4.7 (September 30, 2025)
26

37
- feat(react): support edit lock in theme builder

packages/react/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocklet/theme-builder-react",
33
"description": "React component library for Blocklet Theme Builder",
4-
"version": "0.4.7",
4+
"version": "0.4.8",
55
"license": "0BSD",
66
"keywords": [
77
"MUI",
@@ -52,13 +52,13 @@
5252
]
5353
},
5454
"dependencies": {
55-
"@abtnode/constant": "^1.16.51",
55+
"@abtnode/constant": "^1.16.54-beta-20251029-055649-a9143beb",
5656
"@arcblock/did-connect": "^3.0.43",
57-
"@arcblock/icons": "^3.1.43",
58-
"@arcblock/ux": "^3.1.43",
57+
"@arcblock/icons": "^3.1.53",
58+
"@arcblock/ux": "^3.1.53",
5959
"@babel/eslint-parser": "^7.28.0",
60-
"@blocklet/theme": "^3.1.43",
61-
"@blocklet/ui-react": "^3.1.43",
60+
"@blocklet/theme": "^3.1.53",
61+
"@blocklet/ui-react": "^3.1.53",
6262
"@emotion/react": "^11.14.0",
6363
"@emotion/styled": "^11.14.1",
6464
"@iconify/react": "^5.2.1",
@@ -75,9 +75,9 @@
7575
"lodash": "^4.17.21",
7676
"mdi-material-ui": "^7.9.4",
7777
"nanoid": "^5.1.5",
78-
"react": "~19.1.0",
78+
"react": "^19.1.1",
7979
"react-colorful": "^5.6.1",
80-
"react-dom": "~19.1.0",
80+
"react-dom": "^19.1.1",
8181
"react-router-dom": "^6.22.3",
8282
"recharts": "^2.15.4",
8383
"ufo": "^1.6.1",
@@ -108,7 +108,7 @@
108108
"simple-git-hooks": "^2.13.0",
109109
"typescript": "~5.5.4",
110110
"vite": "^7.0.3",
111-
"vite-plugin-blocklet": "^0.10.1",
111+
"vite-plugin-blocklet": "^0.11.2",
112112
"vite-plugin-dts": "^4.5.4",
113113
"vite-plugin-no-bundle": "^4.0.0",
114114
"vite-plugin-svgr": "^4.3.0",

packages/theme-builder/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@blocklet/theme-builder",
33
"description": "A comprehensive tool to customize themes for Material-UI",
4-
"version": "0.4.7",
4+
"version": "0.4.8",
55
"keywords": [
66
"MUI",
77
"MUI v5",
@@ -77,8 +77,8 @@
7777
"lodash": "^4.17.21",
7878
"mdi-material-ui": "^7.9.4",
7979
"prettier": "^3.6.2",
80-
"react": "~19.1.0",
81-
"react-dom": "~19.1.0",
80+
"react": "^19.1.1",
81+
"react-dom": "^19.1.1",
8282
"simple-git-hooks": "^2.13.0",
8383
"typescript": "~5.5.4",
8484
"vite": "^7.0.3",

0 commit comments

Comments
 (0)