Skip to content

Commit c279bf1

Browse files
committed
chore(deps): upgrade
1 parent 603f6da commit c279bf1

File tree

8 files changed

+516
-818
lines changed

8 files changed

+516
-818
lines changed

.changeset/config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
33
"changelog": [
4-
"@changesets/changelog-github",
4+
"@icebreakers/changelog-github",
55
{
66
"repo": "sonofmagic/weapp-tailwindcss"
77
}

apps/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"eslint": "^9.39.2",
3131
"eslint-plugin-react-hooks": "^7.0.1",
3232
"eslint-plugin-react-refresh": "^0.4.26",
33-
"globals": "^16.5.0",
33+
"globals": "^17.0.0",
3434
"tailwindcss": "^4.1.18",
3535
"tw-animate-css": "^1.4.0",
3636
"typescript": "catalog:typescript59tilde",

apps/tailwindcss-weapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"unplugin-auto-import": "^19.1.1",
107107
"vite": "5.2.8",
108108
"vue-eslint-parser": "^9.4.3",
109-
"weapp-ide-cli": "^2.0.10",
109+
"weapp-ide-cli": "^4.1.2",
110110
"weapp-tailwindcss": "workspace:*"
111111
}
112112
}

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "module",
44
"version": "0.0.0",
55
"private": true,
6-
"packageManager": "pnpm@10.26.2",
6+
"packageManager": "pnpm@10.27.0",
77
"description": "把tailwindcss jit引擎,带给小程序开发者们! bring tailwindcss jit engine to miniprogram developers!",
88
"author": "ice breaker <[email protected]>",
99
"license": "MIT",
@@ -123,6 +123,7 @@
123123
"@csstools/css-tokenizer": "^3.0.4",
124124
"@csstools/postcss-is-pseudo-class": "^5.0.3",
125125
"@eslint/config-inspector": "^1.4.2",
126+
"@icebreakers/changelog-github": "^0.1.0",
126127
"@icebreakers/commitlint-config": "^1.2.3",
127128
"@icebreakers/eslint-config": "^1.6.10",
128129
"@icebreakers/monorepo": "^3.1.15",
@@ -219,7 +220,7 @@
219220
"normalize-newline": "^5.0.0",
220221
"npm-registry-fetch": "^19.1.1",
221222
"only-allow": "^1.2.2",
222-
"oxc-parser": "^0.105.0",
223+
"oxc-parser": "^0.106.0",
223224
"pathe": "^2.0.3",
224225
"picocolors": "^1.1.1",
225226
"pkg-types": "^2.3.0",
@@ -246,7 +247,7 @@
246247
"traverse": "^0.6.11",
247248
"ts-morph": "^27.0.2",
248249
"tsd": "^0.33.0",
249-
"tsdown": "0.18.3",
250+
"tsdown": "0.18.4",
250251
"tslib": "^2.8.1",
251252
"tsup": "^8.5.1",
252253
"tsx": "^4.21.0",

packages-runtime/ui/.storybook/main.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,7 @@ const config: StorybookConfig = {
99
stories: ['../stories/**/*.mdx', '../stories/**/*.stories.@(js|jsx|mjs|ts|tsx)'],
1010

1111
addons: [
12-
'@storybook/addon-essentials',
13-
'@storybook/addon-interactions',
14-
'@storybook/addon-a11y',
12+
1513
],
1614

1715
framework: {

packages-runtime/ui/package.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -134,18 +134,15 @@
134134
"tailwind-variants": "^3.2.2"
135135
},
136136
"devDependencies": {
137-
"@storybook/addon-a11y": "^8.5.0",
138-
"@storybook/addon-essentials": "^8.5.0",
139-
"@storybook/addon-interactions": "^8.5.0",
140-
"@storybook/react": "^8.5.0",
141-
"@storybook/react-vite": "^8.5.0",
142-
"@storybook/test": "^8.6.15",
137+
"@storybook/addon-a11y": "^10.1.11",
138+
"@storybook/react": "^10.1.11",
139+
"@storybook/react-vite": "^10.1.11",
143140
"@tailwindcss/vite": "catalog:tailwindcss4",
144141
"@types/react": "^19.2.7",
145142
"@types/react-dom": "^19.0.0",
146143
"react": "^18.3.1",
147144
"react-dom": "^18.3.1",
148-
"storybook": "^8.5.0",
145+
"storybook": "^10.1.11",
149146
"tailwindcss": "catalog:tailwindcss4",
150147
"typescript": "catalog:typescript59",
151148
"vite": "^7.3.0",

pnpm-lock.yaml

Lines changed: 503 additions & 801 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pnpm-workspace.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ catalogs:
118118
weappIdeCli:
119119
weapp-ide-cli: ^4.1.2
120120
weappVite:
121-
weapp-vite: ^5.12.0
121+
weapp-vite: ^6.0.0
122122
wrangler4530:
123123
wrangler: ^4.56.0
124124

0 commit comments

Comments
 (0)