From e35a61a5303eb2bfbd8e35e03ed8a9aa72e4d29b Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 10 Jun 2024 16:59:32 +0000
Subject: [PATCH] deps(example): Bump the dependencies group across 1 directory
with 2 updates (#876)
Bumps the dependencies group with 2 updates in the /examples/nextjs-14-nextauth-4 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
Commits
Updates `tailwindcss` from 3.4.3 to 3.4.4
Release notes
Sourced from tailwindcss's releases.
v3.4.4
Fixed
- Make it possible to use multiple
<alpha-value>
placeholders in a single color definition (#13740)
- Don't prefix classes in arbitrary values of
has-*
, group-has-*
, and peer-has-*
variants (#13770)
- Support negative values for
{col,row}-{start,end}
utilities (#13781)
- Update embedded browserslist database (#13792)
Changelog
Sourced from tailwindcss's changelog.
[3.4.4] - 2024-06-05
Fixed
- Make it possible to use multiple
<alpha-value>
placeholders in a single color definition (#13740)
- Don't prefix classes in arbitrary values of
has-*
, group-has-*
, and peer-has-*
variants (#13770)
- Support negative values for
{col,row}-{start,end}
utilities (#13781)
- Update embedded browserslist database (#13792)
Commits
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
---
.../nextjs-14-nextauth-4/package-lock.json | 31 ++++++++++---------
examples/nextjs-14-nextauth-4/package.json | 4 +--
2 files changed, 18 insertions(+), 17 deletions(-)
diff --git a/examples/nextjs-14-nextauth-4/package-lock.json b/examples/nextjs-14-nextauth-4/package-lock.json
index 0605abce5..3456b0c34 100644
--- a/examples/nextjs-14-nextauth-4/package-lock.json
+++ b/examples/nextjs-14-nextauth-4/package-lock.json
@@ -15,31 +15,32 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "18.3.2",
+ "@types/react": "18.3.3",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
- "tailwindcss": "^3.4.3",
+ "tailwindcss": "^3.4.4",
"typescript": "^5"
}
},
"../../arcjet-next": {
"name": "@arcjet/next",
- "version": "1.0.0-alpha.12",
+ "version": "1.0.0-alpha.13",
"license": "Apache-2.0",
"dependencies": {
- "@arcjet/ip": "1.0.0-alpha.12",
+ "@arcjet/headers": "1.0.0-alpha.13",
+ "@arcjet/ip": "1.0.0-alpha.13",
"@connectrpc/connect-web": "1.4.0",
- "arcjet": "1.0.0-alpha.12"
+ "arcjet": "1.0.0-alpha.13"
},
"devDependencies": {
- "@arcjet/eslint-config": "1.0.0-alpha.12",
- "@arcjet/rollup-config": "1.0.0-alpha.12",
- "@arcjet/tsconfig": "1.0.0-alpha.12",
+ "@arcjet/eslint-config": "1.0.0-alpha.13",
+ "@arcjet/rollup-config": "1.0.0-alpha.13",
+ "@arcjet/tsconfig": "1.0.0-alpha.13",
"@jest/globals": "29.7.0",
- "@rollup/wasm-node": "4.17.2",
+ "@rollup/wasm-node": "4.18.0",
"@types/node": "18.18.0",
"jest": "29.7.0",
"typescript": "5.4.5"
@@ -512,9 +513,9 @@
"dev": true
},
"node_modules/@types/react": {
- "version": "18.3.2",
- "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.2.tgz",
- "integrity": "sha512-Btgg89dAnqD4vV7R3hlwOxgqobUQKgx3MmrQRi0yYbs/P0ym8XozIAlkqVilPqHQwXs4e9Tf63rrCgl58BcO4w==",
+ "version": "18.3.3",
+ "resolved": "https://registry.npmjs.org/@types/react/-/react-18.3.3.tgz",
+ "integrity": "sha512-hti/R0pS0q1/xx+TsI73XIqk26eBsISZ2R0wUijXIngRK9R/e7Xw/cXVxQK7R5JjW+SV4zGcn5hXjudkN/pLIw==",
"dev": true,
"dependencies": {
"@types/prop-types": "*",
@@ -4480,9 +4481,9 @@
}
},
"node_modules/tailwindcss": {
- "version": "3.4.3",
- "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.3.tgz",
- "integrity": "sha512-U7sxQk/n397Bmx4JHbJx/iSOOv5G+II3f1kpLpY2QeUv5DcPdcTsYLlusZfq1NthHS1c1cZoyFmmkex1rzke0A==",
+ "version": "3.4.4",
+ "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.4.tgz",
+ "integrity": "sha512-ZoyXOdJjISB7/BcLTR6SEsLgKtDStYyYZVLsUtWChO4Ps20CBad7lfJKVDiejocV4ME1hLmyY0WJE3hSDcmQ2A==",
"dev": true,
"dependencies": {
"@alloc/quick-lru": "^5.2.0",
diff --git a/examples/nextjs-14-nextauth-4/package.json b/examples/nextjs-14-nextauth-4/package.json
index dd5565861..9faedb1f7 100644
--- a/examples/nextjs-14-nextauth-4/package.json
+++ b/examples/nextjs-14-nextauth-4/package.json
@@ -16,13 +16,13 @@
},
"devDependencies": {
"@types/node": "^20",
- "@types/react": "18.3.2",
+ "@types/react": "18.3.3",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.19",
"eslint": "^8",
"eslint-config-next": "14.2.3",
"postcss": "^8",
- "tailwindcss": "^3.4.3",
+ "tailwindcss": "^3.4.4",
"typescript": "^5"
}
}