sunpeak 0.20.21 → 0.20.23

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 (38) hide show
  1. package/dist/chatgpt/index.cjs +1 -1
  2. package/dist/chatgpt/index.js +1 -1
  3. package/dist/claude/index.cjs +1 -1
  4. package/dist/claude/index.js +1 -1
  5. package/dist/index.cjs +1 -1
  6. package/dist/index.js +1 -1
  7. package/dist/inspector/index.cjs +1 -1
  8. package/dist/inspector/index.js +1 -1
  9. package/dist/{inspector-Cpidgtmu.js → inspector-CJNvLoHo.js} +8 -8
  10. package/dist/{inspector-Cpidgtmu.js.map → inspector-CJNvLoHo.js.map} +1 -1
  11. package/dist/{inspector-Dvc7Gi5B.cjs → inspector-DtEighD9.cjs} +8 -8
  12. package/dist/{inspector-Dvc7Gi5B.cjs.map → inspector-DtEighD9.cjs.map} +1 -1
  13. package/dist/style.css +2 -2
  14. package/package.json +9 -9
  15. package/template/dist/albums/albums.html +1 -1
  16. package/template/dist/albums/albums.json +1 -1
  17. package/template/dist/carousel/carousel.html +1 -1
  18. package/template/dist/carousel/carousel.json +1 -1
  19. package/template/dist/map/map.html +1 -1
  20. package/template/dist/map/map.json +1 -1
  21. package/template/dist/review/review.html +1 -1
  22. package/template/dist/review/review.json +1 -1
  23. package/template/node_modules/.bin/playwright +2 -2
  24. package/template/node_modules/.bin/vite +2 -2
  25. package/template/node_modules/.bin/vitest +2 -2
  26. package/template/node_modules/.vite/deps/_metadata.json +4 -4
  27. package/template/node_modules/.vite-mcp/deps/_metadata.json +21 -21
  28. package/template/node_modules/.vite-mcp/deps/vitest.js +8 -8
  29. package/template/node_modules/.vite-mcp/deps/vitest.js.map +1 -1
  30. package/template/package.json +4 -4
  31. package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-chatgpt-darwin.png +0 -0
  32. package/template/tests/e2e/visual.spec.ts-snapshots/albums-dark-chatgpt-linux.png +0 -0
  33. package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-chatgpt-darwin.png +0 -0
  34. package/template/tests/e2e/visual.spec.ts-snapshots/albums-fullscreen-chatgpt-linux.png +0 -0
  35. package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-chatgpt-darwin.png +0 -0
  36. package/template/tests/e2e/visual.spec.ts-snapshots/albums-light-chatgpt-linux.png +0 -0
  37. package/template/tests/e2e/visual.spec.ts-snapshots/albums-page-light-chatgpt-darwin.png +0 -0
  38. package/template/tests/e2e/visual.spec.ts-snapshots/albums-page-light-chatgpt-linux.png +0 -0
@@ -24,21 +24,21 @@
24
24
  "zod": "^4.4.3"
25
25
  },
26
26
  "devDependencies": {
27
- "@playwright/test": "^1.59.1",
27
+ "@playwright/test": "^1.60.0",
28
28
  "@tailwindcss/vite": "^4.3.0",
29
29
  "@testing-library/jest-dom": "^6.9.1",
30
30
  "@testing-library/react": "^16.3.2",
31
31
  "@testing-library/user-event": "^14.6.1",
32
- "@types/node": "^25.6.2",
32
+ "@types/node": "^25.8.0",
33
33
  "@types/react": "^19.2.14",
34
34
  "@types/react-dom": "^19.2.3",
35
- "@vitejs/plugin-react": "^6.0.1",
35
+ "@vitejs/plugin-react": "^6.0.2",
36
36
  "happy-dom": "^20.9.0",
37
37
  "react": "^19.2.6",
38
38
  "react-dom": "^19.2.6",
39
39
  "tailwindcss": "^4.3.0",
40
40
  "typescript": "^5.9.3",
41
- "vite": "^8.0.12",
41
+ "vite": "8.0.12",
42
42
  "vitest": "^4.1.6"
43
43
  }
44
44
  }