Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(dev-deps): update babel monorepo #664

Merged
merged 1 commit into from
Dec 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,13 @@
"reduce-reducers": "^1.0.4"
},
"devDependencies": {
"@babel/cli": "7.25.9",
"@babel/cli": "7.26.4",
"@babel/core": "7.26.0",
"@babel/eslint-parser": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.25.9",
"@babel/plugin-transform-modules-commonjs": "7.26.3",
"@babel/plugin-transform-runtime": "7.25.9",
"@babel/preset-env": "7.26.0",
"@babel/preset-react": "7.25.9",
"@babel/preset-react": "7.26.3",
"@babel/register": "7.25.9",
"@babel/runtime": "7.26.0",
"@commitlint/cli": "17.8.1",
Expand Down
36 changes: 24 additions & 12 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/cli@npm:7.25.9":
version: 7.25.9
resolution: "@babel/cli@npm:7.25.9"
"@babel/cli@npm:7.26.4":
version: 7.26.4
resolution: "@babel/cli@npm:7.26.4"
dependencies:
"@jridgewell/trace-mapping": ^0.3.25
"@nicolo-ribaudo/chokidar-2": 2.1.8-no-fsevents.3
Expand All @@ -45,7 +45,7 @@ __metadata:
bin:
babel: ./bin/babel.js
babel-external-helpers: ./bin/babel-external-helpers.js
checksum: e52fb39df804cf272785ec138c47c0a3cda6bd7099520123e987683fd72c0b8d3665512b01b01d38d351e3263e17be3fc6e8dcf01e417b8f052370375b6419d4
checksum: 759814fcb262545f787fad33456ffaef0cf282c6bc6a6fa610acf0f04457c300c0c880737e396e4c0303a9082cc9102123f8018111de5f60474365e32bf70300
languageName: node
linkType: hard

Expand Down Expand Up @@ -1007,7 +1007,19 @@ __metadata:
languageName: node
linkType: hard

"@babel/plugin-transform-modules-commonjs@npm:7.25.9, @babel/plugin-transform-modules-commonjs@npm:^7.25.9":
"@babel/plugin-transform-modules-commonjs@npm:7.26.3":
version: 7.26.3
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.26.3"
dependencies:
"@babel/helper-module-transforms": ^7.26.0
"@babel/helper-plugin-utils": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: 0ac9aa4e5fe9fe34b58ee174881631e5e1c89eee5b1ebfd1147934686be92fc5fbfdc11119f0b607b3743d36a1cbcb7c36f18e0dd4424d6d7b749b1b9a18808a
languageName: node
linkType: hard

"@babel/plugin-transform-modules-commonjs@npm:^7.25.9":
version: 7.25.9
resolution: "@babel/plugin-transform-modules-commonjs@npm:7.25.9"
dependencies:
Expand Down Expand Up @@ -1481,9 +1493,9 @@ __metadata:
languageName: node
linkType: hard

"@babel/preset-react@npm:7.25.9":
version: 7.25.9
resolution: "@babel/preset-react@npm:7.25.9"
"@babel/preset-react@npm:7.26.3":
version: 7.26.3
resolution: "@babel/preset-react@npm:7.26.3"
dependencies:
"@babel/helper-plugin-utils": ^7.25.9
"@babel/helper-validator-option": ^7.25.9
Expand All @@ -1493,7 +1505,7 @@ __metadata:
"@babel/plugin-transform-react-pure-annotations": ^7.25.9
peerDependencies:
"@babel/core": ^7.0.0-0
checksum: b5650c07a744ab4024c04fae002c9043235b4ad8687de8bf759135b9c6186553f4f53fde0a4583ce4c019560b79c176f39c745cdf77645af07071d26d8ba84ce
checksum: 9c76f145026715c8e4a1f6c44f208918e700227d8d8a8068f4ae10d87031d23eb8b483e508cd4452d65066f731b7a8169527e66e83ffe165595e8db7899dd859
languageName: node
linkType: hard

Expand Down Expand Up @@ -8412,13 +8424,13 @@ __metadata:
version: 0.0.0-use.local
resolution: "redux-firestore@workspace:."
dependencies:
"@babel/cli": 7.25.9
"@babel/cli": 7.26.4
"@babel/core": 7.26.0
"@babel/eslint-parser": 7.25.9
"@babel/plugin-transform-modules-commonjs": 7.25.9
"@babel/plugin-transform-modules-commonjs": 7.26.3
"@babel/plugin-transform-runtime": 7.25.9
"@babel/preset-env": 7.26.0
"@babel/preset-react": 7.25.9
"@babel/preset-react": 7.26.3
"@babel/register": 7.25.9
"@babel/runtime": 7.26.0
"@commitlint/cli": 17.8.1
Expand Down
Loading