Skip to content

Commit 3d21a8c

Browse files
committed
chore: bump babel from 7.28.6 to 7.29.0
1 parent 8643f23 commit 3d21a8c

7 files changed

Lines changed: 227 additions & 179 deletions

File tree

.changeset/nice-singers-attend.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
"weapp-tailwindcss": patch
3+
"@weapp-tailwindcss/babel": patch
4+
---
5+
6+
chore: bump babel from 7.28.6 to 7.29.0

apps/react-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"babel-plugin-react-compiler": "^1.0.0",
3333
"eslint": "^9.39.2",
3434
"eslint-plugin-react-hooks": "^7.0.1",
35-
"eslint-plugin-react-refresh": "^0.4.26",
35+
"eslint-plugin-react-refresh": "^0.5.0",
3636
"globals": "^17.3.0",
3737
"tailwindcss": "^4.1.18",
3838
"tw-animate-css": "^1.4.0",

demo/uni-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
"@vue/cli-service": "~5.0.8",
107107
"@weapp-tailwindcss/merge-v3": "workspace:*",
108108
"@weapp-tailwindcss/variants-v3": "workspace:*",
109-
"autoprefixer": "10.4.23",
109+
"autoprefixer": "10.4.24",
110110
"babel-plugin-import": "^1.13.8",
111111
"cross-env": "^7.0.3",
112112
"jest": "^25.5.4",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@
118118
"devDependencies": {
119119
"@ampproject/remapping": "^2.3.0",
120120
"@babel/core": "catalog:babelCore7285",
121-
"@babel/generator": "~7.28.6",
121+
"@babel/generator": "~7.29.0",
122122
"@changesets/changelog-github": "^0.5.2",
123123
"@changesets/cli": "^2.29.8",
124124
"@commitlint/cli": "^20.4.0",

packages/babel/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"lint:fix": "eslint . --fix"
3535
},
3636
"dependencies": {
37-
"@babel/parser": "~7.28.6",
38-
"@babel/traverse": "~7.28.6",
39-
"@babel/types": "~7.28.6"
37+
"@babel/parser": "~7.29.0",
38+
"@babel/traverse": "~7.29.0",
39+
"@babel/types": "~7.29.0"
4040
},
4141
"publishConfig": {
4242
"exports": {

packages/weapp-tailwindcss/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,9 +188,9 @@
188188
},
189189
"dependencies": {
190190
"@ast-core/escape": "~1.0.1",
191-
"@babel/parser": "~7.28.6",
192-
"@babel/traverse": "~7.28.6",
193-
"@babel/types": "~7.28.6",
191+
"@babel/parser": "~7.29.0",
192+
"@babel/traverse": "~7.29.0",
193+
"@babel/types": "~7.29.0",
194194
"@tailwindcss-mangle/config": "^6.1.0",
195195
"@vue/compiler-dom": "catalog:vue3",
196196
"@vue/compiler-sfc": "catalog:vue3",

0 commit comments

Comments
 (0)