Skip to content

Commit 01a076f

Browse files
committed
Relax valibot restriction
1 parent a293290 commit 01a076f

4 files changed

Lines changed: 0 additions & 16 deletions

File tree

packages/api/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@
101101
"react-redux": [
102102
"7",
103103
"react-redux@>7 requires newer version of React"
104-
],
105-
"valibot": [
106-
"0",
107-
"valibot@0 until they finalize @1"
108104
]
109105
},
110106
"devDependencies": {

packages/component/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,6 @@
116116
],
117117
"react-scroll-to-bottom": [
118118
"main"
119-
],
120-
"valibot": [
121-
"0",
122-
"valibot@0 until they finalize @1"
123119
]
124120
},
125121
"devDependencies": {

packages/core/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,6 @@
8888
"@babel/runtime": [
8989
"7.19.0",
9090
"@babel/*@7.21 is causing out-of-memory (OOM) issues"
91-
],
92-
"valibot": [
93-
"0",
94-
"valibot@0 until they finalize @1"
9591
]
9692
},
9793
"devDependencies": {

packages/fluent-theme/package.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@
6161
"@types/react": [
6262
"16",
6363
"react@16.8.6 is our baseline"
64-
],
65-
"valibot": [
66-
"0",
67-
"valibot@0 until they finalize @1"
6864
]
6965
},
7066
"devDependencies": {

0 commit comments

Comments
 (0)