|
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": "5.0.0-rc.2", |
| 4 | + "version": "5.0.0-rc.3", |
5 | 5 | "type": "module", |
6 | 6 | "homepage": "https://github.com/P5-wrapper/react", |
7 | 7 | "license": "MIT", |
|
87 | 87 | "react-dom": ">= 19.0.0" |
88 | 88 | }, |
89 | 89 | "devDependencies": { |
90 | | - "@babel/eslint-plugin": "^7.25.9", |
91 | | - "@eslint/compat": "^1.2.6", |
92 | | - "@eslint/js": "^9.20.0", |
| 90 | + "@babel/eslint-plugin": "^7.27.1", |
| 91 | + "@eslint/compat": "^1.3.1", |
| 92 | + "@eslint/js": "^9.30.1", |
93 | 93 | "@testing-library/jest-dom": "6.6.3", |
94 | | - "@testing-library/react": "^16.2.0", |
| 94 | + "@testing-library/react": "^16.3.0", |
95 | 95 | "@trivago/prettier-plugin-sort-imports": "^5.2.2", |
96 | | - "@types/jest": "^29.5.14", |
97 | | - "@types/node": "^22.13.4", |
| 96 | + "@types/jest": "^30.0.0", |
| 97 | + "@types/node": "^24.0.10", |
98 | 98 | "@types/p5": "^1.7.6", |
99 | | - "@types/react": "^19.0.8", |
100 | | - "@types/react-dom": "^19.0.3", |
101 | | - "@typescript-eslint/eslint-plugin": "^8.24.0", |
102 | | - "@vitejs/plugin-react": "^4.3.4", |
103 | | - "@vitest/coverage-v8": "^3.0.5", |
104 | | - "babel-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209", |
105 | | - "eslint": "^9.20.1", |
106 | | - "eslint-plugin-react": "^7.37.4", |
107 | | - "eslint-plugin-react-compiler": "19.0.0-beta-30d8a17-20250209", |
108 | | - "eslint-plugin-react-hooks": "^5.1.0", |
| 99 | + "@types/react": "^19.1.8", |
| 100 | + "@types/react-dom": "^19.1.6", |
| 101 | + "@typescript-eslint/eslint-plugin": "^8.35.1", |
| 102 | + "@vitejs/plugin-react": "^4.6.0", |
| 103 | + "@vitest/coverage-v8": "^3.2.4", |
| 104 | + "babel-plugin-react-compiler": "19.1.0-rc.2", |
| 105 | + "eslint": "^9.30.1", |
| 106 | + "eslint-plugin-react": "^7.37.5", |
| 107 | + "eslint-plugin-react-compiler": "19.1.0-rc.2", |
| 108 | + "eslint-plugin-react-hooks": "^5.2.0", |
109 | 109 | "gh-pages": "^6.3.0", |
110 | 110 | "jiti": "^2.4.2", |
111 | 111 | "js": "^0.1.0", |
112 | | - "jsdom": "^26.0.0", |
| 112 | + "jsdom": "^26.1.0", |
113 | 113 | "p5.capture": "^1.6.0", |
114 | | - "prettier": "^3.5.1", |
| 114 | + "prettier": "^3.6.2", |
115 | 115 | "react": "19.1.0", |
116 | 116 | "react-dom": "19.1.0", |
117 | 117 | "rimraf": "^6.0.1", |
118 | | - "typescript": "^5.7.3", |
119 | | - "typescript-eslint": "^8.24.0", |
120 | | - "vite": "^6.1.0", |
121 | | - "vite-plugin-dts": "^4.5.0", |
122 | | - "vitest": "^3.0.5", |
| 118 | + "typescript": "^5.8.3", |
| 119 | + "typescript-eslint": "^8.35.1", |
| 120 | + "vite": "^7.0.2", |
| 121 | + "vite-plugin-dts": "^4.5.4", |
| 122 | + "vitest": "^3.2.4", |
123 | 123 | "vitest-canvas-mock": "^0.3.3" |
124 | 124 | } |
125 | 125 | } |
0 commit comments