@alextheman/components 5.8.0 → 5.8.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alextheman/components",
3
- "version": "5.8.0",
3
+ "version": "5.8.2",
4
4
  "description": "A package containing common React components used across my projects",
5
5
  "repository": {
6
6
  "type": "git",
@@ -17,7 +17,6 @@
17
17
  ],
18
18
  "scripts": {
19
19
  "build": "tsup",
20
- "build-storybook": "storybook build",
21
20
  "change-major": "npm version major -m \"Change version number to v%s\"",
22
21
  "change-minor": "npm version minor -m \"Change version number to v%s\"",
23
22
  "change-patch": "npm version patch -m \"Change version number to v%s\"",
@@ -33,7 +32,7 @@
33
32
  "lint-prettier-javascript": "prettier --check \"./**/*.js\"",
34
33
  "lint-prettier-typescript": "prettier --check --parser typescript \"./**/*.{ts,tsx}\"",
35
34
  "lint-tsc": "tsc --noEmit",
36
- "storybook": "storybook dev -p 6006",
35
+ "prepare": "husky",
37
36
  "test": "echo \"Error: no test specified\" && exit 1",
38
37
  "update-dependencies": "bash -c 'npx npm-check-updates -u \"$@\" && npm install' --",
39
38
  "update-peer-dependencies": "bash -c 'npx npm-check-updates --dep peer -u \"$@\" && npm install' --",
@@ -41,15 +40,15 @@
41
40
  "use-local-eslint-plugin": "npm --prefix ../eslint-plugin run create-local-package && npm uninstall @alextheman/eslint-plugin && npm install --save-dev ../eslint-plugin/alextheman-eslint-plugin-*.tgz"
42
41
  },
43
42
  "dependencies": {
44
- "@alextheman/utility": "^2.15.1",
43
+ "@alextheman/utility": "^2.19.0",
45
44
  "common-tags": "^1.8.2",
46
45
  "react-live": "^4.1.8"
47
46
  },
48
47
  "devDependencies": {
49
- "@alextheman/eslint-plugin": "^3.0.0",
48
+ "@alextheman/eslint-plugin": "^3.2.1",
50
49
  "@types/common-tags": "^1.8.4",
51
50
  "@types/node": "^24.10.1",
52
- "@types/react": "^19.2.4",
51
+ "@types/react": "^19.2.6",
53
52
  "eslint": "^9.39.1",
54
53
  "globals": "^16.5.0",
55
54
  "husky": "^9.1.7",
@@ -57,7 +56,7 @@
57
56
  "styled-components": "^6.1.19",
58
57
  "tsup": "^8.5.1",
59
58
  "typescript": "^5.9.3",
60
- "typescript-eslint": "^8.46.4"
59
+ "typescript-eslint": "^8.47.0"
61
60
  },
62
61
  "peerDependencies": {
63
62
  "@emotion/react": "^11.14.0",