Skip to content

Commit 9555c64

Browse files
deps(example): Bump the dependencies group across 1 directory with 2 updates
Bumps the dependencies group with 2 updates in the /examples/nextjs-14-decorate directory: [@types/react](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/react) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `@types/react` from 18.3.2 to 18.3.3 - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/react) Updates `tailwindcss` from 3.4.3 to 3.4.4 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.4/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.3...v3.4.4) --- updated-dependencies: - dependency-name: "@types/react" dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies - dependency-name: tailwindcss dependency-type: direct:development update-type: version-update:semver-patch dependency-group: dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecada7f commit 9555c64

File tree

2 files changed

+25
-24
lines changed

2 files changed

+25
-24
lines changed

examples/nextjs-14-decorate/package-lock.json

+23-22
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/nextjs-14-decorate/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717
},
1818
"devDependencies": {
1919
"@types/node": "^20",
20-
"@types/react": "18.3.2",
20+
"@types/react": "18.3.3",
2121
"@types/react-dom": "^18",
2222
"autoprefixer": "^10.4.19",
2323
"eslint": "^8",
2424
"eslint-config-next": "14.2.3",
2525
"postcss": "^8",
26-
"tailwindcss": "^3.4.3",
26+
"tailwindcss": "^3.4.4",
2727
"typescript": "^5"
2828
}
2929
}

0 commit comments

Comments
 (0)