|
3 | 3 | "description": "A wrapper component that allows you to utilise P5 sketches within React apps.", |
4 | 4 | "version": "5.0.2", |
5 | 5 | "type": "module", |
| 6 | + "packageManager": "pnpm@10.32.1", |
| 7 | + "engines": { |
| 8 | + "node": ">=24.14.0" |
| 9 | + }, |
6 | 10 | "homepage": "https://github.com/P5-wrapper/react", |
7 | 11 | "license": "MIT", |
8 | 12 | "files": [ |
|
80 | 84 | }, |
81 | 85 | "dependencies": { |
82 | 86 | "microdiff": "^1.5.0", |
83 | | - "react-error-boundary": "^6.1.0" |
| 87 | + "react-error-boundary": "^6.1.1" |
84 | 88 | }, |
85 | 89 | "peerDependencies": { |
86 | 90 | "p5": ">= 2.0.0", |
|
89 | 93 | }, |
90 | 94 | "devDependencies": { |
91 | 95 | "@babel/eslint-plugin": "^7.27.1", |
92 | | - "@eslint/compat": "^2.0.2", |
| 96 | + "@eslint/compat": "^2.0.3", |
93 | 97 | "@eslint/js": "^10.0.1", |
94 | 98 | "@testing-library/jest-dom": "6.9.1", |
95 | 99 | "@testing-library/react": "^16.3.2", |
96 | 100 | "@trivago/prettier-plugin-sort-imports": "^6.0.2", |
97 | 101 | "@types/jest": "^30.0.0", |
98 | | - "@types/node": "^25.2.0", |
99 | | - "@types/react": "^19.2.11", |
| 102 | + "@types/node": "^25.5.0", |
| 103 | + "@types/react": "^19.2.14", |
100 | 104 | "@types/react-dom": "^19.2.3", |
101 | | - "@typescript-eslint/eslint-plugin": "^8.54.0", |
102 | | - "@vitejs/plugin-react": "^5.1.3", |
103 | | - "@vitest/coverage-v8": "^4.0.18", |
| 105 | + "@typescript-eslint/eslint-plugin": "^8.57.1", |
| 106 | + "@vitejs/plugin-react": "^6.0.1", |
| 107 | + "@vitest/coverage-v8": "^4.1.0", |
104 | 108 | "babel-plugin-react-compiler": "19.1.0-rc.3", |
105 | | - "eslint": "^10.0.2", |
| 109 | + "eslint": "^10.0.3", |
106 | 110 | "eslint-plugin-react": "^7.37.5", |
107 | 111 | "eslint-plugin-react-compiler": "19.1.0-rc.2", |
108 | 112 | "eslint-plugin-react-hooks": "^7.0.1", |
109 | 113 | "gh-pages": "^6.3.0", |
110 | | - "happy-dom": "^20.5.0", |
| 114 | + "happy-dom": "^20.8.4", |
111 | 115 | "p5.capture": "^1.6.0", |
112 | 116 | "p5.record.js": "^0.3.0", |
113 | 117 | "prettier": "^3.8.1", |
114 | 118 | "react": "19.2.4", |
115 | 119 | "react-dom": "19.2.4", |
116 | | - "rimraf": "^6.1.2", |
| 120 | + "rimraf": "^6.1.3", |
117 | 121 | "typescript": "^5.9.3", |
118 | | - "typescript-eslint": "^8.54.0", |
119 | | - "vite": "^7.3.1", |
| 122 | + "typescript-eslint": "^8.57.1", |
| 123 | + "vite": "^8.0.0", |
120 | 124 | "vite-plugin-dts": "^4.5.4", |
121 | | - "vitest": "^4.0.18", |
| 125 | + "vitest": "^4.1.0", |
122 | 126 | "vitest-canvas-mock": "^1.1.3" |
123 | 127 | } |
124 | 128 | } |
0 commit comments