Skip to content

Commit

Permalink
Update dependency @babel/core to v7.19.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 19, 2022
1 parent 4f8b27c commit 9e78e4e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 107 deletions.
2 changes: 1 addition & 1 deletion apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"webpack": "5.74.0"
},
"peerDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.3",
"babel-loader": "8.2.5",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"utils": "workspace:*"
},
"peerDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.3",
"@nhost/core": "0.7.6",
"@nhost/react": "0.12.3",
"autoprefixer": "10.4.12",
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-preset/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"clean": "rm -rf .turbo && rm -rf node_modules"
},
"devDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.3",
"@typescript-eslint/eslint-plugin": "5.40.0",
"@typescript-eslint/parser": "5.40.0",
"eslint": "8.24.0",
Expand All @@ -29,7 +29,7 @@
"typescript": "4.7.4"
},
"peerDependencies": {
"@babel/core": "7.18.13",
"@babel/core": "7.19.3",
"eslint": "8.24.0",
"next": "12.3.1",
"react": "18.2.0",
Expand Down
106 changes: 3 additions & 103 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 9e78e4e

Please sign in to comment.