Skip to content

Commit 3d6fefd

Browse files
chore(deps): update babel monorepo (#1776)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9988a69 commit 3d6fefd

File tree

17 files changed

+1637
-1850
lines changed

17 files changed

+1637
-1850
lines changed

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": "17.0.2"
1515
},
1616
"devDependencies": {
17-
"@babel/plugin-proposal-decorators": "^7.22.15",
17+
"@babel/plugin-proposal-decorators": "^7.25.9",
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.1.10"
1212
},
1313
"dependencies": {
14-
"@babel/helper-builder-react-jsx": "^7.19.0",
14+
"@babel/helper-builder-react-jsx": "^7.25.9",
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.21.5",
14-
"@babel/core": "^7.21.8",
15-
"@babel/preset-env": "^7.21.5",
16-
"@babel/preset-react": "^7.18.6",
13+
"@babel/cli": "^7.26.4",
14+
"@babel/core": "^7.26.0",
15+
"@babel/preset-env": "^7.26.0",
16+
"@babel/preset-react": "^7.26.3",
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.21.5",
14-
"@babel/core": "^7.21.8",
15-
"@babel/preset-env": "^7.21.5",
16-
"@babel/preset-react": "^7.18.6",
13+
"@babel/cli": "^7.26.4",
14+
"@babel/core": "^7.26.0",
15+
"@babel/preset-env": "^7.26.0",
16+
"@babel/preset-react": "^7.26.3",
1717
"@compiled/babel-plugin": "*"
1818
},
1919
"peerDependencies": {

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,9 +65,9 @@
6565
},
6666
"dependencies": {},
6767
"devDependencies": {
68-
"@babel/preset-env": "^7.21.5",
69-
"@babel/preset-react": "^7.18.6",
70-
"@babel/preset-typescript": "^7.21.5",
68+
"@babel/preset-env": "^7.26.0",
69+
"@babel/preset-react": "^7.26.3",
70+
"@babel/preset-typescript": "^7.26.0",
7171
"@changesets/cli": "^2.26.2",
7272
"@compiled-private/module-a": "*",
7373
"@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.21.8",
23-
"@babel/helper-plugin-utils": "^7.21.5",
24-
"@babel/template": "^7.20.7",
25-
"@babel/traverse": "^7.23.2",
26-
"@babel/types": "^7.21.5",
22+
"@babel/core": "^7.26.0",
23+
"@babel/helper-plugin-utils": "^7.25.9",
24+
"@babel/template": "^7.25.9",
25+
"@babel/traverse": "^7.26.4",
26+
"@babel/types": "^7.26.3",
2727
"@compiled/css": "^0.18.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.21.8",
23-
"@babel/generator": "^7.21.5",
24-
"@babel/helper-plugin-utils": "^7.21.5",
25-
"@babel/parser": "^7.21.8",
26-
"@babel/plugin-syntax-jsx": "^7.21.4",
27-
"@babel/plugin-transform-flow-strip-types": "^7.21.0",
28-
"@babel/template": "^7.20.7",
29-
"@babel/traverse": "^7.23.2",
30-
"@babel/types": "^7.21.5",
22+
"@babel/core": "^7.26.0",
23+
"@babel/generator": "^7.26.3",
24+
"@babel/helper-plugin-utils": "^7.25.9",
25+
"@babel/parser": "^7.26.3",
26+
"@babel/plugin-syntax-jsx": "^7.25.9",
27+
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
28+
"@babel/template": "^7.25.9",
29+
"@babel/traverse": "^7.26.4",
30+
"@babel/types": "^7.26.3",
3131
"@compiled/css": "^0.18.0",
3232
"@compiled/utils": "^0.13.1",
3333
"@emotion/is-prop-valid": "^1.2.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.21.5",
29+
"@babel/types": "^7.26.3",
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.21.8",
24-
"@babel/generator": "^7.21.5",
23+
"@babel/core": "^7.26.0",
24+
"@babel/generator": "^7.26.3",
2525
"@compiled/babel-plugin": "^0.34.0",
2626
"@compiled/babel-plugin-strip-runtime": "^0.33.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.4"
2424
},
2525
"devDependencies": {
26-
"@babel/traverse": "^7.21.5",
26+
"@babel/traverse": "^7.26.4",
2727
"@types/convert-source-map": "^1.5.2"
2828
}
2929
}

0 commit comments

Comments
 (0)