Skip to content

Commit 58018ee

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-app-dir-rl 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 ee3079f commit 58018ee

File tree

2 files changed

+18
-17
lines changed

2 files changed

+18
-17
lines changed

examples/nextjs-14-app-dir-rl/package-lock.json

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

examples/nextjs-14-app-dir-rl/package.json

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

0 commit comments

Comments
 (0)