Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"react": {
"pragma": "React",
"version": "19.0",
"flowVersion": "0.248.1" // Flow version
"flowVersion": "0.281.0" // Flow version
}
},
// babel parser to support ES6/7 features
Expand Down
9 changes: 3 additions & 6 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
[version]
0.248.1
0.281.0

[ignore]
.*/malformed_package_json/.*
<PROJECT_ROOT>/.*/__tests__/.*
<PROJECT_ROOT>/apps/examples/.*
<PROJECT_ROOT>/apps/website/.*

[include]

[libs]
tools/flow-typed

[options]
casting_syntax=as
component_syntax=true
module.name_mapper='^react-strict-dom$' -> '<PROJECT_ROOT>/packages/react-strict-dom/dist/native/index.js.flow'
module.system.node.resolve_dirname=flow_modules
module.system.node.resolve_dirname=node_modules
react.runtime=automatic
suppress_type=$FlowIssue
suppress_type=$FlowFixMe

[strict]
nonstrict-import
Expand Down
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
build
coverage
dist
flow-typed
log
node_modules
4 changes: 2 additions & 2 deletions apps/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"clsx": "^2.0.0",
"docusaurus-lunr-search": "^3.6.0",
"prism-react-renderer": "^2.4.1",
"react": "^18.1.0",
"react-dom": "^18.1.0"
"react": "~19.0.0",
"react-dom": "~19.0.0"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.8.1",
Expand Down
3 changes: 3 additions & 0 deletions flow-typed.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"env": ["bom", "cssom", "dom", "geometry", "html", "intl", "indexeddb", "jsx", "node", "serviceworkers", "streams", "webassembly" ]
}
File renamed without changes.
Loading
Loading