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: CrowdStrike/ember-headless-form
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7e11e884479194292cad75d6afa11759ccf41996
Choose a base ref
..
head repository: CrowdStrike/ember-headless-form
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 915040f1d74376cd7f198bbb0778f6731a5ab4a8
Choose a head ref
Showing with 196 additions and 84 deletions.
  1. +1 −1 package.json
  2. +195 −83 pnpm-lock.yaml
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -30,7 +30,7 @@
},
"pnpm": {
"overrides": {
"@types/eslint": "^7.0.0"
"@types/eslint": "^8.0.0"
},
"overrides-notes": {
"@types/eslint": "webpack brings in v8, but we use v7"
Loading