-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: remove vulnerable dependencies from Jira app (#9055)
* chore: remove vulnerable dependencies from Jira app * fix css issues related to forma migration * set max width for issue list and fix unique key warning * chore: remove vulnerable dependencies from Jira app * fix css issues related to forma migration * set max width for issue list and fix unique key warning * update import.meta logic * update vars in package.json to prefix with VITE * variable change logic for node env * regenerate package lock --------- Co-authored-by: Sarah Lessner <sarah.lessner@contentful.com>
- Loading branch information
1 parent
f0372bb
commit 7ed3195
Showing
21 changed files
with
4,453 additions
and
32,977 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<title>Jira Software</title> | ||
</head> | ||
<body> | ||
<div id="root"></div> | ||
<script type="module" src="./src/index.tsx"></script> | ||
</body> | ||
</html> |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.