Skip to content

Commit

Permalink
chore(deps): update babel monorepo (#1801)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 17, 2025
1 parent 16a62b8 commit 87a3ad5
Show file tree
Hide file tree
Showing 15 changed files with 294 additions and 294 deletions.
4 changes: 2 additions & 2 deletions fixtures/babel-component-extracted/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@compiled/babel-plugin": "*",
"@compiled/babel-plugin-strip-runtime": "*"
Expand Down
4 changes: 2 additions & 2 deletions fixtures/babel-component/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
},
"devDependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/preset-env": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@compiled/babel-plugin": "*"
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"dependencies": {},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@changesets/cli": "^2.26.2",
Expand Down
10 changes: 5 additions & 5 deletions packages/babel-plugin-strip-runtime/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"src"
],
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/helper-plugin-utils": "^7.25.9",
"@babel/template": "^7.25.9",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@babel/core": "^7.26.9",
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/template": "^7.26.9",
"@babel/traverse": "^7.26.9",
"@babel/types": "^7.26.9",
"@compiled/css": "^0.19.0",
"@compiled/utils": "^0.13.1"
},
Expand Down
16 changes: 8 additions & 8 deletions packages/babel-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,15 @@
"src"
],
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/helper-plugin-utils": "^7.25.9",
"@babel/parser": "^7.26.3",
"@babel/core": "^7.26.9",
"@babel/generator": "^7.26.9",
"@babel/helper-plugin-utils": "^7.26.5",
"@babel/parser": "^7.26.9",
"@babel/plugin-syntax-jsx": "^7.25.9",
"@babel/plugin-transform-flow-strip-types": "^7.25.9",
"@babel/template": "^7.25.9",
"@babel/traverse": "^7.26.4",
"@babel/types": "^7.26.3",
"@babel/plugin-transform-flow-strip-types": "^7.26.5",
"@babel/template": "^7.26.9",
"@babel/traverse": "^7.26.9",
"@babel/types": "^7.26.9",
"@compiled/css": "^0.19.0",
"@compiled/utils": "^0.13.1",
"@emotion/is-prop-valid": "^1.2.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/parcel-optimizer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"posthtml-insert-at": "^0.2.7"
},
"devDependencies": {
"@babel/types": "^7.26.3",
"@babel/types": "^7.26.9",
"@parcel/core": "^2.8.3",
"@parcel/fs": "^2.8.3",
"@parcel/types": "^2.8.3",
Expand Down
4 changes: 2 additions & 2 deletions packages/parcel-transformer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"src"
],
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/generator": "^7.26.3",
"@babel/core": "^7.26.9",
"@babel/generator": "^7.26.9",
"@compiled/babel-plugin": "^0.36.0",
"@compiled/babel-plugin-strip-runtime": "^0.36.0",
"@compiled/utils": "^0.13.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"source-map": "^0.7.4"
},
"devDependencies": {
"@babel/traverse": "^7.26.4",
"@babel/traverse": "^7.26.9",
"@types/convert-source-map": "^1.5.2"
}
}
4 changes: 2 additions & 2 deletions packages/webpack-loader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"src"
],
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/parser": "^7.26.3",
"@babel/core": "^7.26.9",
"@babel/parser": "^7.26.9",
"@compiled/babel-plugin": "^0.36.0",
"@compiled/babel-plugin-strip-runtime": "^0.36.0",
"@compiled/css": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"start:landing": "cd packages/landing && yarn start"
},
"dependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-env": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"prettier": "^3.2.5",
Expand Down
2 changes: 1 addition & 1 deletion website/packages/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"start": "webpack serve"
},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-typescript": "^7.26.0",
"@compiled/babel-plugin": "latest",
"@compiled/react": "latest",
Expand Down
2 changes: 1 addition & 1 deletion website/packages/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"dependencies": {
"@babel/cli": "^7.26.4",
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@compiled/babel-plugin": "latest",
Expand Down
2 changes: 1 addition & 1 deletion website/packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"source": "./src/index.ts",
"scripts": {},
"dependencies": {
"@babel/core": "^7.26.0",
"@babel/core": "^7.26.9",
"@babel/preset-react": "^7.26.3",
"@babel/preset-typescript": "^7.26.0",
"@compiled/babel-plugin": "latest",
Expand Down
Loading

0 comments on commit 87a3ad5

Please sign in to comment.