@homebound/beam 2.417.3 → 2.417.5

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": "@homebound/beam",
3
- "version": "2.417.3",
3
+ "version": "2.417.5",
4
4
  "type": "module",
5
5
  "author": "Homebound",
6
6
  "license": "MIT",
@@ -50,7 +50,7 @@
50
50
  "@internationalized/number": "^3.0.3",
51
51
  "@popperjs/core": "^2.11.6",
52
52
  "@react-aria/utils": "^3.33.1",
53
- "change-case": "^4.1.2",
53
+ "change-case": "^5.4.4",
54
54
  "date-fns": "^2.28.0",
55
55
  "dompurify": "^2.3.0",
56
56
  "fast-deep-equal": "^3.1.3",
@@ -67,7 +67,7 @@
67
67
  "tributejs": "^5.1.3",
68
68
  "trix": "^1.3.1",
69
69
  "use-debounce": "^10.0.4",
70
- "use-query-params": "^1.2.2"
70
+ "use-query-params": "^2.2.2"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@emotion/react": ">=11",
@@ -86,14 +86,14 @@
86
86
  "devDependencies": {
87
87
  "@emotion/react": "^11.14.0",
88
88
  "@homebound/eslint-config": "^1.10.2",
89
- "@homebound/rtl-react-router-utils": "1.2.0",
90
- "@homebound/rtl-utils": "^2.69.0",
89
+ "@homebound/rtl-react-router-utils": "1.3.0",
90
+ "@homebound/rtl-utils": "^2.70.0",
91
91
  "@homebound/truss": "^1.137.5",
92
92
  "@homebound/tsconfig": "^1.1.1",
93
- "@semantic-release/exec": "^7.0.3",
93
+ "@semantic-release/exec": "^7.1.0",
94
94
  "@semantic-release/git": "^10.0.1",
95
- "@storybook/addon-links": "^10.2.17",
96
- "@storybook/react-vite": "^10.2.17",
95
+ "@storybook/addon-links": "^10.2.19",
96
+ "@storybook/react-vite": "^10.2.19",
97
97
  "@testing-library/dom": "^10.4.1",
98
98
  "@testing-library/jest-dom": "^6.9.1",
99
99
  "@testing-library/react": "^16.3.2",
@@ -105,25 +105,24 @@
105
105
  "@types/react-dom": "^18.3.1",
106
106
  "@types/react-router-dom": "^5.3.3",
107
107
  "array-move": "^4.0.0",
108
- "chromatic": "^15.2.0",
109
- "conventional-changelog-conventionalcommits": "^8.0.0",
108
+ "chromatic": "^15.3.0",
109
+ "conventional-changelog-conventionalcommits": "^9.3.0",
110
110
  "eslint": "^8.52.0",
111
- "eslint-plugin-storybook": "^10.2.17",
111
+ "eslint-plugin-storybook": "^10.2.19",
112
112
  "husky": "^5.1.1",
113
- "jsdom": "^28.1.0",
113
+ "jsdom": "^29.0.0",
114
114
  "mobx": "^6.15.0",
115
115
  "mobx-react": "^9.2.1",
116
- "prettier": "^3.3.3",
117
- "prettier-plugin-organize-imports": "^4.1.0",
116
+ "prettier": "^3.8.1",
117
+ "prettier-plugin-organize-imports": "^4.3.0",
118
118
  "react": "^18.3.1",
119
119
  "react-dom": "^18.2.0",
120
- "semantic-release": "^24.2.3",
121
- "storybook": "^10.2.17",
120
+ "semantic-release": "^24.2.9",
121
+ "storybook": "^10.2.19",
122
122
  "tsup": "^8.5.1",
123
123
  "typescript": "5.9.3",
124
- "vite": "^7.3.1",
125
- "vite-tsconfig-paths": "^6.1.1",
126
- "vitest": "^4.0.18",
124
+ "vite": "^8.0.0",
125
+ "vitest": "^4.1.0",
127
126
  "watch": "^1.0.2"
128
127
  },
129
128
  "resolutions": {