Skip to content

Commit e7c0d96

Browse files
committed
chore(deps): upgrade
1 parent e197d51 commit e7c0d96

13 files changed

Lines changed: 704 additions & 704 deletions

File tree

apps/tailwindcss-weapp/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"unplugin-auto-import": "^19.1.1",
110110
"vite": "5.2.8",
111111
"vue-eslint-parser": "^10.4.0",
112-
"weapp-ide-cli": "^5.1.0",
112+
"weapp-ide-cli": "^5.1.1",
113113
"weapp-tailwindcss": "workspace:*"
114114
}
115115
}

apps/vite-native-ts-skyline/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"postinstall": "weapp-tw patch"
2828
},
2929
"dependencies": {
30-
"wevu": "^6.8.0"
30+
"wevu": "^6.9.1"
3131
},
3232
"devDependencies": {
3333
"@egoist/tailwindcss-icons": "^1.9.2",

demo/mpx-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"vue-router": "^3.1.3"
4545
},
4646
"devDependencies": {
47-
"@babel/runtime-corejs3": "^7.29.0",
47+
"@babel/runtime-corejs3": "^7.29.2",
4848
"@mpxjs/babel-plugin-inject-page-events": "^2.9.5",
4949
"@mpxjs/eslint-config-ts": "^1.0.5",
5050
"@mpxjs/miniprogram-simulate": "1.4.20",

demo/mpx-tailwindcss-v4/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
"devDependencies": {
3131
"@babel/core": "catalog:babelCore7285",
3232
"@babel/plugin-transform-runtime": "^7.29.0",
33-
"@babel/preset-env": "^7.29.0",
34-
"@babel/runtime-corejs3": "^7.29.0",
33+
"@babel/preset-env": "^7.29.2",
34+
"@babel/runtime-corejs3": "^7.29.2",
3535
"@mpxjs/babel-plugin-inject-page-events": "^2.9.0",
3636
"@mpxjs/eslint-config-ts": "^1.0.5",
3737
"@mpxjs/mpx-cli-service": "^2.2.15",

demo/uni-app-webpack-tailwindcss-v4/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
"@dcloudio/uni-stacktracey": "2.0.2-4080720251210002",
7676
"@dcloudio/uni-stat": "2.0.2-4080720251210002",
7777
"@vue/shared": "^3.5.30",
78-
"core-js": "^3.48.0",
78+
"core-js": "^3.49.0",
7979
"flyio": "^0.6.2",
8080
"vue": "^2.7.16",
8181
"vue-class-component": "^7.2.6",

demo/uni-app-webpack5/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
"@dcloudio/uni-stacktracey": "2.0.2-4080720251210002",
8080
"@dcloudio/uni-stat": "2.0.2-4080720251210002",
8181
"@vue/shared": "^3.5.30",
82-
"core-js": "^3.48.0",
82+
"core-js": "^3.49.0",
8383
"flyio": "^0.6.2",
8484
"regenerator-runtime": "^0.14.1",
8585
"vue": "2.6.14",

demo/uni-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"@dcloudio/uni-stat": "2.0.2-4080720251210002",
7979
"@vant/weapp": "^1.11.4",
8080
"@vue/shared": "^3.5.30",
81-
"core-js": "^3.48.0",
81+
"core-js": "^3.49.0",
8282
"flyio": "^0.6.2",
8383
"regenerator-runtime": "^0.14.1",
8484
"uview-ui": "2.0.38",

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@
147147
"@eslint/config-inspector": "^1.5.0",
148148
"@icebreakers/changelog-github": "^0.2.2",
149149
"@icebreakers/commitlint-config": "^1.2.12",
150-
"@icebreakers/eslint-config": "^1.6.30",
150+
"@icebreakers/eslint-config": "^1.6.31",
151151
"@icebreakers/monorepo": "^3.2.17",
152-
"@icebreakers/stylelint-config": "^2.0.5",
152+
"@icebreakers/stylelint-config": "^2.0.6",
153153
"@swc/core": "^1.15.18",
154154
"@tailwindcss/postcss": "catalog:tailwindcss4",
155155
"@tailwindcss/vite": "catalog:tailwindcss4",

packages/babel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"lint:fix": "eslint . --fix"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "~7.29.0",
37+
"@babel/parser": "~7.29.2",
3838
"@babel/traverse": "~7.29.0",
3939
"@babel/types": "~7.29.0"
4040
},

packages/weapp-tailwindcss/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
},
193193
"dependencies": {
194194
"@ast-core/escape": "~1.0.1",
195-
"@babel/parser": "~7.29.0",
195+
"@babel/parser": "~7.29.2",
196196
"@babel/traverse": "~7.29.0",
197197
"@babel/types": "~7.29.0",
198198
"@tailwindcss-mangle/config": "^6.1.3",

0 commit comments

Comments
 (0)