Skip to content
Merged
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
9 changes: 4 additions & 5 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@
## Reporting a Vulnerability

To report a security vulnerability please
[open a new issue](https://github.com/P5-wrapper/next/issues/new)
with the label `security`. Security issues are a priority, and we aim to resolve
them within 48 hours. If a security vulnerability cannot be resolved by us, we
will raise the issue upstream with relevant parties such as 3rd party package
managers.
[open a new issue](https://github.com/P5-wrapper/next/issues/new) with the label
`security`. Security issues are a priority, and we aim to resolve them within 48
hours. If a security vulnerability cannot be resolved by us, we will raise the
issue upstream with relevant parties such as 3rd party package managers.

## Contacts

Expand Down
20 changes: 10 additions & 10 deletions .github/SUPPORT.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ This repository is maintained by the @jamesrweb and the community, who all
volunteer their time.

We track bugs, user questions, suggestions and requests through
[issues](https://github.com/P5-wrapper/next/issues) raised via the
project repository issues tab.
[issues](https://github.com/P5-wrapper/next/issues) raised via the project
repository issues tab.

## Need help with something?

All questions should be raised in
[an issue](https://github.com/P5-wrapper/next/issues/new) with the
`question` tag and the `help wanted` tag added to the issue.
[an issue](https://github.com/P5-wrapper/next/issues/new) with the `question`
tag and the `help wanted` tag added to the issue.

## Found a bug?

All bugs should be raised in
[an issue](https://github.com/P5-wrapper/next/issues/new) with the
`bug` tag added to the issue.
[an issue](https://github.com/P5-wrapper/next/issues/new) with the `bug` tag
added to the issue.

## Though of a cool new feature?

All bugs should be raised in
[an issue](https://github.com/P5-wrapper/next/issues/new) with the
`enhancement` tag added to the issue.
[an issue](https://github.com/P5-wrapper/next/issues/new) with the `enhancement`
tag added to the issue.

## Have questions about the project?

All questions should be raised in
[an issue](https://github.com/P5-wrapper/next/issues/new) with the
`question` tag added to the issue.
[an issue](https://github.com/P5-wrapper/next/issues/new) with the `question`
tag added to the issue.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,13 @@

> **Note:**
>
> This library simply re-exports the [@P5-wrapper/react (react-p5-wrapper) component](https://github.com/P5-wrapper/react) as a NextJS dynamic component. Nothing more.
> This library simply re-exports the
> [@P5-wrapper/react (react-p5-wrapper) component](https://github.com/P5-wrapper/react)
> as a NextJS dynamic component. Nothing more.
>
> For more in-depth information on the base component, check the documentation via [the @P5-wrapper/react (react-p5-wrapper) docs](https://github.com/P5-wrapper/react).
> For more in-depth information on the base component, check the documentation
> via
> [the @P5-wrapper/react (react-p5-wrapper) docs](https://github.com/P5-wrapper/react).

## Installation

Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,13 +52,13 @@
"react-dom": ">= 19.0.0"
},
"devDependencies": {
"@types/node": "^25.0.1",
"@types/react": "^19.2.7",
"@types/node": "^25.2.0",
"@types/react": "^19.2.11",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2",
"@vitejs/plugin-react": "^5.1.3",
"rimraf": "^6.1.2",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vite": "^7.3.1",
"vite-plugin-dts": "^4.5.4"
}
}
Loading
Loading