Skip to content

Commit

Permalink
fix(deps): update babel monorepo to v7.24.7 (#13929)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 839f7e4 commit d4baf5e
Show file tree
Hide file tree
Showing 6 changed files with 91 additions and 1,512 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"doc": "docs"
},
"dependencies": {
"@babel/core": "7.24.5",
"@babel/core": "7.24.7",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"babel-plugin-polyfill-corejs2": "0.4.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"test": "vitest run"
},
"dependencies": {
"@babel/eslint-parser": "7.24.5",
"@babel/eslint-parser": "7.24.7",
"@typescript-eslint/eslint-plugin": "7.8.0",
"@typescript-eslint/parser": "7.8.0",
"eslint": "8.57.0",
Expand Down
6 changes: 3 additions & 3 deletions packages/unlock-js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
"ethers": "5.7.2"
},
"devDependencies": {
"@babel/cli": "7.24.6",
"@babel/core": "7.24.6",
"@babel/preset-env": "7.24.6",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/preset-env": "7.24.7",
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/typescript": "4.0.7",
"@graphql-codegen/typescript-graphql-request": "6.2.0",
Expand Down
2 changes: 1 addition & 1 deletion unlock-protocol-com/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"version": "0.1.0",
"private": true,
"dependencies": {
"@babel/core": "7.24.5",
"@babel/core": "7.24.7",
"@headlessui/react": "1.7.19",
"@observablehq/plot": "0.6.14",
"@radix-ui/react-avatar": "1.0.4",
Expand Down
10 changes: 5 additions & 5 deletions wedlocks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
"description": "The email server for Unlock",
"main": "src/server.js",
"dependencies": {
"@babel/cli": "7.24.5",
"@babel/core": "7.24.5",
"@babel/node": "7.24.6",
"@babel/preset-env": "7.24.5",
"@babel/cli": "7.24.7",
"@babel/core": "7.24.7",
"@babel/node": "7.24.7",
"@babel/preset-env": "7.24.7",
"@typescript-eslint/parser": "7.12.0",
"@unlock-protocol/eslint-config": "workspace:./packages/eslint-config",
"babel-loader": "9.1.3",
Expand All @@ -33,7 +33,7 @@
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/plugin-transform-runtime": "7.24.7",
"regenerator-runtime": "0.14.1",
"vitest": "1.6.0"
}
Expand Down
Loading

0 comments on commit d4baf5e

Please sign in to comment.