You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Go to file
dependabot[bot] 733d6641c2
Bump typescript from 4.9.5 to 5.4.5
Bumps [typescript](https://github.com/Microsoft/TypeScript) from 4.9.5 to 5.4.5.
- [Release notes](https://github.com/Microsoft/TypeScript/releases)
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml)
- [Commits](https://github.com/Microsoft/TypeScript/compare/v4.9.5...v5.4.5)

---
updated-dependencies:
- dependency-name: typescript
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
преди 2 седмици
.github update dependencies (#562) преди 2 месеца
apps/website Add 6.1.1 to mini changelog преди 2 месеца
packages/shuffle release 6.1.1 преди 2 месеца
.browserslistrc Start v6 преди 2 години
.eslintignore Replace JSHint and JSCS with ESLint преди 7 години
.eslintrc.js Create monorepo (#399) преди 2 години
.gitignore Create monorepo (#399) преди 2 години
.node-version update dependencies (#562) преди 2 месеца
.prettierignore Create monorepo (#399) преди 2 години
CONTRIBUTING.md Update changelog for 6.1.0 преди 2 години
README.md Migrate to github actions (#378) преди 2 години
package.json Bump typescript from 4.9.5 to 5.4.5 преди 2 седмици
prettier.config.js Start v6 преди 2 години
turbo.json update dependencies (#562) преди 2 месеца
yarn.lock Bump typescript from 4.9.5 to 5.4.5 преди 2 седмици

README.md

Shuffle Build Status Dependabot Status NPM version

Categorize, sort, and filter a responsive grid of items.

npm install shufflejs

Docs and Demos

All found here

Usage (with ES6)

import Shuffle from 'shufflejs';

const shuffleInstance = new Shuffle(document.getElementById('grid'), {
  itemSelector: '.js-item',
  sizer: '.js-shuffle-sizer',
});

Inspiration

This project was inspired by Isotope and Packery.