Skip to content

Commit cedd932

Browse files
committed
chore(deps): upgrade
1 parent 9db4864 commit cedd932

7 files changed

Lines changed: 394 additions & 229 deletions

File tree

apps/vite-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
"devDependencies": {
3434
"@egoist/tailwindcss-icons": "^1.9.0",
35-
"@iconify-json/lucide": "^1.2.63",
35+
"@iconify-json/lucide": "^1.2.64",
3636
"@iconify-json/mdi": "^1.2.3",
3737
"@tailwindcss/postcss": "^4.1.12",
3838
"@tailwindcss/vite": "^4.1.12",

apps/vue-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"preview": "vite preview"
1010
},
1111
"dependencies": {
12-
"vue": "^3.5.19"
12+
"vue": "^3.5.20"
1313
},
1414
"devDependencies": {
1515
"@tailwindcss/postcss": "^4.1.12",

benchmark/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"gen:vite": "tsx ./scripts/vite.ts"
2121
},
2222
"dependencies": {
23-
"vue": "^3.5.19",
23+
"vue": "^3.5.20",
2424
"vue-router": "^4.5.1"
2525
},
2626
"devDependencies": {
@@ -31,7 +31,7 @@
3131
"tailwindcss": "catalog:tailwindcss4",
3232
"unplugin-vue-router": "^0.15.0",
3333
"vite": "^7.1.3",
34-
"vite-plugin-inspect": "^11.3.2",
34+
"vite-plugin-inspect": "^11.3.3",
3535
"vue-tsc": "^3.0.6",
3636
"weapp-tailwindcss": "workspace:*"
3737
}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@
112112
"@csstools/css-tokenizer": "^3.0.4",
113113
"@eslint/config-inspector": "^1.2.0",
114114
"@icebreakers/eslint-config": "^1.3.5",
115-
"@icebreakers/monorepo": "^1.0.15",
115+
"@icebreakers/monorepo": "^1.0.16",
116116
"@icebreakers/stylelint-config": "^1.1.2",
117117
"@tailwindcss/postcss": "^4.1.12",
118118
"@tailwindcss/vite": "^4.1.12",
@@ -237,7 +237,7 @@
237237
"vinyl": "^3.0.1",
238238
"vinyl-fs": "^4.0.2",
239239
"vite": "^7.1.3",
240-
"vite-plugin-inspect": "^11.3.2",
240+
"vite-plugin-inspect": "^11.3.3",
241241
"vitest": "~3.2.4",
242242
"weapp-tailwindcss": "workspace:*",
243243
"weapp-tailwindcss-children": "^0.1.0",

packages/weapp-tailwindcss/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@
183183
"@babel/parser": "~7.28.3",
184184
"@babel/traverse": "~7.28.3",
185185
"@babel/types": "~7.28.2",
186-
"@vue/compiler-dom": "^3.5.19",
186+
"@vue/compiler-dom": "^3.5.20",
187187
"@weapp-core/escape": "~4.0.1",
188188
"@weapp-core/regex": "~1.0.1",
189189
"@weapp-tailwindcss/init": "workspace:*",
@@ -199,7 +199,7 @@
199199
"magic-string": "0.30.18",
200200
"semver": "~7.7.2",
201201
"tailwindcss-patch": "~7.1.4",
202-
"vue": "^3.5.19",
202+
"vue": "^3.5.20",
203203
"webpack-sources": "3.3.3"
204204
}
205205
}

pnpm-lock.yaml

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

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
"sass-loader": "^16.0.5",
7171
"tailwindcss": "^3.4.17",
7272
"theme-transition": "workspace:*",
73-
"typedoc": "^0.28.10",
73+
"typedoc": "^0.28.11",
7474
"typedoc-plugin-markdown": "4.8.1",
7575
"webpack": "5.101.3",
7676
"webpack-node-externals": "^3.0.0"

0 commit comments

Comments
 (0)