Skip to content

Commit c3be957

Browse files
committed
[Icons] Make idiomorph as a devDependency, since it's inlined in dist files (#2935 (comment))
1 parent a5bae94 commit c3be957

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

pnpm-lock.yaml

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

src/LiveComponent/assets/package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@
4444
"@symfony/ux-live-component": "path:%PACKAGE%/dist/live_controller.js"
4545
}
4646
},
47-
"dependencies": {
48-
"idiomorph": "^0.3.0"
49-
},
5047
"peerDependencies": {
5148
"@hotwired/stimulus": "^3.0.0"
5249
},
@@ -56,6 +53,7 @@
5653
"@testing-library/jest-dom": "catalog:",
5754
"@testing-library/user-event": "^13.1.9",
5855
"@types/node-fetch": "^2.6.2",
56+
"idiomorph": "^0.3.0",
5957
"jsdom": "catalog:",
6058
"node-fetch": "^2.6.1",
6159
"tslib": "catalog:",

0 commit comments

Comments
 (0)