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:
Sidney Alcantara
2022-11-22 14:59:02 +11:00
parent 74cdae7195
commit e2bed9e4b0

View File

@@ -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": [