Skip to content

Commit

Permalink
chore(devdeps): update dependency @babel/core to v7.22.17
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 11, 2023
1 parent 524252e commit aaf9567
Show file tree
Hide file tree
Showing 7 changed files with 512 additions and 639 deletions.
2 changes: 1 addition & 1 deletion examples/next-advanced/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"schema-dts": "1.1.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.22.17",
"@types/node": "18.16.16",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion examples/next-simple/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"schema-dts": "1.1.2"
},
"devDependencies": {
"@babel/core": "7.22.5",
"@babel/core": "7.22.17",
"@types/node": "18.16.16",
"@types/react": "18.2.21",
"next-transpile-modules": "10.0.0",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
}
},
"devDependencies": {
"@babel/core": "7.22.15",
"@babel/core": "7.22.17",
"@babel/eslint-parser": "7.22.15",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-transform-runtime": "7.22.15",
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.15",
"@babel/core": "7.22.17",
"@types/final-form-focus": "1.1.4",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7",
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.15",
"@babel/core": "7.22.17",
"@emotion/babel-plugin": "11.11.0",
"@types/react": "18.2.21",
"@types/react-dom": "18.2.7"
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.15",
"@babel/core": "7.22.17",
"@emotion/babel-plugin": "11.11.0",
"@emotion/react": "11.11.1",
"@emotion/styled": "11.11.0",
Expand Down
Loading

0 comments on commit aaf9567

Please sign in to comment.