Skip to content

Commit

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

* chore: add changeset renovate-4696b26

---------

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 Aug 10, 2023
1 parent 822da26 commit 1ecd950
Show file tree
Hide file tree
Showing 6 changed files with 667 additions and 609 deletions.
11 changes: 11 additions & 0 deletions .changeset/renovate-4696b26.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@ultraviolet/form': patch
'@ultraviolet/icons': patch
'@ultraviolet/ui': patch
---

Updated dependency `@babel/core` to `7.22.10`.
Updated dependency `@babel/runtime` to `7.22.10`.
Updated dependency `@babel/eslint-parser` to `7.22.10`.
Updated dependency `@babel/plugin-transform-runtime` to `7.22.10`.
Updated dependency `@babel/preset-env` to `7.22.10`.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,14 @@
}
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/eslint-parser": "7.22.9",
"@babel/core": "7.22.10",
"@babel/eslint-parser": "7.22.10",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.9",
"@babel/preset-env": "7.22.9",
"@babel/plugin-transform-runtime": "7.22.10",
"@babel/preset-env": "7.22.10",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.6",
"@babel/runtime": "7.22.10",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.2",
"@commitlint/cli": "17.6.7",
Expand Down
4 changes: 2 additions & 2 deletions packages/form/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
"react-dom": "18.x"
},
"devDependencies": {
"@babel/core": "7.22.9",
"@babel/core": "7.22.10",
"@types/final-form-focus": "1.1.3",
"@types/react": "18.2.8",
"@types/react-dom": "18.2.4",
"react": "18.2.0",
"react-dom": "18.2.0"
},
"dependencies": {
"@babel/runtime": "7.22.6",
"@babel/runtime": "7.22.10",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
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.9",
"@babel/core": "7.22.10",
"@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.9",
"@babel/core": "7.22.10",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand Down
Loading

0 comments on commit 1ecd950

Please sign in to comment.