Skip to content
Closed
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
4 changes: 4 additions & 0 deletions package.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ export default defineConfig({
'ae-internal-missing-underscore': 'off',
},
},
strictOptions: {
// rxjs is intentionally a peer dependency so consumers bring their own rxjs instance
noRxjsPeerDependency: 'off',
},
babel: {reactCompiler: true},
reactCompilerOptions: {target: '18'},
rollup: {
Expand Down
55 changes: 33 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,38 +79,49 @@
"use-effect-event": "^2.0.3"
},
"devDependencies": {
"@eslint/js": "^10.0.1",
"@sanity/browserslist-config": "^1.0.5",
"@sanity/pkg-utils": "^8.1.23",
"@sanity/prettier-config": "^1.0.6",
"@sanity/semantic-release-preset": "^5.0.0",
"@sanity/pkg-utils": "^10.8.1",
"@sanity/prettier-config": "^3.0.0",
"@sanity/semantic-release-preset": "^6.0.0",
"@sanity/tsconfig": "^2.1.0",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@types/node": "^24.3.0",
"@types/react": "^19.2.7",
"@testing-library/react": "^16.3.2",
"@types/node": "^26.0.1",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@typescript-eslint/eslint-plugin": "^8.41.0",
"@typescript-eslint/parser": "^8.41.0",
"@vitejs/plugin-react": "^5.0.3",
"@typescript-eslint/eslint-plugin": "^8.62.1",
"@typescript-eslint/parser": "^8.62.1",
"@vitejs/plugin-react": "^5.2.0",
"babel-plugin-react-compiler": "1.0.0",
"eslint": "^9.34.0",
"eslint": "^10.6.0",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-react": "^7.37.5",
"eslint-plugin-react-hooks": "7.0.1",
"eslint-plugin-simple-import-sort": "^12.1.1",
"jsdom": "^26.1.0",
"prettier": "^3.6.2",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"react-test-renderer": "^19.2.1",
"eslint-plugin-react-hooks": "7.1.1",
"eslint-plugin-simple-import-sort": "^13.0.0",
"jsdom": "^29.1.1",
"prettier": "^3.9.4",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"react-test-renderer": "^19.2.7",
"rxjs": "^7.8.2",
"semantic-release": "^24.2.7",
"typescript": "5.9.2",
"typescript-eslint": "^8.41.0",
"vitest": "^3.2.4"
"semantic-release": "^25.0.5",
"typescript": "6.0.3",
"typescript-eslint": "^8.62.1",
"vitest": "^4.1.9"
},
"peerDependencies": {
"react": "^18.3 || >=19.0.0-0",
"rxjs": "^7"
},
"packageManager": "pnpm@9.15.9"
"packageManager": "pnpm@9.15.9",
"publishConfig": {
"exports": {
".": {
"require": "./dist/index.cjs",
"default": "./dist/index.js"
},
"./package.json": "./package.json"
}
}
}
Loading
Loading