@vverchonov/web-components 0.1.6 → 0.1.7

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 +10 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vverchonov/web-components",
3
- "version": "0.1.6",
3
+ "version": "0.1.7",
4
4
  "type": "module",
5
5
  "publishConfig": {
6
6
  "access": "public"
@@ -8,7 +8,9 @@
8
8
  "scripts": {
9
9
  "dev": "vite",
10
10
  "build": "vite build",
11
- "preview": "vite preview"
11
+ "preview": "vite preview",
12
+ "test": "vitest",
13
+ "test:run": "vitest run"
12
14
  },
13
15
  "sideEffects": [
14
16
  "./dist/web-components.js",
@@ -157,15 +159,19 @@
157
159
  },
158
160
  "devDependencies": {
159
161
  "@tailwindcss/vite": "^4.2.1",
160
- "lit": "^3.0.0",
162
+ "@testing-library/react": "^16.3.2",
163
+ "@testing-library/user-event": "^14.6.1",
161
164
  "@types/react": "^19.2.14",
162
165
  "esbuild": "^0.27.3",
166
+ "jsdom": "^28.1.0",
167
+ "lit": "^3.0.0",
163
168
  "react": "^19.2.4",
164
169
  "tailwindcss": "^4.2.1",
165
170
  "typescript": "~5.9.3",
166
171
  "vite": "^8.0.0-beta.13",
167
172
  "vite-plugin-dts": "^4.5.4",
168
- "vite-plugin-swc-transform": "^1.1.1"
173
+ "vite-plugin-swc-transform": "^1.1.1",
174
+ "vitest": "^4.0.18"
169
175
  },
170
176
  "overrides": {
171
177
  "vite": "^8.0.0-beta.13"