Skip to content

Commit

Permalink
fix: correct the error message that happens if IntersectionObserver i…
Browse files Browse the repository at this point in the history
…s not mocked
  • Loading branch information
thebuilder committed Jun 1, 2023
1 parent 5af1a75 commit f7da436
Show file tree
Hide file tree
Showing 4 changed files with 2,484 additions and 2,036 deletions.
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -125,27 +125,27 @@
"@size-limit/preset-small-lib": "^8.2.4",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@types/jest": "^29.4.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"eslint": "^8.35.0",
"@types/jest": "^29.5.2",
"@types/react": "^18.2.7",
"@types/react-dom": "^18.2.4",
"@typescript-eslint/eslint-plugin": "^5.59.8",
"@typescript-eslint/parser": "^5.59.8",
"eslint": "^8.41.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"jsdom": "^21.1.0",
"lint-staged": "^13.1.2",
"jsdom": "^22.1.0",
"lint-staged": "^13.2.2",
"microbundle": "^0.15.1",
"npm-run-all": "^4.1.5",
"prettier": "^2.8.4",
"prettier": "^2.8.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"simple-git-hooks": "^2.8.1",
"size-limit": "^8.2.4",
"typescript": "^4.9.5",
"vitest": "^0.29.2"
"typescript": "^5.0.4",
"vitest": "^0.31.3"
},
"pnpm": {
"peerDependencyRules": {
Expand Down
Loading

0 comments on commit f7da436

Please sign in to comment.