@lundal/zed-solid 0.0.18 → 0.0.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +0 -5
  2. package/package.json +6 -6
package/dist/index.js CHANGED
@@ -703,11 +703,6 @@ function Link(props) {
703
703
  }
704
704
  });
705
705
  }
706
- /*!
707
- * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
708
- * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
709
- * Copyright 2025 Fonticons, Inc.
710
- */
711
706
  var faCircleXmark = {
712
707
  prefix: "fas",
713
708
  iconName: "circle-xmark",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lundal/zed-solid",
3
- "version": "0.0.18",
3
+ "version": "0.0.19",
4
4
  "license": "LGPL-3.0-or-later",
5
5
  "type": "module",
6
6
  "module": "dist/index.js",
@@ -19,14 +19,14 @@
19
19
  "@fortawesome/free-regular-svg-icons": "7.1.0",
20
20
  "@fortawesome/free-solid-svg-icons": "7.1.0",
21
21
  "@lundal/zed-css": "file:../css",
22
- "@solidjs/router": "0.15.3",
23
- "solid-js": "1.9.9",
24
- "prettier": "3.6.2",
22
+ "@solidjs/router": "0.15.4",
23
+ "solid-js": "1.9.10",
24
+ "prettier": "3.7.1",
25
25
  "typescript": "5.9.3",
26
- "vite": "7.1.10",
26
+ "vite": "7.2.4",
27
27
  "vite-plugin-dts": "4.5.4",
28
28
  "vite-plugin-libcss": "1.1.2",
29
- "vite-plugin-solid": "2.11.9"
29
+ "vite-plugin-solid": "2.11.10"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "@fontsource/inter": "*",