Skip to content

Commit aa7f3a9

Browse files
authored
deps(theming): bump to latest version with bug fixes (#14940)
1 parent f3b10d3 commit aa7f3a9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

package-lock.json

Lines changed: 4 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@types/source-map": "0.5.2",
7575
"express": "^4.21.0",
7676
"fflate": "^0.8.1",
77-
"igniteui-theming": "^14.1.0",
77+
"igniteui-theming": "^14.1.1",
7878
"igniteui-trial-watermark": "^3.0.2",
7979
"lodash-es": "^4.17.21",
8080
"rxjs": "^7.8.0",

tsconfig.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"forceConsistentCasingInFileNames": true,
1313
"esModuleInterop": true,
1414
"target": "ES2022",
15+
"skipLibCheck": true,
1516
"typeRoots": [
1617
"node_modules/@types"
1718
],

0 commit comments

Comments
 (0)