Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrweb committed Dec 6, 2023
1 parent 20dacc9 commit 3065e9a
Show file tree
Hide file tree
Showing 2 changed files with 2,885 additions and 1,228 deletions.
19 changes: 10 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
}
},
"scripts": {
"postinstall": "pnpm format",
"build": "rimraf dist && pnpm build:component && pnpm build:demo",
"build:component": "tsc --declaration --emitDeclarationOnly && vite build --config config/vite/vite.component.config.ts",
"build:demo": "vite build --config config/vite/vite.demo.config.ts",
Expand Down Expand Up @@ -88,30 +89,30 @@
"react-dom": ">= 18.2.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.1.4",
"@testing-library/jest-dom": "^6.1.5",
"@testing-library/react": "^14.1.2",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20.9.4",
"@types/node": "^20.10.3",
"@types/p5": "^1.7.4",
"@types/react": "^18.2.38",
"@types/react": "^18.2.42",
"@types/react-dom": "^18.2.17",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@vitejs/plugin-react": "^4.2.0",
"@vitest/coverage-v8": "^0.34.6",
"@typescript-eslint/eslint-plugin": "^6.13.2",
"@vitejs/plugin-react": "^4.2.1",
"@vitest/coverage-v8": "^1.0.1",
"canvas": "^2.11.2",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"gh-pages": "^6.1.0",
"jsdom": "^23.0.1",
"prettier": "^3.1.0",
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"vite": "^5.0.5",
"vite": "^5.0.6",
"vitest": "^0.34.6"
},
"dependencies": {
"microdiff": "^1.3.2",
"p5": "^1.8.0"
"p5": "^1.9.0"
}
}
Loading

0 comments on commit 3065e9a

Please sign in to comment.