Skip to content

Commit df947ad

Browse files
committed
Resolve merge conflicts
1 parent a47f515 commit df947ad

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@
3232
"**/react-dom",
3333
"**/react-syntax-highlighter",
3434
"**/typescript",
35-
"**/webpack"
35+
"**/webpack",
36+
"**/@storybook/builder-webpack5",
37+
"**/@storybook/builder-webpack5/**"
3638
]
3739
},
3840
"engines": {

packages/web-components/fast-element/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@
153153
"ts-node": "^8.9.1",
154154
"tsconfig-paths": "^3.9.0",
155155
"tslib": "^2.4.0",
156-
"typescript": "~4.7.0",
157-
"webpack": "^5.72.0",
158-
"webpack-cli": "^4.9.2"
156+
"typescript": "~4.7.0"
159157
}
160158
}

0 commit comments

Comments
 (0)