Skip to content

Commit 013bc09

Browse files
committed
Move @seamapi/types to dependencies
1 parent 8391e88 commit 013bc09

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

package.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,16 +109,12 @@
109109
"npm": ">= 9.0.0"
110110
},
111111
"peerDependencies": {
112-
"@seamapi/types": "^1.395.3",
113112
"@types/react": "^18.0.0 || ^19.0.0",
114113
"@types/react-dom": "^18.0.0 || ^19.0.0",
115114
"react": "^18.0.0 || ^19.0.0",
116115
"react-dom": "^18.0.0 || ^19.0.0"
117116
},
118117
"peerDependenciesMeta": {
119-
"@seamapi/types": {
120-
"optional": true
121-
},
122118
"@types/react": {
123119
"optional": true
124120
},
@@ -130,6 +126,7 @@
130126
"@floating-ui/react": "^0.27.5",
131127
"@seamapi/http": "^1.44.0",
132128
"@seamapi/react-query": "^0.1.0",
129+
"@seamapi/types": "^1.395.3",
133130
"@tanstack/react-query": "^5.27.5",
134131
"classnames": "^2.3.2",
135132
"luxon": "^3.3.0",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
export * from 'lib/index.js'
2+
export * from '@seamapi/react-query'

0 commit comments

Comments
 (0)