Go to file
Renovate Bot a5bd6f4077 chore(deps): update dependency @types/node to v18.17.14 (#5)
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/node) ([source](https://github.com/DefinitelyTyped/DefinitelyTyped)) | devDependencies | patch | [`18.17.13` -> `18.17.14`](https://renovatebot.com/diffs/npm/@types%2fnode/18.17.13/18.17.14) |

---

### Configuration

📅 **Schedule**: Branch creation - "before 3pm on Sunday" in timezone America/New_York, Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNi43Ny4wIiwidXBkYXRlZEluVmVyIjoiMzYuNzcuMCIsInRhcmdldEJyYW5jaCI6Im1haW4ifQ==-->

Reviewed-on: #5
Reviewed-by: chrisw-b <chrisw-b@noreply.localhost>
Co-authored-by: Renovate Bot <renovate.bot@chrisb.xyz>
Co-committed-by: Renovate Bot <renovate.bot@chrisb.xyz>
2023-09-03 11:08:46 -04:00
.github/workflows chore(deps): update all minor dependencies (minor) (#598) 2023-01-06 12:02:09 -05:00
components chore(deps): update linters (major) (#650) 2023-08-07 12:19:45 -04:00
lib chore(deps): update all minor dependencies (minor) (#602) 2023-02-22 23:10:27 -05:00
pages chore(deps): update all minor dependencies (minor) (#602) 2023-02-22 23:10:27 -05:00
public Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.babelrc Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.browserslistrc chore(deps): update linters (major) (#496) 2021-10-13 13:14:36 -04:00
.eslintignore Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.eslintrc.js fix(deps): update all patch dependencies (patch) (#649) 2023-08-07 13:19:40 -04:00
.gitignore Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.graphqlcodegen.yml Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.graphqlrc Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.npmrc fix(deps): update dependency react-markdown to v6 (#428) 2021-04-19 09:16:08 -04:00
.prettierignore Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
.prettierrc.json fix(deps): update all patch dependencies (patch) (#494) 2021-10-13 13:04:40 -04:00
.stylelintrc.json chore(deps): update linters (major) (#607) 2023-02-22 23:47:54 -05:00
README.md Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
netlify.toml Update netlify.toml 2023-02-20 09:12:17 -05:00
next-env.d.ts Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
next.config.js Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00
package-lock.json chore(deps): update dependency @types/node to v18.17.14 (#5) 2023-09-03 11:08:46 -04:00
package.json chore(deps): update dependency @types/node to v18.17.14 (#5) 2023-09-03 11:08:46 -04:00
renovate.json chore(deps): update dependency eslint-plugin-unicorn to v34 (#463) 2021-07-06 11:52:57 -04:00
tsconfig.json Use nextjs instead of custom functions (#516) 2021-12-18 16:46:01 -05:00

README.md

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.