@alextheman/components 6.9.0 → 6.10.0

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": "@alextheman/components",
3
- "version": "6.9.0",
3
+ "version": "6.10.0",
4
4
  "description": "A package containing common React components used across my projects.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -20,7 +20,7 @@
20
20
  "dist"
21
21
  ],
22
22
  "dependencies": {
23
- "@alextheman/utility": "^5.6.3",
23
+ "@alextheman/utility": "^5.7.0",
24
24
  "@tanstack/react-form": "^1.28.5",
25
25
  "common-tags": "^1.8.2",
26
26
  "react-icons": "^5.6.0",
@@ -28,26 +28,26 @@
28
28
  "zod": "^4.3.6"
29
29
  },
30
30
  "devDependencies": {
31
- "@alextheman/eslint-plugin": "^5.10.2",
31
+ "@alextheman/eslint-plugin": "^5.10.4",
32
32
  "@emotion/react": "^11.14.0",
33
33
  "@emotion/styled": "^11.14.1",
34
34
  "@mui/material": "^7.3.9",
35
35
  "@playwright/test": "^1.58.2",
36
- "@storybook/addon-docs": "^10.3.1",
37
- "@storybook/addon-vitest": "^10.3.1",
38
- "@storybook/react-vite": "^10.3.1",
36
+ "@storybook/addon-docs": "^10.3.3",
37
+ "@storybook/addon-vitest": "^10.3.3",
38
+ "@storybook/react-vite": "^10.3.3",
39
39
  "@types/common-tags": "^1.8.4",
40
40
  "@types/node": "^25.5.0",
41
41
  "@types/react": "^19.2.14",
42
42
  "@types/react-dom": "^19.2.3",
43
- "@typescript-eslint/types": "^8.57.1",
44
- "@vitest/browser-playwright": "^4.1.0",
45
- "@vitest/coverage-v8": "^4.1.0",
43
+ "@typescript-eslint/types": "^8.57.2",
44
+ "@vitest/browser-playwright": "^4.1.2",
45
+ "@vitest/coverage-v8": "^4.1.2",
46
46
  "alex-c-line": "^2.3.0",
47
47
  "dotenv-cli": "^11.0.0",
48
48
  "esbuild": "^0.27.4",
49
49
  "eslint": "^10.1.0",
50
- "eslint-plugin-storybook": "^10.3.1",
50
+ "eslint-plugin-storybook": "^10.3.3",
51
51
  "execa": "^9.6.1",
52
52
  "globals": "^17.4.0",
53
53
  "husky": "^9.1.7",
@@ -56,15 +56,15 @@
56
56
  "react": "^19.2.4",
57
57
  "react-docgen-typescript": "^2.4.0",
58
58
  "react-dom": "^19.2.4",
59
- "react-hook-form": "^7.71.2",
60
- "react-router-dom": "^7.13.1",
61
- "storybook": "^10.3.1",
59
+ "react-hook-form": "^7.72.0",
60
+ "react-router-dom": "^7.13.2",
61
+ "storybook": "^10.3.3",
62
62
  "styled-components": "^6.3.12",
63
63
  "tempy": "^3.2.0",
64
- "tsdown": "^0.21.4",
64
+ "tsdown": "^0.21.6",
65
65
  "typescript": "^5.9.3",
66
- "typescript-eslint": "^8.57.1",
67
- "vitest": "^4.1.0"
66
+ "typescript-eslint": "^8.57.2",
67
+ "vitest": "^4.1.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "@emotion/react": ">=11.0.0",
@@ -103,7 +103,7 @@
103
103
  "prepare-local-eslint-plugin": "dotenv -e .env -- sh -c 'ESLINT_PLUGIN_PATH=${LOCAL_ESLINT_PLUGIN_PATH:-../eslint-plugin}; pnpm --prefix \"$ESLINT_PLUGIN_PATH\" run build && pnpm uninstall @alextheman/eslint-plugin && pnpm install --save-dev file:\"$ESLINT_PLUGIN_PATH\"'",
104
104
  "prepare-local-utility": "dotenv -e .env -- sh -c 'UTILITY_PATH=${LOCAL_UTILITY_PATH:-../utility}; pnpm --prefix \"$UTILITY_PATH\" run build && pnpm uninstall @alextheman/utility && pnpm install file:\"$UTILITY_PATH\"'",
105
105
  "storybook": "storybook dev -p 6006",
106
- "test": "vitest run --project=storybook",
106
+ "test": "vitest run",
107
107
  "test-end-to-end": "playwright test",
108
108
  "test-update-ci-snapshots": "docker run --rm -it -v \"$PWD\":/work -v \"$HOME/.pnpm-store\":/pnpm-store -w /work mcr.microsoft.com/playwright:v1.58.2-jammy bash -lc \"npm i -g pnpm@10.29.3 && pnpm config set store-dir /pnpm-store && pnpm install && pnpm test-update-snapshots\"",
109
109
  "test-update-snapshots": "playwright test --update-snapshots",