Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: HashemKhalifa/webpack-js-boilerplate
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: e38fcbdfcfadd4018cf720ea61f6d630e480a15d
Choose a base ref
..
head repository: HashemKhalifa/webpack-js-boilerplate
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d5776be1ba7f052df828d584f16db81021ef3f4e
Choose a head ref
Showing with 3 additions and 3 deletions.
  1. +3 −3 package.json
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -52,7 +52,7 @@
"babel-core": "7.0.0-bridge.0"
},
"devDependencies": {
"@babel/core": "7.24.1",
"@babel/core": "7.24.3",
"@babel/plugin-proposal-class-properties": "7.18.6",
"@babel/plugin-proposal-decorators": "7.24.1",
"@babel/plugin-proposal-export-namespace-from": "7.18.9",
@@ -62,9 +62,9 @@
"@babel/plugin-proposal-throw-expressions": "7.24.1",
"@babel/plugin-syntax-dynamic-import": "7.8.3",
"@babel/plugin-syntax-import-meta": "7.10.4",
"@babel/plugin-transform-runtime": "7.24.1",
"@babel/plugin-transform-runtime": "7.24.3",
"@babel/polyfill": "7.12.1",
"@babel/preset-env": "7.24.1",
"@babel/preset-env": "7.24.3",
"@babel/register": "7.23.7",
"@babel/runtime": "7.24.1",
"babel-core": "7.0.0-bridge.0",