@elmethis/qwik 1.0.0-alpha.29 → 1.0.0-alpha.30
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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elmethis/qwik",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.30",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -40,27 +40,29 @@
|
|
|
40
40
|
"devDependencies": {
|
|
41
41
|
"@eslint/js": "latest",
|
|
42
42
|
"@qwik.dev/core": "2.0.0-beta.36",
|
|
43
|
-
"@storybook/addon-docs": "^10.4.
|
|
43
|
+
"@storybook/addon-docs": "^10.4.6",
|
|
44
44
|
"@types/lodash-es": "^4.17.12",
|
|
45
45
|
"@types/node": "25.7.0",
|
|
46
46
|
"@vitest/browser-playwright": "^4.1.8",
|
|
47
|
+
"@vitest/coverage-istanbul": "^4.1.8",
|
|
48
|
+
"@vitest/coverage-v8": "^4.1.8",
|
|
47
49
|
"@vitest/ui": "^4.1.8",
|
|
48
50
|
"concurrently": "^10.0.3",
|
|
49
|
-
"eslint": "10.
|
|
51
|
+
"eslint": "10.5.0",
|
|
50
52
|
"eslint-plugin-qwik": "2.0.0-beta.37",
|
|
51
53
|
"globals": "17.6.0",
|
|
52
|
-
"happy-dom": "^20.10.
|
|
54
|
+
"happy-dom": "^20.10.4",
|
|
53
55
|
"np": "^11.2.1",
|
|
54
56
|
"playwright": "^1.60.0",
|
|
55
57
|
"prettier": "3.8.4",
|
|
56
|
-
"storybook": "^10.4.
|
|
58
|
+
"storybook": "^10.4.6",
|
|
57
59
|
"storybook-framework-qwik": "0.6.2--canary.95.25602496384.0",
|
|
58
60
|
"stylelint": "^17.13.0",
|
|
59
61
|
"stylelint-config-css-modules": "^4.6.0",
|
|
60
62
|
"stylelint-config-standard": "^40.0.0",
|
|
61
63
|
"stylelint-value-no-unknown-custom-properties": "^6.1.1",
|
|
62
64
|
"typescript": "5.9.3",
|
|
63
|
-
"typescript-eslint": "8.61.
|
|
65
|
+
"typescript-eslint": "8.61.1",
|
|
64
66
|
"undici": "*",
|
|
65
67
|
"vite": "^7",
|
|
66
68
|
"vite-tsconfig-paths": "^6.1.1",
|
|
@@ -83,7 +85,7 @@
|
|
|
83
85
|
"uuid": "^14.0.0",
|
|
84
86
|
"zod": "^3",
|
|
85
87
|
"zod-to-json-schema": "^3.25.2",
|
|
86
|
-
"@elmethis/core": "^0.
|
|
88
|
+
"@elmethis/core": "^0.14.0"
|
|
87
89
|
},
|
|
88
90
|
"peerDependencies": {
|
|
89
91
|
"@qwik.dev/core": ">=2.0.0-beta.31"
|
|
@@ -102,10 +104,12 @@
|
|
|
102
104
|
"start": "vite --open --mode ssr",
|
|
103
105
|
"test": "pnpm run test.unit && pnpm run test.browser",
|
|
104
106
|
"test.unit": "vitest --run",
|
|
107
|
+
"test.coverage": "vitest --run --coverage",
|
|
105
108
|
"test.browser": "vitest --run --config vitest.browser.config.ts",
|
|
109
|
+
"test.coverage.browser": "vitest --run --coverage --config vitest.browser.config.ts",
|
|
106
110
|
"test.build": "pnpm run build && pnpm run build-storybook",
|
|
107
|
-
"check": "concurrently -g \"pnpm:fmt.check\" \"pnpm:lint\" \"pnpm:lint.css\" \"pnpm:build.types\"
|
|
108
|
-
"check.ci": "concurrently -g \"pnpm:check\" \"pnpm:test.build\" \"pnpm:test.browser\"",
|
|
111
|
+
"check": "concurrently -g \"pnpm:fmt.check\" \"pnpm:lint\" \"pnpm:lint.css\" \"pnpm:build.types\"",
|
|
112
|
+
"check.ci": "concurrently -g \"pnpm:check\" \"pnpm:test.build\" \"pnpm:test.unit\" \"pnpm:test.browser\"",
|
|
109
113
|
"qwik": "qwik"
|
|
110
114
|
}
|
|
111
115
|
}
|