Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Commit

Permalink
build(deps-dev): bump the ui-deps group in /src/ui with 6 updates (#659)
Browse files Browse the repository at this point in the history
Bumps the ui-deps group in /src/ui with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [esbuild](https://github.com/evanw/esbuild) | `0.19.8` | `0.19.9` |
| [globals](https://github.com/sindresorhus/globals) | `13.23.0` | `13.24.0` |
| [postcss-cli](https://github.com/postcss/postcss-cli) | `10.1.0` | `11.0.0` |
| [prettier](https://github.com/prettier/prettier) | `3.1.0` | `3.1.1` |
| [prettier-plugin-tailwindcss](https://github.com/tailwindlabs/prettier-plugin-tailwindcss) | `0.5.7` | `0.5.9` |
| [tailwindcss](https://github.com/tailwindlabs/tailwindcss) | `3.3.5` | `3.3.6` |


Updates `esbuild` from 0.19.8 to 0.19.9
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG.md)
- [Commits](evanw/esbuild@v0.19.8...v0.19.9)

Updates `globals` from 13.23.0 to 13.24.0
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](sindresorhus/globals@v13.23.0...v13.24.0)

Updates `postcss-cli` from 10.1.0 to 11.0.0
- [Release notes](https://github.com/postcss/postcss-cli/releases)
- [Changelog](https://github.com/postcss/postcss-cli/blob/master/CHANGELOG.md)
- [Commits](postcss/postcss-cli@10.1.0...11.0.0)

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

Updates `prettier-plugin-tailwindcss` from 0.5.7 to 0.5.9
- [Release notes](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/prettier-plugin-tailwindcss/blob/main/CHANGELOG.md)
- [Commits](tailwindlabs/prettier-plugin-tailwindcss@v0.5.7...v0.5.9)

Updates `tailwindcss` from 3.3.5 to 3.3.6
- [Release notes](https://github.com/tailwindlabs/tailwindcss/releases)
- [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/master/CHANGELOG.md)
- [Commits](tailwindlabs/tailwindcss@v3.3.5...v3.3.6)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-deps
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: ui-deps
- dependency-name: postcss-cli
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: ui-deps
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-deps
- dependency-name: prettier-plugin-tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-deps
- dependency-name: tailwindcss
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: ui-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Birger J. Nordølum <contact@mindtooth.no>
  • Loading branch information
dependabot[bot] and MindTooth committed Dec 15, 2023
1 parent 0afe50d commit cea1015
Show file tree
Hide file tree
Showing 2 changed files with 169 additions and 123 deletions.
12 changes: 6 additions & 6 deletions src/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"autoprefixer": "^10.4.16",
"concurrently": "^8.2.2",
"cssnano": "^6.0.1",
"esbuild": "^0.19.8",
"esbuild": "^0.19.9",
"eslint": "^8.55.0",
"eslint-config-jquery": "^3.0.2",
"eslint-config-prettier": "^9.1.0",
"globals": "^13.23.0",
"globals": "^13.24.0",
"postcss": "^8.4.32",
"postcss-cli": "^10.1.0",
"postcss-cli": "^11.0.0",
"postcss-import": "^15.1.0",
"postcss-url": "^10.1.3",
"prettier": "^3.1.0",
"prettier": "^3.1.1",
"prettier-plugin-packagejson": "^2.4.7",
"prettier-plugin-tailwindcss": "^0.5.7",
"tailwindcss": "^3.3.5"
"prettier-plugin-tailwindcss": "^0.5.9",
"tailwindcss": "^3.3.6"
},
"packageManager": "pnpm@8.6.12"
}

0 comments on commit cea1015

Please sign in to comment.