Skip to content

Commit

Permalink
Update babel monorepo
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 18, 2023
1 parent 6923a15 commit e809692
Show file tree
Hide file tree
Showing 3 changed files with 732 additions and 645 deletions.
8 changes: 4 additions & 4 deletions packages/bento-design-system/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
"ts-pattern": "3.3.5"
},
"devDependencies": {
"@babel/core": "7.22.11",
"@babel/preset-env": "7.22.14",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.11",
"@babel/core": "7.22.20",
"@babel/preset-env": "7.22.20",
"@babel/preset-react": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@phosphor-icons/react": "2.0.10",
"@react-types/breadcrumbs": "3.6.1",
"@react-types/button": "3.7.4",
Expand Down
14 changes: 7 additions & 7 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
"prettier-write": "prettier --parser=typescript \"src/**/*.{ts,tsx}\" --write"
},
"dependencies": {
"@babel/core": "7.22.11",
"@babel/generator": "7.22.10",
"@babel/parser": "7.22.14",
"@babel/preset-typescript": "7.22.11",
"@babel/standalone": "7.22.14",
"@babel/traverse": "7.22.11",
"@babel/core": "7.22.20",
"@babel/generator": "7.22.15",
"@babel/parser": "7.22.16",
"@babel/preset-typescript": "7.22.15",
"@babel/standalone": "7.22.20",
"@babel/traverse": "7.22.20",
"@buildo/bento-design-system": "workspace:*",
"@docusaurus/core": "2.0.1",
"@docusaurus/preset-classic": "2.0.1",
Expand All @@ -47,7 +47,7 @@
"react-markdown": "8.0.7"
},
"devDependencies": {
"@babel/types": "7.22.11",
"@babel/types": "7.22.19",
"@docusaurus/module-type-aliases": "2.0.1",
"@docusaurus/theme-classic": "2.0.1",
"@docusaurus/theme-live-codeblock": "2.0.1",
Expand Down
Loading

0 comments on commit e809692

Please sign in to comment.