Skip to content
Merged
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
8 changes: 4 additions & 4 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"validate": "ASTRO_TELEMETRY_DISABLED=1 blume validate"
},
"dependencies": {
"react": "^19.2.3",
"react-dom": "^19.2.3",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-intersection-observer": "workspace:*"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"blume": "latest"
"@biomejs/biome": "^2.5.6",
"blume": "^1.2.1"
}
}
34 changes: 17 additions & 17 deletions apps/storybook/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,26 @@
},
"license": "MIT",
"dependencies": {
"@tailwindcss/postcss": "^4.1.18",
"framer-motion": "^12.23.26",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"@tailwindcss/postcss": "^4.3.3",
"framer-motion": "^12.43.0",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"react-intersection-observer": "workspace:*",
"tailwindcss": "^4.1.18"
"tailwindcss": "^4.3.3"
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@storybook/addon-docs": "10.1.10",
"@storybook/addon-vitest": "10.1.10",
"@storybook/builder-vite": "10.1.10",
"@storybook/react": "10.1.10",
"@storybook/react-vite": "10.1.10",
"@types/react": "^19.2.7",
"@biomejs/biome": "^2.5.6",
"@storybook/addon-docs": "10.5.5",
"@storybook/addon-vitest": "10.5.5",
"@storybook/builder-vite": "10.5.5",
"@storybook/react": "10.5.5",
"@storybook/react-vite": "10.5.5",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"postcss": "^8.5.6",
"storybook": "10.1.10",
"typescript": "^5.9.3",
"vite": "^7.3.0"
"@vitejs/plugin-react": "^6.0.4",
"postcss": "^8.5.25",
"storybook": "10.5.5",
"typescript": "^7.0.2",
"vite": "^8.1.5"
}
}
3 changes: 3 additions & 0 deletions biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,29 +9,32 @@
"tailwindDirectives": true
}
},
"html": {
"experimentalFullSupportEnabled": true
},
"linter": {
"enabled": true,
"rules": {
"recommended": true,
"complexity": {
"noForEach": "off"
},
"correctness": {
"noUnusedVariables": {
"level": "warn",
"options": {
"ignoreRestSiblings": true
}
}
},
"style": {
"noUnusedTemplateLiteral": "off"
},
"a11y": {
"noSvgWithoutTitle": "off"
}
}
},

Check notice on line 37 in biome.json

View workflow job for this annotation

GitHub Actions / test

deserialize

The use of the recommended field has been deprecated, and will removed in the next major version of Biome. Use preset instead.
"vcs": {
"enabled": true,
"clientKind": "git",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@
}
},
"devDependencies": {
"@biomejs/biome": "^2.3.10",
"@biomejs/biome": "^2.5.6",
"fallow": "3.10.0",
"lint-staged": "^16.2.7",
"lint-staged": "^17.2.0",
"simple-git-hooks": "^2.13.1",
"turbo": "^2.10.7"
},
Expand Down
38 changes: 19 additions & 19 deletions packages/react-intersection-observer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,28 +115,28 @@
"react-dom": "^17.0.0 || ^18.0.0 || ^19.0.0"
},
"devDependencies": {
"@arethetypeswrong/cli": "^0.18.2",
"@rsbuild/core": "1.5.13",
"@rsbuild/plugin-react": "1.4.2",
"@size-limit/preset-small-lib": "^12.0.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.1",
"@types/node": "^25.0.3",
"@types/react": "^19.2.7",
"@arethetypeswrong/cli": "^0.18.5",
"@rsbuild/core": "2.1.9",
"@rsbuild/plugin-react": "2.1.0",
"@size-limit/preset-small-lib": "^13.0.2",
"@testing-library/jest-dom": "^7.0.0",
"@testing-library/react": "^16.3.2",
"@types/node": "^26.1.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitest/browser-playwright": "^4.0.16",
"@vitest/coverage-istanbul": "^4.0.16",
"bumpp": "^10.3.2",
"@vitejs/plugin-react": "^6.0.4",
"@vitest/browser-playwright": "^4.1.10",
"@vitest/coverage-istanbul": "^4.1.10",
"bumpp": "^12.1.1",
"npm-run-all": "^4.1.5",
"playwright": "^1.57.0",
"publint": "^0.3.16",
"react": "^19.2.3",
"react-dom": "^19.2.3",
"size-limit": "^12.0.0",
"playwright": "^1.62.0",
"publint": "^0.3.22",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"size-limit": "^13.0.2",
"tsup": "^8.5.1",
"typescript": "^5.9.3",
"vitest": "^4.0.16"
"typescript": "^6.0.3",
"vitest": "^4.1.10"
},
"peerDependenciesMeta": {
"react-dom": {
Expand Down
2 changes: 1 addition & 1 deletion packages/react-intersection-observer/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"pretty": true,
"allowSyntheticDefaultImports": true,
"esModuleInterop": true,
"downlevelIteration": true,
"ignoreDeprecations": "6.0",
"skipLibCheck": true,
"listEmittedFiles": true,
"noEmit": true
Expand Down
Loading
Loading