Skip to content

Commit

Permalink
fix(e2e): upgrade dependency
Browse files Browse the repository at this point in the history
Summary: upgrade next.js dependency to eliminate a dependency vulnerability

Differential Revision: D67584233

fbshipit-source-id: 393764c0978cb0d475a6211b34576d30b4455c18
  • Loading branch information
JacksonGL authored and facebook-github-bot committed Dec 23, 2024
1 parent bc506ad commit 417f50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions packages/e2e/static/example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,8 @@ This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next

## Getting Started

First, run the development server:
Install dependencies via `npm install` or `yarn install`.

```bash
npm run dev
# or
yarn dev
```
Run the development server via `npm run dev` or `yarn dev`.

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
2 changes: 1 addition & 1 deletion packages/e2e/static/example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"lint": "next lint"
},
"dependencies": {
"next": "14.2.10",
"next": "14.2.15",
"react": "18.2.0",
"react-dom": "18.2.0"
},
Expand Down

0 comments on commit 417f50a

Please sign in to comment.