Skip to content

Commit 8712228

Browse files
authored
Update dependencies for patch release (#298)
* Update dependencies * 4.3.1
1 parent 20dacc9 commit 8712228

File tree

2 files changed

+2886
-1229
lines changed

2 files changed

+2886
-1229
lines changed

package.json

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@p5-wrapper/react",
33
"description": "A wrapper component that allows you to utilise P5 sketches within React apps.",
4-
"version": "4.3.0",
4+
"version": "4.3.1",
55
"type": "module",
66
"homepage": "https://github.com/P5-wrapper/react",
77
"license": "MIT",
@@ -24,6 +24,7 @@
2424
}
2525
},
2626
"scripts": {
27+
"postinstall": "pnpm format",
2728
"build": "rimraf dist && pnpm build:component && pnpm build:demo",
2829
"build:component": "tsc --declaration --emitDeclarationOnly && vite build --config config/vite/vite.component.config.ts",
2930
"build:demo": "vite build --config config/vite/vite.demo.config.ts",
@@ -88,30 +89,30 @@
8889
"react-dom": ">= 18.2.0"
8990
},
9091
"devDependencies": {
91-
"@testing-library/jest-dom": "^6.1.4",
92+
"@testing-library/jest-dom": "^6.1.5",
9293
"@testing-library/react": "^14.1.2",
9394
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
94-
"@types/node": "^20.9.4",
95+
"@types/node": "^20.10.3",
9596
"@types/p5": "^1.7.4",
96-
"@types/react": "^18.2.38",
97+
"@types/react": "^18.2.42",
9798
"@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",
101102
"canvas": "^2.11.2",
102-
"eslint": "^8.54.0",
103+
"eslint": "^8.55.0",
103104
"eslint-plugin-react": "^7.33.2",
104105
"eslint-plugin-react-hooks": "^4.6.0",
105106
"gh-pages": "^6.1.0",
106107
"jsdom": "^23.0.1",
107108
"prettier": "^3.1.0",
108109
"rimraf": "^5.0.5",
109110
"typescript": "^5.3.2",
110-
"vite": "^5.0.5",
111+
"vite": "^5.0.6",
111112
"vitest": "^0.34.6"
112113
},
113114
"dependencies": {
114115
"microdiff": "^1.3.2",
115-
"p5": "^1.8.0"
116+
"p5": "^1.9.0"
116117
}
117118
}

0 commit comments

Comments
 (0)