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: 3846masa/babel-plugin-polyfill-custom
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2e1258f1885c4befb8f90e43daadfd7ff63632c0
Choose a base ref
..
head repository: 3846masa/babel-plugin-polyfill-custom
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1bdf1f8ae600b79afaf7c0a0301e66de2fa92802
Choose a head ref
Showing with 251 additions and 193 deletions.
  1. +4 −4 package.json
  2. +247 −189 pnpm-lock.yaml
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -39,8 +39,8 @@
"semver": "7.6.2"
},
"devDependencies": {
"@3846masa/configs": "github:3846masa/configs#df0a59cd1af70925873486970a38bd034f5a263a",
"@babel/core": "7.24.5",
"@3846masa/configs": "github:3846masa/configs#fd06acbb8ade9d120b4d21df019144715d0b29a9",
"@babel/core": "7.24.6",
"@jest/globals": "29.7.0",
"@semantic-release/changelog": "6.0.3",
"@semantic-release/commit-analyzer": "12.0.0",
@@ -56,13 +56,13 @@
"dedent": "1.5.3",
"jest": "29.7.0",
"semantic-release": "23.1.1",
"ts-jest": "29.1.3",
"ts-jest": "29.1.4",
"typescript": "5.4.5"
},
"peerDependencies": {
"@babel/core": ">=7.0.0"
},
"packageManager": "pnpm@9.1.2",
"packageManager": "pnpm@9.1.3",
"pnpm": {
"patchedDependencies": {
"@semantic-release/git@10.0.1": "patches/@semantic-release__git@10.0.1.patch"
Loading