Skip to content

Commit

Permalink
Update babel monorepo to v7.25.7 (#5304)
Browse files Browse the repository at this point in the history
Co-authored-by: hash-worker[bot] <180894564+hash-worker[bot]@users.noreply.github.com>
  • Loading branch information
hash-worker[bot] authored Oct 12, 2024
1 parent fc88149 commit 1a7795c
Show file tree
Hide file tree
Showing 5 changed files with 698 additions and 710 deletions.
4 changes: 2 additions & 2 deletions apps/hashdotdesign/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
"storybook": "storybook dev -p 6006"
},
"devDependencies": {
"@babel/preset-env": "7.25.4",
"@babel/preset-typescript": "7.24.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-typescript": "7.25.7",
"@hashintel/block-design-system": "0.0.2",
"@hashintel/design-system": "0.0.8",
"@local/eslint-config": "0.0.0-private",
Expand Down
2 changes: 1 addition & 1 deletion apps/hashdotdev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"unist-util-visit": "4.1.2"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/core": "7.25.7",
"@local/eslint-config": "0.0.0-private",
"@local/tsconfig": "0.0.0-private",
"@types/d3": "7.4.3",
Expand Down
8 changes: 4 additions & 4 deletions apps/plugin-browser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
"ws": "8.18.0"
},
"devDependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/core": "7.25.7",
"@babel/eslint-parser": "7.25.7",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/preset-env": "7.25.4",
"@babel/preset-react": "7.24.7",
"@babel/preset-env": "7.25.7",
"@babel/preset-react": "7.25.7",
"@blockprotocol/core": "0.1.3",
"@graphql-codegen/cli": "5.0.3",
"@local/eslint-config": "0.0.0-private",
Expand Down
6 changes: 3 additions & 3 deletions libs/@local/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
"lint:eslint": "eslint --report-unused-disable-directives ."
},
"dependencies": {
"@babel/core": "7.25.2",
"@babel/eslint-parser": "7.25.1",
"@babel/preset-react": "7.24.7",
"@babel/core": "7.25.7",
"@babel/eslint-parser": "7.25.7",
"@babel/preset-react": "7.25.7",
"@typescript-eslint/eslint-plugin": "7.2.0",
"@typescript-eslint/parser": "7.2.0",
"eslint": "8.57.0",
Expand Down
Loading

0 comments on commit 1a7795c

Please sign in to comment.