Skip to content

Commit cbc8d3e

Browse files
committed
bump seroval and remove plugins from build output
1 parent b0862d3 commit cbc8d3e

File tree

5 files changed

+20
-15
lines changed

5 files changed

+20
-15
lines changed

.changeset/witty-files-hug.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"solid-js": patch
3+
---
4+
5+
remove seroval plugins from build output

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
"rollup": "^3.7.5",
4949
"rollup-plugin-cleanup": "^3.2.1",
5050
"rollup-plugin-copy": "^3.4.0",
51-
"seroval": "^1.0.2",
51+
"seroval": "^1.0.3",
5252
"simple-git-hooks": "^2.8.1",
5353
"symlink-dir": "^5.0.1",
5454
"tsconfig-replace-paths": "^0.0.11",

packages/solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,6 @@
236236
],
237237
"dependencies": {
238238
"csstype": "^3.1.0",
239-
"seroval": "^1.0.2"
239+
"seroval": "^1.0.3"
240240
}
241241
}

packages/solid/rollup.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export default [
154154
format: "es"
155155
}
156156
],
157-
external: ["solid-js", "stream", "seroval"],
157+
external: ["solid-js", "stream", "seroval", "seroval-plugins/web"],
158158
plugins
159159
},
160160
{

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)