Skip to content

Commit afe043a

Browse files
committed
Update dependencies
1 parent 9bfba86 commit afe043a

File tree

2 files changed

+339
-292
lines changed

2 files changed

+339
-292
lines changed

package.json

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -85,27 +85,29 @@
8585
"@testing-library/jest-dom": "^5.16.5",
8686
"@testing-library/react": "^14.0.0",
8787
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
88-
"@types/node": "^18.15.11",
88+
"@types/node": "^18.16.3",
8989
"@types/p5": "^1.6.1",
90-
"@types/react": "^18.0.37",
91-
"@types/react-dom": "^18.0.11",
92-
"@typescript-eslint/eslint-plugin": "^5.59.0",
90+
"@types/react": "^18.2.0",
91+
"@types/react-dom": "^18.2.1",
92+
"@typescript-eslint/eslint-plugin": "^5.59.2",
9393
"@vitejs/plugin-react": "^4.0.0",
9494
"@vitest/coverage-c8": "^0.30.1",
9595
"canvas": "^2.11.2",
96-
"eslint": "^8.38.0",
96+
"eslint": "^8.39.0",
9797
"eslint-plugin-react": "^7.32.2",
9898
"eslint-plugin-react-hooks": "^4.6.0",
9999
"gh-pages": "^5.0.0",
100100
"jsdom": "^22.0.0",
101-
"prettier": "^2.8.7",
101+
"prettier": "^2.8.8",
102102
"rimraf": "^5.0.0",
103103
"typescript": "^5.0.4",
104-
"vite": "^4.2.2",
104+
"vite": "^4.3.4",
105105
"vitest": "^0.30.1"
106106
},
107107
"dependencies": {
108108
"microdiff": "^1.3.2",
109-
"p5": "^1.6.0"
109+
"p5": "^1.6.0",
110+
"react": "^18.2.0",
111+
"react-dom": "^18.2.0"
110112
}
111113
}

0 commit comments

Comments
 (0)