mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
temp fix vercel builds breaking on node 18
``` The prop value with an expression type of JSXFragment could not be resolved. Please file an issue ( https://github.com/jsx-eslint/jsx-ast-utils/issues/new ) to get this fixed immediately. Error: error:0308010C:digital envelope routines::unsupported at String.replace (<anonymous>) ```
This commit is contained in:
@@ -92,7 +92,7 @@
|
||||
"typedoc": "typedoc src/atoms/tableScope/index.ts src/atoms/globalScope/index.ts --out typedoc"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=16"
|
||||
"node": "^16"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"plugins": [
|
||||
|
||||
Reference in New Issue
Block a user