Skip to content

Commit

Permalink
Merge pull request #2548 from myxmaster/babel-7.22.15-upgrade
Browse files Browse the repository at this point in the history
deps: Update babel packages to consistent version 7.22.15
  • Loading branch information
kaloudis authored Nov 20, 2024
2 parents 5e56a7d + 29876e1 commit fb9eeb5
Show file tree
Hide file tree
Showing 2 changed files with 546 additions and 217 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,16 @@
"vm-browserify": "0.0.4"
},
"devDependencies": {
"@babel/core": "7.16.12",
"@babel/plugin-proposal-decorators": "7.3.0",
"@babel/core": "7.22.15",
"@babel/plugin-proposal-decorators": "7.22.15",
"@babel/plugin-proposal-nullish-coalescing-operator": "7.18.6",
"@babel/plugin-proposal-optional-chaining": "7.21.0",
"@babel/plugin-transform-arrow-functions": "7.22.5",
"@babel/plugin-transform-shorthand-properties": "7.22.5",
"@babel/plugin-transform-template-literals": "7.22.5",
"@babel/preset-env": "7.22.9",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.20.0",
"@babel/preset-env": "7.22.15",
"@babel/preset-typescript": "7.22.15",
"@babel/runtime": "7.22.15",
"@react-native/babel-preset": "0.74.84",
"@react-native/eslint-config": "0.74.84",
"@react-native/metro-config": "0.74.84",
Expand Down
Loading

0 comments on commit fb9eeb5

Please sign in to comment.