Skip to content

Commit

Permalink
Fix typo in admin override for traverse
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Jan 3, 2024
1 parent 449a858 commit ddf68d3
Show file tree
Hide file tree
Showing 2 changed files with 274 additions and 1 deletion.
273 changes: 273 additions & 0 deletions admin/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion admin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
"typescript": "^4.8.0"
},
"overrides": {
"@babel/traverse@^7.23.2": "7.23.2",
"@babel/traverse@<7.23.2": "7.23.2",
"postcss@<8.4.31": "8.4.31",
"tough-cookie@<4.1.3": "4.1.3"
}
Expand Down

0 comments on commit ddf68d3

Please sign in to comment.