Skip to content

Commit 15dc70c

Browse files
authored
Refactor code structure for improved readability and maintainability (#7588)
2 parents a8440c8 + f91c14e commit 15dc70c

File tree

3 files changed

+2780
-3516
lines changed

3 files changed

+2780
-3516
lines changed

packages/components/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
},
7474
"dependencies": {
7575
"@floating-ui/dom": "1.6.13",
76-
"adopted-style-sheets": "1.1.8-rc.2",
76+
"adopted-style-sheets": "1.1.8",
7777
"clsx": "2.1.1",
7878
"color-convert": "2.0.1",
7979
"color-rgba": "2.4.0",
@@ -128,7 +128,7 @@
128128
"typescript": "5.8.2"
129129
},
130130
"peerDependencies": {
131-
"adopted-style-sheets": "1.1.8-rc.2"
131+
"adopted-style-sheets": "1.1.8"
132132
},
133133
"files": [
134134
"assets",

packages/samples/react/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@
3232
"@public-ui/react": "workspace:*",
3333
"@public-ui/theme-default": "workspace:*",
3434
"@stencil/core": "4.22.3",
35-
"@types/node": "*",
35+
"@types/node": "22.14.1",
3636
"@types/react": "18.3.4",
3737
"@types/react-dom": "18.3.5",
3838
"@typescript-eslint/eslint-plugin": "8.27.0",
3939
"@typescript-eslint/parser": "8.27.0",
4040
"@unocss/preset-uno": "0.58.9",
4141
"@unocss/webpack": "0.58.9",
42-
"adopted-style-sheets": "1.1.8-rc.2",
42+
"adopted-style-sheets": "1.1.8",
4343
"ajv": "8.17.1",
4444
"chromedriver": "130.0.4",
4545
"cpy-cli": "5.0.0",

0 commit comments

Comments
 (0)