Skip to content

Commit

Permalink
chore(deps): update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent af8f25c commit e59c5f1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@
"createGraph": "yarn --cwd ./packages/cheese run ts-node src/cli/createGraph.ts"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/eslint-parser": "7.16.3",
"@babel/node": "7.16.0",
"@babel/core": "7.19.1",
"@babel/eslint-parser": "7.19.1",
"@babel/node": "7.19.1",
"@babel/preset-env": "^7.16.4",
"@babel/runtime": "7.16.3",
"@babel/runtime": "7.19.0",
"@commitlint/cli": "16.0.1",
"@commitlint/config-conventional": "16.0.0",
"@commitlint/config-lerna-scopes": "16.0.0",
Expand All @@ -60,7 +60,7 @@
"@typescript-eslint/eslint-plugin": "5.4.0",
"@typescript-eslint/parser": "5.4.0",
"babel-jest": "27.3.1",
"babel-loader": "8.2.3",
"babel-loader": "8.2.5",
"babel-preset-expo": "8.5.1",
"chalk": "4.1.2",
"commitlint": "16.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/meat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"yup": "^0.32.11"
},
"devDependencies": {
"@babel/core": "7.16.0",
"@babel/core": "7.19.1",
"@types/react": "17.0.38",
"@types/react-native": "0.66.4",
"expo-yarn-workspaces": "1.6.0",
Expand Down

0 comments on commit e59c5f1

Please sign in to comment.