Skip to content

Commit

Permalink
chore: Add rule for automatic rebasing root package.json
Browse files Browse the repository at this point in the history
Signed-off-by: RomanNikitenko <rnikiten@redhat.com>
  • Loading branch information
RomanNikitenko committed Dec 7, 2024
1 parent 6896e95 commit f5fa8c5
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .rebase/add/code/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,13 @@
"devDependencies": {
"@types/ws": "8.2.0",
"@types/js-yaml": "^4.0.5"
},
"overrides": {
"@gulp-sourcemaps/identity-map": {
"postcss": "8.4.33"
},
"npm-run-all": {
"cross-spawn": "7.0.6"
}
}
}
}

0 comments on commit f5fa8c5

Please sign in to comment.