Skip to content

Commit 1ecdc70

Browse files
committed
chore: Update project dependencies
1 parent 205bd60 commit 1ecdc70

3 files changed

Lines changed: 748 additions & 421 deletions

File tree

package.json

Lines changed: 17 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
44
"version": "5.0.2",
55
"type": "module",
6+
"packageManager": "pnpm@10.32.1",
7+
"engines": {
8+
"node": ">=24.14.0"
9+
},
610
"homepage": "https://github.com/P5-wrapper/react",
711
"license": "MIT",
812
"files": [
@@ -80,7 +84,7 @@
8084
},
8185
"dependencies": {
8286
"microdiff": "^1.5.0",
83-
"react-error-boundary": "^6.1.0"
87+
"react-error-boundary": "^6.1.1"
8488
},
8589
"peerDependencies": {
8690
"p5": ">= 2.0.0",
@@ -89,36 +93,36 @@
8993
},
9094
"devDependencies": {
9195
"@babel/eslint-plugin": "^7.27.1",
92-
"@eslint/compat": "^2.0.2",
96+
"@eslint/compat": "^2.0.3",
9397
"@eslint/js": "^10.0.1",
9498
"@testing-library/jest-dom": "6.9.1",
9599
"@testing-library/react": "^16.3.2",
96100
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
97101
"@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",
100104
"@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",
104108
"babel-plugin-react-compiler": "19.1.0-rc.3",
105-
"eslint": "^10.0.2",
109+
"eslint": "^10.0.3",
106110
"eslint-plugin-react": "^7.37.5",
107111
"eslint-plugin-react-compiler": "19.1.0-rc.2",
108112
"eslint-plugin-react-hooks": "^7.0.1",
109113
"gh-pages": "^6.3.0",
110-
"happy-dom": "^20.5.0",
114+
"happy-dom": "^20.8.4",
111115
"p5.capture": "^1.6.0",
112116
"p5.record.js": "^0.3.0",
113117
"prettier": "^3.8.1",
114118
"react": "19.2.4",
115119
"react-dom": "19.2.4",
116-
"rimraf": "^6.1.2",
120+
"rimraf": "^6.1.3",
117121
"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",
120124
"vite-plugin-dts": "^4.5.4",
121-
"vitest": "^4.0.18",
125+
"vitest": "^4.1.0",
122126
"vitest-canvas-mock": "^1.1.3"
123127
}
124128
}

0 commit comments

Comments
 (0)