Skip to content

Commit

Permalink
Update dependencies (#251)
Browse files Browse the repository at this point in the history
* Update dependencies

* Update package.json

* Update dependencies

* fix tests and update all dependencies to latest versions
  • Loading branch information
jamesrweb authored Aug 29, 2023
1 parent 649c96e commit ce37454
Show file tree
Hide file tree
Showing 5 changed files with 3,223 additions and 1,559 deletions.
6 changes: 5 additions & 1 deletion demo/demo.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
body {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
font-family:
Helvetica Neue,
Helvetica,
Arial,
sans-serif;
font-size: 14px;
color: #333;
margin: 0;
Expand Down
2 changes: 1 addition & 1 deletion demo/index.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<head lang="en">
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down
36 changes: 18 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,30 +82,30 @@
"react-dom": ">= 18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.0.0",
"@testing-library/jest-dom": "^6.1.2",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.1.1",
"@types/node": "^18.15.11",
"@types/p5": "^1.6.1",
"@types/react": "^18.0.37",
"@types/react-dom": "^18.0.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@vitejs/plugin-react": "^4.0.0",
"@vitest/coverage-c8": "^0.33.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/node": "^20.5.7",
"@types/p5": "^1.7.0",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@vitejs/plugin-react": "^4.0.4",
"@vitest/coverage-v8": "^0.34.3",
"canvas": "^2.11.2",
"eslint": "^8.38.0",
"eslint-plugin-react": "^7.32.2",
"eslint": "^8.48.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.0.0",
"jsdom": "^22.0.0",
"prettier": "^2.8.7",
"rimraf": "^5.0.0",
"typescript": "^5.0.4",
"vite": "^4.2.2",
"vitest": "^0.34.0"
"jsdom": "^22.1.0",
"prettier": "^3.0.2",
"rimraf": "^5.0.1",
"typescript": "^5.2.2",
"vite": "^4.4.9",
"vitest": "^0.34.3"
},
"dependencies": {
"microdiff": "^1.3.2",
"p5": "^1.6.0"
"p5": "^1.7.0"
}
}
Loading

0 comments on commit ce37454

Please sign in to comment.