Skip to content

Commit 6a8dae5

Browse files
author
Ben Grynhaus
committed
[Core] Added classnames package (bundleded dependency)
1 parent 789e6e7 commit 6a8dae5

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

libs/core/package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@
66
"deleteDestPath": true,
77
"whitelistedNonPeerDependencies": [
88
"tslib",
9-
"css-to-style"
9+
"css-to-style",
10+
"classnames",
1011
],
1112
"lib": {
1213
"languageLevel": [
@@ -56,9 +57,11 @@
5657
"react": "^16.4.1"
5758
},
5859
"dependencies": {
59-
"css-to-style": "^1.2.0"
60+
"css-to-style": "^1.2.0",
61+
"classnames": "^2.2.6",
6062
},
6163
"bundledDependencies": [
62-
"css-to-style"
64+
"css-to-style",
65+
"classnames",
6366
]
6467
}

package-lock.json

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

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,14 @@
9292
"@ngrx/schematics": "6.0.1",
9393
"@nrwl/nx": "^6.2.0",
9494
"@nrwl/schematics": "^6.2.0",
95+
"@types/classnames": "^2.2.6",
9596
"@types/css-to-style": "^1.2.0",
9697
"@types/jasmine": "~2.8.6",
9798
"@types/jasminewd2": "~2.0.3",
9899
"@types/node": "~10.5.5",
99100
"@types/react": "^16.4.7",
100101
"@types/react-dom": "^16.0.6",
102+
"classnames": "^2.2.6",
101103
"codelyzer": "~4.4.2",
102104
"copyfiles": "^2.0.0",
103105
"css-to-style": "^1.2.0",

0 commit comments

Comments
 (0)