|
1 | 1 | { |
2 | 2 | "name": "@p5-wrapper/react", |
3 | 3 | "description": "A wrapper component that allows you to utilise P5 sketches within React apps.", |
4 | | - "version": "4.3.0", |
| 4 | + "version": "4.3.1", |
5 | 5 | "type": "module", |
6 | 6 | "homepage": "https://github.com/P5-wrapper/react", |
7 | 7 | "license": "MIT", |
|
24 | 24 | } |
25 | 25 | }, |
26 | 26 | "scripts": { |
| 27 | + "postinstall": "pnpm format", |
27 | 28 | "build": "rimraf dist && pnpm build:component && pnpm build:demo", |
28 | 29 | "build:component": "tsc --declaration --emitDeclarationOnly && vite build --config config/vite/vite.component.config.ts", |
29 | 30 | "build:demo": "vite build --config config/vite/vite.demo.config.ts", |
|
88 | 89 | "react-dom": ">= 18.2.0" |
89 | 90 | }, |
90 | 91 | "devDependencies": { |
91 | | - "@testing-library/jest-dom": "^6.1.4", |
| 92 | + "@testing-library/jest-dom": "^6.1.5", |
92 | 93 | "@testing-library/react": "^14.1.2", |
93 | 94 | "@trivago/prettier-plugin-sort-imports": "^4.3.0", |
94 | | - "@types/node": "^20.9.4", |
| 95 | + "@types/node": "^20.10.3", |
95 | 96 | "@types/p5": "^1.7.4", |
96 | | - "@types/react": "^18.2.38", |
| 97 | + "@types/react": "^18.2.42", |
97 | 98 | "@types/react-dom": "^18.2.17", |
98 | | - "@typescript-eslint/eslint-plugin": "^6.12.0", |
99 | | - "@vitejs/plugin-react": "^4.2.0", |
100 | | - "@vitest/coverage-v8": "^0.34.6", |
| 99 | + "@typescript-eslint/eslint-plugin": "^6.13.2", |
| 100 | + "@vitejs/plugin-react": "^4.2.1", |
| 101 | + "@vitest/coverage-v8": "^1.0.1", |
101 | 102 | "canvas": "^2.11.2", |
102 | | - "eslint": "^8.54.0", |
| 103 | + "eslint": "^8.55.0", |
103 | 104 | "eslint-plugin-react": "^7.33.2", |
104 | 105 | "eslint-plugin-react-hooks": "^4.6.0", |
105 | 106 | "gh-pages": "^6.1.0", |
106 | 107 | "jsdom": "^23.0.1", |
107 | 108 | "prettier": "^3.1.0", |
108 | 109 | "rimraf": "^5.0.5", |
109 | 110 | "typescript": "^5.3.2", |
110 | | - "vite": "^5.0.5", |
| 111 | + "vite": "^5.0.6", |
111 | 112 | "vitest": "^0.34.6" |
112 | 113 | }, |
113 | 114 | "dependencies": { |
114 | 115 | "microdiff": "^1.3.2", |
115 | | - "p5": "^1.8.0" |
| 116 | + "p5": "^1.9.0" |
116 | 117 | } |
117 | 118 | } |
0 commit comments