Skip to content

Commit

Permalink
chore(devdeps): update babel monorepo to v7.22.9 (#2755)
Browse files Browse the repository at this point in the history
* chore(devdeps): update babel monorepo to v7.22.9

* chore: add changeset renovate-d233ead

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Scaleway Bot <github@scaleway.com>
  • Loading branch information
renovate[bot] and scaleway-bot authored Jul 25, 2023
1 parent 12bb09c commit 809a7ea
Show file tree
Hide file tree
Showing 6 changed files with 559 additions and 535 deletions.
10 changes: 10 additions & 0 deletions .changeset/renovate-d233ead.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
'@ultraviolet/form': patch
'@ultraviolet/icons': patch
'@ultraviolet/ui': patch
---

Updated dependency `@babel/core` to `7.22.9`.
Updated dependency `@babel/eslint-parser` to `7.22.9`.
Updated dependency `@babel/plugin-transform-runtime` to `7.22.9`.
Updated dependency `@babel/preset-env` to `7.22.9`.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@
}
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/eslint-parser": "7.22.7",
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.7",
"@babel/preset-env": "7.22.7",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "18.x"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.22.9",
"@types/final-form-focus": "1.1.3",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
Expand Down
2 changes: 1 addition & 1 deletion packages/icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.22.9",
"@emotion/babel-plugin": "11.11.0",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"react-dom": "18.2.0"
},
"devDependencies": {
"@babel/core": "7.22.8",
"@babel/core": "7.22.9",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand Down
Loading

0 comments on commit 809a7ea

Please sign in to comment.