Skip to content

Commit

Permalink
chore(deps): update dependency @babel/core to v7.20.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jan 1, 2023
1 parent 2a1e839 commit 6f936fa
Show file tree
Hide file tree
Showing 6 changed files with 590 additions and 586 deletions.
2 changes: 1 addition & 1 deletion config/eslint/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "config/eslint"
},
"dependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@babel/eslint-parser": "^7.18.9",
"@babel/plugin-syntax-flow": "^7.16.7",
"@babel/plugin-transform-react-jsx": "^7.17.3",
Expand Down
2 changes: 1 addition & 1 deletion config/jest/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"directory": "config/jest"
},
"dependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@swc/core": "1.3.14",
"@swc/jest": "0.2.24",
"@types/jest": "29.2.4",
Expand Down
2 changes: 1 addition & 1 deletion config/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"directory": "config/prettier"
},
"dependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@emotion/react": "^11.0.0-rc.0",
"@emotion/styled": "^11.8.1",
"@marigold/components": "workspace:*",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"packageManager": "pnpm@7.18.2",
"dependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@changesets/changelog-github": "0.4.8",
"@changesets/cli": "2.26.0",
"@manypkg/get-packages": "1.1.3",
Expand Down
2 changes: 1 addition & 1 deletion packages/system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"react-dom": "16.x || 17.x || 18.x"
},
"devDependencies": {
"@babel/core": "7.20.5",
"@babel/core": "7.20.7",
"@marigold/tsconfig": "workspace:*",
"react": "18.2.0",
"tsup": "6.5.0"
Expand Down
Loading

0 comments on commit 6f936fa

Please sign in to comment.