Merge pull request #11282 from kialam/upgrade-d3-to-v7

Upgrade d3 to v7.
This commit is contained in:
kialam
2021-11-04 14:06:23 -07:00
committed by GitHub
3 changed files with 527 additions and 350 deletions

848
awx/ui/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -15,7 +15,7 @@
"axios": "0.22.0",
"babel-plugin-macros": "^3.0.1",
"codemirror": "^5.47.0",
"d3": "6.7.0",
"d3": "7.1.1",
"dagre": "^0.8.4",
"formik": "2.2.9",
"has-ansi": "4.0.0",
@@ -101,6 +101,9 @@
"coveragePathIgnorePatterns": [
"<rootDir>/src/locales",
"index.js"
],
"transformIgnorePatterns": [
"<rootDir>/node_modules/(?!d3)/"
]
}
}