Skip to content

Commit a441cd4

Browse files
authored
feat(ui): upgrade to angular 16 (#6694)
1 parent 02a6906 commit a441cd4

File tree

77 files changed

+9287
-6853
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+9287
-6853
lines changed

ui/angular.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,26 @@
8080
"node_modules/prismjs/prism.js"
8181
],
8282
"allowedCommonJsDependencies": [
83-
"raven-js",
83+
"@icholy/duration",
84+
"ansi_up",
85+
"dagre-d3",
86+
"diff",
8487
"dragula",
88+
"fast-json-patch",
89+
"jsrsasign",
8590
"js-yaml",
8691
"jsonschema",
87-
"dagre-d3",
88-
"ansi_up",
89-
"fast-json-patch",
92+
"moment",
93+
"!../../../../../../../style-loader/dist/runtime/injectStylesIntoStyleTag.js",
94+
"!../../../../../../../style-loader/dist/runtime/insertBySelector.js",
95+
"!../../../../../../../style-loader/dist/runtime/styleTagTransform.js",
96+
"!../../../../../../../style-loader/dist/runtime/setAttributesWithoutAttributes.js",
97+
"!../../../../../../../style-loader/dist/runtime/styleDomAPI.js",
98+
"!../../../../../../../style-loader/dist/runtime/insertStyleElement.js",
99+
"raven-js",
100+
"rfdc",
101+
"sanitize-html",
102+
"style-loader",
90103
"zxcvbn"
91104
]
92105
},

0 commit comments

Comments
 (0)