Skip to content

Commit

Permalink
Bump the patches group with 5 updates
Browse files Browse the repository at this point in the history
Bumps the patches group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [dotenv](https://github.com/motdotla/dotenv) | `16.3.1` | `16.3.2` |
| [autoprefixer](https://github.com/postcss/autoprefixer) | `10.4.16` | `10.4.17` |
| [json-stable-stringify](https://github.com/ljharb/json-stable-stringify) | `1.1.0` | `1.1.1` |
| [tailwind-merge](https://github.com/dcastil/tailwind-merge) | `2.2.0` | `2.2.1` |
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) | `20.11.0` | `20.11.5` |


Updates `dotenv` from 16.3.1 to 16.3.2
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md)
- [Commits](motdotla/dotenv@v16.3.1...v16.3.2)

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

Updates `json-stable-stringify` from 1.1.0 to 1.1.1
- [Changelog](https://github.com/ljharb/json-stable-stringify/blob/main/CHANGELOG.md)
- [Commits](ljharb/json-stable-stringify@v1.1.0...v1.1.1)

Updates `tailwind-merge` from 2.2.0 to 2.2.1
- [Release notes](https://github.com/dcastil/tailwind-merge/releases)
- [Commits](dcastil/tailwind-merge@v2.2.0...v2.2.1)

Updates `@types/node` from 20.11.0 to 20.11.5
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

---
updated-dependencies:
- dependency-name: dotenv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: autoprefixer
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: json-stable-stringify
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: tailwind-merge
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: patches
- dependency-name: "@types/node"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: patches
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kahlstrm committed Jan 23, 2024
1 parent 52c1c4f commit a764e4e
Show file tree
Hide file tree
Showing 4 changed files with 67 additions and 51 deletions.
2 changes: 1 addition & 1 deletion apps/cms/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@payloadcms/db-mongodb": "^1.3.2",
"@payloadcms/plugin-cloud-storage": "^1.1.1",
"@payloadcms/richtext-lexical": "^0.5.2",
"dotenv": "^16.3.1",
"dotenv": "^16.3.2",
"express": "^4.18.2",
"lodash": "^4.17.21",
"payload": "^2.8.2",
Expand Down
8 changes: 4 additions & 4 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
},
"dependencies": {
"@tietokilta/ui": "workspace:*",
"autoprefixer": "^10.4.16",
"autoprefixer": "^10.4.17",
"clsx": "^2.1.0",
"json-stable-stringify": "^1.1.0",
"json-stable-stringify": "^1.1.1",
"lodash": "^4.17.21",
"next": "^14.1.0",
"payload-admin-bar": "^1.0.6",
Expand All @@ -24,7 +24,7 @@
"react-dom": "^18.2.0",
"server-only": "^0.0.1",
"sharp": "^0.33.2",
"tailwind-merge": "^2.2.0",
"tailwind-merge": "^2.2.1",
"tailwindcss": "^3.4.1"
},
"devDependencies": {
Expand All @@ -35,7 +35,7 @@
"@tietokilta/eslint-config": "workspace:*",
"@types/json-stable-stringify": "^1.0.36",
"@types/lodash": "^4.14.202",
"@types/node": "^20.11.0",
"@types/node": "^20.11.5",
"@types/qs": "^6.9.11",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"lucide-react": "^0.314.0",
"tailwind-merge": "^2.2.0"
"tailwind-merge": "^2.2.1"
},
"devDependencies": {
"@tietokilta/config-typescript": "workspace:*",
"@tietokilta/eslint-config": "workspace:*",
"@types/node": "^20.11.0",
"@types/node": "^20.11.5",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"react": "^18.2.0",
Expand Down
104 changes: 60 additions & 44 deletions pnpm-lock.yaml

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

0 comments on commit a764e4e

Please sign in to comment.