8000 DX-1589: Address Dependabot Alerts by yunusemreozdemir · Pull Request #102 · upstash/react-ui · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

DX-1589: Address Dependabot Alerts #102

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ pnpm build
#### Run Test

Set the `NEXT_PUBLIC_UPSTASH_REDIS_REST_URL` and `NEXT_PUBLIC_UPSTASH_REDIS_REST_TOKEN` environment
variables by creating a `.env` file under `examples/nextjs13`.
variables by creating a `.env` file under `examples/nextjs`.

```bash
cd examples/nextjs
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
experimental: {
appDir: true,
},
};
const nextConfig = {};

module.exports = nextConfig;
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "nextjs13",
"name": "nextjs",
"version": "0.3.22",
"private": true,
"scripts": {
Expand All @@ -14,9 +14,9 @@
"@types/node": "18.15.11",
"@types/react": "18.0.37",
"@types/react-dom": "18.0.11",
"@upstash/react-cli": "workspace:*",
"@upstash/react-databrowser": "workspace:*",
"next": "13.3.0",
"@upstash/react-cli": "*",
"@upstash/react-databrowser": "*",
"next": "14.2.23",
"react": "18.2.0",
"react-dom": "18.2.0",
"typescript": "5.0.4"
Expand Down
4 changes: 4 additions & 0 deletions examples/nextjs/test-results/.last-run.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"status": "passed",
"failedTests": []
}
Loading
0