[READ-ONLY] Mirror of https://github.com/hacknug/tailwindcss-plugin-utils. A bunch of utilities to help you create and maintain plugins for Tailwind. www.npmjs.com/package/@hacknug/tailwindcss-plugin-utils
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump flat from 4.1.0 to 5.0.2

Bumps [flat](https://github.com/hughsk/flat) from 4.1.0 to 5.0.2.
- [Release notes](https://github.com/hughsk/flat/releases)
- [Commits](https://github.com/hughsk/flat/compare/4.1.0...5.0.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

authored by

dependabot-preview[bot] and committed by
GitHub
(Aug 6, 2020, 3:47 PM UTC) cd7c794f ffe476a2

+1 -1
+1 -1
package.json
··· 31 31 "test": "jest" 32 32 }, 33 33 "dependencies": { 34 - "flat": "^4.1.0", 34 + "flat": "^5.0.2", 35 35 "lodash": "^4.17.15", 36 36 "postcss": "^7.0.18", 37 37 "tailwindcss": "^1.1.2"