diff --git a/examples/angular/dynamic/package.json b/examples/angular/dynamic/package.json index cbcd97e3..db331e8c 100644 --- a/examples/angular/dynamic/package.json +++ b/examples/angular/dynamic/package.json @@ -18,8 +18,8 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/fixed/package.json b/examples/angular/fixed/package.json index c4082e91..ffd787bc 100644 --- a/examples/angular/fixed/package.json +++ b/examples/angular/fixed/package.json @@ -17,8 +17,8 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/infinite-scroll/package.json b/examples/angular/infinite-scroll/package.json index 505add84..e78107f7 100644 --- a/examples/angular/infinite-scroll/package.json +++ b/examples/angular/infinite-scroll/package.json @@ -17,9 +17,9 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", - "@tanstack/angular-virtual": "^3.10.9", "@tanstack/angular-query-experimental": "5.62.0", + "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/padding/package.json b/examples/angular/padding/package.json index 466267e8..08254ca8 100644 --- a/examples/angular/padding/package.json +++ b/examples/angular/padding/package.json @@ -17,8 +17,8 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/smooth-scroll/package.json b/examples/angular/smooth-scroll/package.json index 583d78e3..7d03d535 100644 --- a/examples/angular/smooth-scroll/package.json +++ b/examples/angular/smooth-scroll/package.json @@ -17,8 +17,8 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/sticky/package.json b/examples/angular/sticky/package.json index 3994b15e..1c59a183 100644 --- a/examples/angular/sticky/package.json +++ b/examples/angular/sticky/package.json @@ -18,8 +18,8 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/table/package.json b/examples/angular/table/package.json index 27677446..9ce37708 100644 --- a/examples/angular/table/package.json +++ b/examples/angular/table/package.json @@ -18,9 +18,9 @@ "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", "@faker-js/faker": "^8.4.1", - "rxjs": "^7.8.1", - "@tanstack/angular-virtual": "^3.10.9", "@tanstack/angular-table": "8.20.5", + "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/variable/package.json b/examples/angular/variable/package.json index 456eb4e5..5dd2df9e 100644 --- a/examples/angular/variable/package.json +++ b/examples/angular/variable/package.json @@ -17,8 +17,8 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/angular/window/package.json b/examples/angular/window/package.json index 762269f9..63f4243d 100644 --- a/examples/angular/window/package.json +++ b/examples/angular/window/package.json @@ -17,8 +17,8 @@ "@angular/platform-browser": "^17.3.12", "@angular/platform-browser-dynamic": "^17.3.12", "@angular/router": "^17.3.12", - "rxjs": "^7.8.1", "@tanstack/angular-virtual": "^3.10.9", + "rxjs": "^7.8.1", "tslib": "^2.8.1", "zone.js": "0.15.0" }, diff --git a/examples/react/infinite-scroll/package.json b/examples/react/infinite-scroll/package.json index 35d36e2f..af8d78db 100644 --- a/examples/react/infinite-scroll/package.json +++ b/examples/react/infinite-scroll/package.json @@ -9,8 +9,8 @@ "start": "vite" }, "dependencies": { - "@tanstack/react-virtual": "^3.11.0", "@tanstack/react-query": "^5.62.0", + "@tanstack/react-virtual": "^3.11.0", "react": "^18.3.1", "react-dom": "^18.3.1" }, diff --git a/package.json b/package.json index 8316d33f..f961bd32 100644 --- a/package.json +++ b/package.json @@ -48,7 +48,7 @@ "prettier-plugin-svelte": "^3.3.2", "publint": "^0.2.12", "rimraf": "^5.0.10", - "sherif": "^0.11.0", + "sherif": "^1.0.2", "typescript": "5.2.2", "vite": "^5.4.11", "vitest": "^2.1.6" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index aa658daa..984c7d8e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -42,8 +42,8 @@ importers: specifier: ^5.0.10 version: 5.0.10 sherif: - specifier: ^0.11.0 - version: 0.11.0 + specifier: ^1.0.2 + version: 1.0.2 typescript: specifier: 5.2.2 version: 5.2.2 @@ -7005,38 +7005,38 @@ packages: shell-quote@1.8.1: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} - sherif-darwin-arm64@0.11.0: - resolution: {integrity: sha512-wLFHYuTg0wibBXZ2QxnwFRhvORrQLwVWgv22aw/FLsTIldbquf7rjIDpcAUDA0qjtMJaol19ZbJDnm+EdY78Dg==} + sherif-darwin-arm64@1.0.2: + resolution: {integrity: sha512-5Qb2iK05Bz4EyMGOCD8d2K5SMZJ1D6zdPD/10iWmkVqzKfac968maVVvS+nkEcN+fcXHn1Bfqm8vx2C1iIbs7A==} cpu: [arm64] os: [darwin] - sherif-darwin-x64@0.11.0: - resolution: {integrity: sha512-BlcA4++fyIY2dF1gCoSgp8tLHmeRi98HIRfbVqI1ErA2TfM8BfHALP2SNitotda5S9EtGfZvKS9racz6jT/+wA==} + sherif-darwin-x64@1.0.2: + resolution: {integrity: sha512-Ek0aYSpeOvlRm5krMq35gLUhIdZAsYcDN9czl0eltYxhar32+DFrsG9iDqW3VmRn5E2xuaFvnKS5mVD8xegQlQ==} cpu: [x64] os: [darwin] - sherif-linux-arm64@0.11.0: - resolution: {integrity: sha512-2JxPkpOrNuknB7NsOHifnJro/gsOuD/lwFMbPToBwMDnp8OtH2Hv8rKXcY+fGcmFgRtS5Au+I7vn/1kYyIFzPw==} + sherif-linux-arm64@1.0.2: + resolution: {integrity: sha512-H6AyfUyuZplrwcT4lkg5+Vhdwg7vujguz+JjbPRzDGqRNfunZKdnygP90AvfZp+DOJxmuthpRvXS4FJ3QNXCmg==} cpu: [arm64] os: [linux] - sherif-linux-x64@0.11.0: - resolution: {integrity: sha512-eE/nNbhUrpB6UkwvabVFEpMGJtoP7dhtYL8TwNjfGx/K6LJX7EkCQYt3tFntiglqHBwHhaILD/u6p+vCDJnPXw==} + sherif-linux-x64@1.0.2: + resolution: {integrity: sha512-la8JUXRZQkrZbc7YMBc90fqdJ1YImPoL8q7Bofk/ZOFrIrkNgpLB0NRZxgSQTQAwoKyiaxa9o5wSt3T5Hb4H7A==} cpu: [x64] os: [linux] - sherif-windows-arm64@0.11.0: - resolution: {integrity: sha512-ptnQWgJ7BiCvW0xGl3kWvTXSnXdSWh6Fe/UbD77Yw53gNkq4HdxGlHvXPhlQEqylPi/uEdPWunmWh8B9Vp3sxQ==} + sherif-windows-arm64@1.0.2: + resolution: {integrity: sha512-XjCIR9mv1oTonubF6MDQ++xiZYonpfitMy4jODTPEgu279J4hADlHGcj4Omy92a9znBCb4jgzEvhug17n8yIAA==} cpu: [arm64] os: [win32] - sherif-windows-x64@0.11.0: - resolution: {integrity: sha512-HhqZqCL7N+tbMeZlw2WwxH3yuxb3CUJri+j/pmSfaz/QbyEhCzME+A2xX7DXFqo0gH1fkBMs/atCgopK8iZ9YQ==} + sherif-windows-x64@1.0.2: + resolution: {integrity: sha512-250bdAyMy8rbN2TCeTDnas87vMIGiMe56CAWHqdDyTRGzb/oBIvS2BTfpHYKCDuK/CuEgC9E8FOBNeu0cqLe+g==} cpu: [x64] os: [win32] - sherif@0.11.0: - resolution: {integrity: sha512-R6aHBquTiQlD4NzJHTaaJDAwsMzVuZa0RR8y3UpqH4muPX2694HvVtcKAIYpnuxQSrvx2CRdyGGa9+577eJxUQ==} + sherif@1.0.2: + resolution: {integrity: sha512-mfu6JOchmVWNhMeObMEjd6pu1Mww4yn9VqX8+OMH7KvcUZRCcrGTETplTGDS64ANALD0Ls99ugr7z6xTXP5qUQ==} hasBin: true shiki@1.22.2: @@ -14146,32 +14146,32 @@ snapshots: shell-quote@1.8.1: {} - sherif-darwin-arm64@0.11.0: + sherif-darwin-arm64@1.0.2: optional: true - sherif-darwin-x64@0.11.0: + sherif-darwin-x64@1.0.2: optional: true - sherif-linux-arm64@0.11.0: + sherif-linux-arm64@1.0.2: optional: true - sherif-linux-x64@0.11.0: + sherif-linux-x64@1.0.2: optional: true - sherif-windows-arm64@0.11.0: + sherif-windows-arm64@1.0.2: optional: true - sherif-windows-x64@0.11.0: + sherif-windows-x64@1.0.2: optional: true - sherif@0.11.0: + sherif@1.0.2: optionalDependencies: - sherif-darwin-arm64: 0.11.0 - sherif-darwin-x64: 0.11.0 - sherif-linux-arm64: 0.11.0 - sherif-linux-x64: 0.11.0 - sherif-windows-arm64: 0.11.0 - sherif-windows-x64: 0.11.0 + sherif-darwin-arm64: 1.0.2 + sherif-darwin-x64: 1.0.2 + sherif-linux-arm64: 1.0.2 + sherif-linux-x64: 1.0.2 + sherif-windows-arm64: 1.0.2 + sherif-windows-x64: 1.0.2 shiki@1.22.2: dependencies: