@silvery/examples 0.5.3 → 0.5.4

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 (1) hide show
  1. package/package.json +2 -2
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@silvery/examples",
3
- "version": "0.5.3",
3
+ "version": "0.5.4",
4
4
  "description": "Example apps and component demos for silvery — npx @silvery/examples <name>",
5
5
  "license": "MIT",
6
6
  "author": "Bjørn Stabell <bjorn@stabell.org>",
@@ -39,7 +39,7 @@
39
39
  "clean": true
40
40
  },
41
41
  "dependencies": {
42
- "silvery": "0.17.1"
42
+ "silvery": "0.17.2"
43
43
  },
44
44
  "engines": {
45
45
  "bun": ">=1.0",