@haitch-ui/react-compose-refs 0.1.1 → 0.1.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.
Files changed (3) hide show
  1. package/LICENSE.md +1 -1
  2. package/README.md +1 -1
  3. package/package.json +13 -5
package/LICENSE.md CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2024 haitchUI contributors
3
+ Copyright (c) 2026 haitchUI contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @haitch-ui/react-compose-refs
2
2
 
3
- Scaffolded primitive package.
3
+ Scaffolded primitive package. Note - this package is now deprecated. Future releases will be included in @haitch-ui/react
4
4
 
5
5
  ## Install
6
6
  ```sh
package/package.json CHANGED
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@haitch-ui/react-compose-refs",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Compose multiple React refs into a single ref callback.",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "git+https://github.com/hicklebirry/haitchUI.git",
8
+ "url": "git+https://github.com/haitchstubbs/haitchUI.git",
9
9
  "directory": "packages/react/compose-refs"
10
10
  },
11
11
  "bugs": {
12
- "url": "https://github.com/hicklebirry/haitchUI/issues"
12
+ "url": "https://github.com/haitchstubbs/haitchUI/issues"
13
13
  },
14
- "homepage": "https://github.com/hicklebirry/haitchUI#readme",
14
+ "homepage": "https://github.com/haitchstubbs/haitchUI#readme",
15
15
  "keywords": [
16
16
  "react",
17
17
  "ref",
@@ -43,11 +43,19 @@
43
43
  "react-dom": ">=18"
44
44
  },
45
45
  "devDependencies": {
46
+ "@testing-library/jest-dom": "^6.9.1",
47
+ "@testing-library/react": "^16.3.1",
48
+ "@testing-library/user-event": "^14.6.1",
49
+ "@vitejs/plugin-react": "^5.1.2",
50
+ "axe-core": "^4.11.0",
46
51
  "eslint": "^9.39.1",
52
+ "jsdom": "^27.3.0",
47
53
  "prettier": "^3.7.4",
48
54
  "tsup": "^8.5.1",
49
55
  "typescript": "5.9.2",
50
- "vitest": "^4.0.16"
56
+ "vitest": "^4.0.16",
57
+ "vitest-axe": "^0.1.0",
58
+ "@haitch-ui/tests": "0.0.1"
51
59
  },
52
60
  "scripts": {
53
61
  "build": "tsup",