Skip to content

Commit aa5d208

Browse files
chore(deps): update babel monorepo to ^7.29.7
1 parent b0dacb1 commit aa5d208

18 files changed

Lines changed: 1654 additions & 1647 deletions

File tree

examples/parcel/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"react-dom": "^18.3.1"
1515
},
1616
"devDependencies": {
17-
"@babel/plugin-proposal-decorators": "^7.25.9",
17+
"@babel/plugin-proposal-decorators": "^7.29.7",
1818
"@compiled/parcel-config": "*",
1919
"@compiled/parcel-transformer": "*",
2020
"@compiled/parcel-transformer-external": "*",

examples/ssr/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"path-to-regexp": "^0.2.5"
1212
},
1313
"dependencies": {
14-
"@babel/helper-builder-react-jsx": "^7.25.9",
14+
"@babel/helper-builder-react-jsx": "^7.29.7",
1515
"@babel/helper-builder-react-jsx-experimental": "^7.12.11",
1616
"@compiled/react": "*",
1717
"express": "4.21.2",

fixtures/babel-component-extracted/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@compiled/react": "*"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.26.4",
14-
"@babel/core": "^7.26.10",
15-
"@babel/preset-env": "^7.26.9",
16-
"@babel/preset-react": "^7.26.3",
13+
"@babel/cli": "^7.29.7",
14+
"@babel/core": "^7.29.7",
15+
"@babel/preset-env": "^7.29.7",
16+
"@babel/preset-react": "^7.29.7",
1717
"@compiled/babel-plugin": "*",
1818
"@compiled/babel-plugin-strip-runtime": "*"
1919
},

fixtures/babel-component/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"@compiled/react": "*"
1111
},
1212
"devDependencies": {
13-
"@babel/cli": "^7.26.4",
14-
"@babel/core": "^7.26.10",
15-
"@babel/preset-env": "^7.26.9",
16-
"@babel/preset-react": "^7.26.3",
13+
"@babel/cli": "^7.29.7",
14+
"@babel/core": "^7.29.7",
15+
"@babel/preset-env": "^7.29.7",
16+
"@babel/preset-react": "^7.29.7",
1717
"@compiled/babel-plugin": "*"
1818
},
1919
"peerDependencies": {

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
}
6060
},
6161
"resolutions": {
62-
"@babel/types": "7.26.10",
62+
"@babel/types": "7.29.7",
6363
"@types/eslint-scope": "*",
6464
"@types/estree": "1.0.5",
6565
"@types/react": "^18.3.1",
@@ -73,9 +73,9 @@
7373
},
7474
"dependencies": {},
7575
"devDependencies": {
76-
"@babel/preset-env": "^7.26.9",
77-
"@babel/preset-react": "^7.26.3",
78-
"@babel/preset-typescript": "^7.26.0",
76+
"@babel/preset-env": "^7.29.7",
77+
"@babel/preset-react": "^7.29.7",
78+
"@babel/preset-typescript": "^7.29.7",
7979
"@changesets/cli": "^2.28.1",
8080
"@compiled-private/module-a": "*",
8181
"@compiled/babel-plugin": "*",

packages/babel-plugin-strip-runtime/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@
1919
"src"
2020
],
2121
"dependencies": {
22-
"@babel/core": "^7.26.10",
23-
"@babel/helper-plugin-utils": "^7.26.5",
24-
"@babel/template": "^7.26.9",
25-
"@babel/traverse": "^7.26.10",
26-
"@babel/types": "^7.26.10",
22+
"@babel/core": "^7.29.7",
23+
"@babel/helper-plugin-utils": "^7.29.7",
24+
"@babel/template": "^7.29.7",
25+
"@babel/traverse": "^7.29.7",
26+
"@babel/types": "^7.29.7",
2727
"@compiled/css": "^1.0.0",
2828
"@compiled/utils": "^0.13.1"
2929
},

packages/babel-plugin/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@
1919
"src"
2020
],
2121
"dependencies": {
22-
"@babel/core": "^7.26.10",
23-
"@babel/generator": "^7.26.10",
24-
"@babel/helper-plugin-utils": "^7.26.5",
25-
"@babel/parser": "^7.26.10",
26-
"@babel/plugin-syntax-jsx": "^7.25.9",
27-
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
28-
"@babel/template": "^7.26.9",
29-
"@babel/traverse": "^7.26.10",
30-
"@babel/types": "^7.26.10",
22+
"@babel/core": "^7.29.7",
23+
"@babel/generator": "^7.29.7",
24+
"@babel/helper-plugin-utils": "^7.29.7",
25+
"@babel/parser": "^7.29.7",
26+
"@babel/plugin-syntax-jsx": "^7.29.7",
27+
"@babel/plugin-transform-flow-strip-types": "^7.29.7",
28+
"@babel/template": "^7.29.7",
29+
"@babel/traverse": "^7.29.7",
30+
"@babel/types": "^7.29.7",
3131
"@compiled/css": "^1.0.0",
3232
"@compiled/utils": "^0.13.1",
3333
"@emotion/is-prop-valid": "^1.3.1",

packages/parcel-optimizer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"posthtml-insert-at": "^0.2.7"
2727
},
2828
"devDependencies": {
29-
"@babel/types": "^7.26.10",
29+
"@babel/types": "^7.29.7",
3030
"@parcel/core": "^2.8.3",
3131
"@parcel/fs": "^2.8.3",
3232
"@parcel/types": "^2.8.3",

packages/parcel-transformer/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"src"
2121
],
2222
"dependencies": {
23-
"@babel/core": "^7.26.10",
24-
"@babel/generator": "^7.26.10",
23+
"@babel/core": "^7.29.7",
24+
"@babel/generator": "^7.29.7",
2525
"@compiled/babel-plugin": "^1.0.0",
2626
"@compiled/babel-plugin-strip-runtime": "^1.0.0",
2727
"@compiled/utils": "^0.13.1",

packages/utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"source-map": "^0.7.6"
2424
},
2525
"devDependencies": {
26-
"@babel/traverse": "^7.26.10",
26+
"@babel/traverse": "^7.29.7",
2727
"@types/convert-source-map": "^1.5.2"
2828
}
2929
}

0 commit comments

Comments
 (0)