@storybook-tiny/webcomponent 1.1.1 → 1.1.2

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/README.md +1 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -10,7 +10,7 @@ initial setup:
10
10
  # add to your project
11
11
  npm i -D @storybook-tiny/webcomponent
12
12
 
13
- # install storybook template with npm
13
+ # install storybook template auto-detecting your package-manager
14
14
  npx storybook-tiny
15
15
  # or with pnpm
16
16
  npx storybook-tiny -p pnpm
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@storybook-tiny/webcomponent",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "A tiny storybook for webcompoments",
5
5
  "keywords": [
6
6
  "storybook",
@@ -34,13 +34,13 @@
34
34
  ],
35
35
  "dependencies": {
36
36
  "mi-element": "^0.1.0",
37
- "@storybook-tiny/setup": "1.0.0"
37
+ "@storybook-tiny/setup": "1.0.1"
38
38
  },
39
39
  "devDependencies": {
40
- "@eslint/js": "^9.9.0",
41
- "eslint": "^9.9.0",
40
+ "@eslint/js": "^9.9.1",
41
+ "eslint": "^9.9.1",
42
42
  "globals": "^15.9.0",
43
- "vite": "^5.4.1"
43
+ "vite": "^5.4.2"
44
44
  },
45
45
  "engines": {
46
46
  "node": ">=20.0.0"