Skip to content

Commit 55274ef

Browse files
committed
Add styles as devDependencies
1 parent 77aba36 commit 55274ef

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/fluent-theme/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@
6161
"start:tsup": "npm run build:tsup -- --watch"
6262
},
6363
"localDependencies": {
64+
"@msinternal/botframework-webchat-styles": "development",
6465
"@msinternal/botframework-webchat-tsconfig": "development",
6566
"botframework-webchat": "production"
6667
},
@@ -75,7 +76,8 @@
7576
]
7677
},
7778
"devDependencies": {
78-
"@msinternal/botframework-webchat-tsconfig": "^0.0.0-0",
79+
"@msinternal/botframework-webchat-styles": "0.0.0-0",
80+
"@msinternal/botframework-webchat-tsconfig": "0.0.0-0",
7981
"@types/math-random": "^1.0.2",
8082
"@types/node": "^24.1.0",
8183
"tsup": "^8.5.0",

0 commit comments

Comments
 (0)