Skip to content

Commit

Permalink
Bump the tailwind group with 2 updates
Browse files Browse the repository at this point in the history
Bumps the tailwind group with 2 updates: [autoprefixer](https://github.com/postcss/autoprefixer) and [postcss](https://github.com/postcss/postcss).


Updates `autoprefixer` from 10.4.14 to 10.4.15
- [Release notes](https://github.com/postcss/autoprefixer/releases)
- [Changelog](https://github.com/postcss/autoprefixer/blob/main/CHANGELOG.md)
- [Commits](postcss/autoprefixer@10.4.14...10.4.15)

Updates `postcss` from 8.4.27 to 8.4.28
- [Release notes](https://github.com/postcss/postcss/releases)
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md)
- [Commits](postcss/postcss@8.4.27...8.4.28)

---
updated-dependencies:
- dependency-name: autoprefixer
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tailwind
- dependency-name: postcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: tailwind
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 21, 2023
1 parent 523a668 commit e2dbbbb
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 31 deletions.
4 changes: 2 additions & 2 deletions apps/nodepen-client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@
},
"devDependencies": {
"@types/react": "^18.2.20",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"eslint": "8.47.0",
"eslint-config-next": "^13.4.18",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}
58 changes: 31 additions & 27 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/nodes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/three": "^0.155.0",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"concurrently": "^8.2.0",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"tailwindcss": "^3.3.3"
}
}

0 comments on commit e2dbbbb

Please sign in to comment.