Skip to content

Commit 16efc2c

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-clerk-rl directory: [@clerk/nextjs](https://github.com/clerk/javascript/tree/HEAD/packages/nextjs) and [tailwindcss](https://github.com/tailwindlabs/tailwindcss). Updates `@clerk/nextjs` from 5.2.3 to 5.2.6 - [Release notes](https://github.com/clerk/javascript/releases) - [Changelog](https://github.com/clerk/javascript/blob/main/packages/nextjs/CHANGELOG.md) - [Commits](https://github.com/clerk/javascript/commits/@clerk/[email protected]/packages/nextjs) Updates `tailwindcss` from 3.4.5 to 3.4.6 - [Release notes](https://github.com/tailwindlabs/tailwindcss/releases) - [Changelog](https://github.com/tailwindlabs/tailwindcss/blob/v3.4.6/CHANGELOG.md) - [Commits](tailwindlabs/tailwindcss@v3.4.5...v3.4.6) --- updated-dependencies: - dependency-name: "@clerk/nextjs" dependency-type: direct:production 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 6939878 commit 16efc2c

File tree

2 files changed

+50
-44
lines changed

2 files changed

+50
-44
lines changed

examples/nextjs-14-clerk-rl/package-lock.json

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

examples/nextjs-14-clerk-rl/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
},
1111
"dependencies": {
1212
"@arcjet/next": "file:../../arcjet-next",
13-
"@clerk/nextjs": "^5.2.3",
13+
"@clerk/nextjs": "^5.2.6",
1414
"next": "^14.2.5",
1515
"react": "^18",
1616
"react-dom": "^18"
@@ -23,7 +23,7 @@
2323
"eslint": "^8",
2424
"eslint-config-next": "14.2.5",
2525
"postcss": "^8",
26-
"tailwindcss": "^3.4.5",
26+
"tailwindcss": "^3.4.6",
2727
"typescript": "^5"
2828
}
2929
}

0 commit comments

Comments
 (0)