Skip to content

Commit

Permalink
Merge pull request #352 from ryohey/update
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
ryohey committed May 21, 2024
2 parents 2785b65 + ae92bbd commit 2c5c79f
Show file tree
Hide file tree
Showing 8 changed files with 4,952 additions and 3,518 deletions.
6,386 changes: 3,385 additions & 3,001 deletions package-lock.json

Large diffs are not rendered by default.

60 changes: 30 additions & 30 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"@dnd-kit/core": "^6.1.0",
"@dnd-kit/sortable": "^8.0.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@emotion/styled": "^11.11.5",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
Expand All @@ -47,73 +47,73 @@
"@ryohey/react-svg-spinners": "^0.3.2",
"@ryohey/wavelet": "^0.7.1",
"@ryohey/webgl-react": "^0.4.2",
"@sentry/react": "^7.106.0",
"@sentry/tracing": "^7.106.0",
"@types/react": "^18.2.64",
"@sentry/browser": "^8.2.1",
"@sentry/react": "^8.2.1",
"@types/react": "^18.3.2",
"color": "^4.2.3",
"firebase": "^10.8.1",
"firebase": "^10.12.1",
"firebaseui": "^6.1.0",
"get-port-please": "^3.1.2",
"gl-matrix": "^3.4.3",
"lodash": "^4.17.21",
"mdi-react": "^9.4.0",
"midifile-ts": "1.5.1",
"mobx": "^6.12.0",
"mobx-persist-store": "^1.1.4",
"mobx-react-lite": "4.0.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"mobx": "^6.12.3",
"mobx-persist-store": "^1.1.5",
"mobx-react-lite": "4.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-helmet-async": "^2.0.5",
"react-share": "^5.1.0",
"react-window": "^1.8.10",
"serializr": "^3.0.2",
"wav-encoder": "^1.3.0",
"wouter": "^3.0.2"
"wouter": "^3.1.3"
},
"devDependencies": {
"@babel/core": "^7.24.0",
"@babel/preset-env": "7.24.0",
"@babel/preset-react": "7.23.3",
"@babel/preset-typescript": "7.23.3",
"@babel/core": "^7.24.5",
"@babel/preset-env": "7.24.5",
"@babel/preset-react": "7.24.1",
"@babel/preset-typescript": "7.24.1",
"@emotion/babel-plugin": "^11.11.0",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.11",
"@sentry/webpack-plugin": "^2.14.3",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.13",
"@sentry/webpack-plugin": "^2.16.1",
"@types/color": "3.0.6",
"@types/jest": "29.5.12",
"@types/lodash": "^4.14.202",
"@types/node": "20.11.25",
"@types/react-dom": "^18.2.21",
"@types/lodash": "^4.17.4",
"@types/node": "20.12.12",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "6.1.11",
"@types/react-window": "^1.8.8",
"@types/wav-encoder": "^1.3.3",
"@types/webmidi": "2.0.10",
"@types/webpack-env": "1.18.4",
"@types/webpack-env": "1.18.5",
"@types/wicg-file-system-access": "^2023.10.5",
"babel-jest": "^29.7.0",
"babel-loader": "^9.1.3",
"babel-plugin-inline-react-svg": "^2.0.2",
"babel-plugin-lodash": "^3.3.4",
"concurrently": "^8.2.2",
"copy-webpack-plugin": "12.0.2",
"dotenv-webpack": "^8.0.1",
"dotenv-webpack": "^8.1.0",
"fork-ts-checker-webpack-plugin": "9.0.2",
"html-webpack-plugin": "^5.6.0",
"jest": "^29.7.0",
"prettier": "^3.2.5",
"react-refresh": "0.14.0",
"ts-jest": "^29.1.2",
"react-refresh": "0.14.2",
"ts-jest": "^29.1.3",
"ts-loader": "^9.5.1",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"url-loader": "^4.1.1",
"webpack": "^5.90.3",
"webpack": "^5.91.0",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.0.2",
"webpack-dev-server": "^5.0.4",
"webpack-merge": "5.10.0",
"workbox-webpack-plugin": "^7.0.0"
"workbox-webpack-plugin": "^7.1.0"
},
"overrides": {
"@pmmmwh/react-refresh-webpack-plugin": {
"webpack-dev-server": "^5.0.2"
"webpack-dev-server": "^5.0.4"
}
}
}
4 changes: 3 additions & 1 deletion scripts/perf/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
import { existsSync } from "fs"
import fs from "fs/promises"
import { setTimeout } from "node:timers/promises"
import path, { dirname } from "path"
import puppeteer from "puppeteer"
import { fileURLToPath } from "url"

const __filename = fileURLToPath(import.meta.url)
const __dirname = dirname(__filename)

Expand Down Expand Up @@ -35,7 +37,7 @@ await fileChooser?.accept([midiFilePath])

await page.click("#button-play")

await page.waitForTimeout(10000)
await setTimeout(10000)

const metrics = await page.metrics()
const result = JSON.stringify(metrics, null, 2)
Expand Down
Loading

0 comments on commit 2c5c79f

Please sign in to comment.