Skip to content

Commit 663471d

Browse files
committed
Revert "Move @seamapi/types to dependencies"
This reverts commit 013bc09.
1 parent 72205c7 commit 663471d

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

package-lock.json

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,12 +109,16 @@
109109
"npm": ">= 9.0.0"
110110
},
111111
"peerDependencies": {
112+
"@seamapi/types": "^1.441.1",
112113
"@types/react": "^18.0.0 || ^19.0.0",
113114
"@types/react-dom": "^18.0.0 || ^19.0.0",
114115
"react": "^18.0.0 || ^19.0.0",
115116
"react-dom": "^18.0.0 || ^19.0.0"
116117
},
117118
"peerDependenciesMeta": {
119+
"@seamapi/types": {
120+
"optional": true
121+
},
118122
"@types/react": {
119123
"optional": true
120124
},
@@ -126,7 +130,6 @@
126130
"@floating-ui/react": "^0.27.5",
127131
"@seamapi/http": "^1.45.0",
128132
"@seamapi/react-query": "^0.2.0",
129-
"@seamapi/types": "^1.441.1",
130133
"@tanstack/react-query": "^5.27.5",
131134
"classnames": "^2.3.2",
132135
"luxon": "^3.3.0",
@@ -143,6 +146,7 @@
143146
"@rxfork/r2wc-react-to-web-component": "^2.4.0",
144147
"@seamapi/fake-devicedb": "^1.6.1",
145148
"@seamapi/fake-seam-connect": "^1.76.0",
149+
"@seamapi/types": "^1.441.1",
146150
"@storybook/addon-designs": "^7.0.1",
147151
"@storybook/addon-essentials": "^7.0.2",
148152
"@storybook/addon-links": "^7.0.2",

0 commit comments

Comments
 (0)