Skip to content

Commit

Permalink
chore: update NPM dependencies to the latest version: Next.js 14 and …
Browse files Browse the repository at this point in the history
…Cypress 13 (#102)
  • Loading branch information
ixartz authored Nov 7, 2023
1 parent 8ad9fd6 commit e6404f1
Show file tree
Hide file tree
Showing 3 changed files with 616 additions and 2,058 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[![Netlify Status](https://api.netlify.com/api/v1/badges/46648482-644c-4c80-bafb-872057e51b6b/deploy-status)](https://app.netlify.com/sites/next-dev-starter/deploys)

This is a [Next.js](https://nextjs.org/) v12 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!
This is a [Next.js](https://nextjs.org/) v14 project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app) and set up to be instantly deployed to [Netlify](https://url.netlify.com/SyTBPVamO)!

This project is a very minimal starter that includes 2 sample components, a global stylesheet, a `netlify.toml` for deployment, and a `jsconfig.json` for setting up absolute imports and aliases. With Netlify, you'll have access to features like Preview Mode, server-side rendering/incremental static regeneration via Netlify Functions, and internationalized routing on deploy automatically.

Expand Down Expand Up @@ -74,7 +74,7 @@ For our testing, we use [Cypress](https://www.cypress.io/) for end-to-end testin
- enable = true
-
- [plugins.inputs]
- enable = false
- enable = false
```

If you’d like to remove the `netlify-plugin-cypress` build plugin entirely, you’d need to delete the entire block above instead. And then make sure sure to remove the package from the dependencies using:
Expand Down
Loading

0 comments on commit e6404f1

Please sign in to comment.