Skip to content

Commit bf3b722

Browse files
authored
chore: Update project dependencies (#549)
1 parent bc4b673 commit bf3b722

3 files changed

Lines changed: 285 additions & 344 deletions

File tree

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
},
8181
"dependencies": {
8282
"microdiff": "^1.5.0",
83-
"react-error-boundary": "^6.0.0"
83+
"react-error-boundary": "^6.1.0"
8484
},
8585
"peerDependencies": {
8686
"p5": ">= 2.0.0",
@@ -89,36 +89,36 @@
8989
},
9090
"devDependencies": {
9191
"@babel/eslint-plugin": "^7.27.1",
92-
"@eslint/compat": "^2.0.0",
92+
"@eslint/compat": "^2.0.2",
9393
"@eslint/js": "^9.39.2",
9494
"@testing-library/jest-dom": "6.9.1",
95-
"@testing-library/react": "^16.3.0",
96-
"@trivago/prettier-plugin-sort-imports": "^6.0.0",
95+
"@testing-library/react": "^16.3.2",
96+
"@trivago/prettier-plugin-sort-imports": "^6.0.2",
9797
"@types/jest": "^30.0.0",
98-
"@types/node": "^25.0.1",
99-
"@types/react": "^19.2.7",
98+
"@types/node": "^25.2.0",
99+
"@types/react": "^19.2.11",
100100
"@types/react-dom": "^19.2.3",
101-
"@typescript-eslint/eslint-plugin": "^8.49.0",
102-
"@vitejs/plugin-react": "^5.1.2",
103-
"@vitest/coverage-v8": "^4.0.15",
101+
"@typescript-eslint/eslint-plugin": "^8.54.0",
102+
"@vitejs/plugin-react": "^5.1.3",
103+
"@vitest/coverage-v8": "^4.0.18",
104104
"babel-plugin-react-compiler": "19.1.0-rc.3",
105105
"eslint": "^9.39.2",
106106
"eslint-plugin-react": "^7.37.5",
107107
"eslint-plugin-react-compiler": "19.1.0-rc.2",
108108
"eslint-plugin-react-hooks": "^7.0.1",
109109
"gh-pages": "^6.3.0",
110-
"happy-dom": "^20.0.11",
110+
"happy-dom": "^20.5.0",
111111
"p5.capture": "^1.6.0",
112112
"p5.record.js": "^0.3.0",
113-
"prettier": "^3.7.4",
113+
"prettier": "^3.8.1",
114114
"react": "19.2.4",
115115
"react-dom": "19.2.4",
116116
"rimraf": "^6.1.2",
117117
"typescript": "^5.9.3",
118-
"typescript-eslint": "^8.49.0",
119-
"vite": "^7.2.7",
118+
"typescript-eslint": "^8.54.0",
119+
"vite": "^7.3.1",
120120
"vite-plugin-dts": "^4.5.4",
121-
"vitest": "^4.0.15",
121+
"vitest": "^4.0.18",
122122
"vitest-canvas-mock": "^1.1.3"
123123
}
124124
}

0 commit comments

Comments
 (0)