Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkev committed Nov 29, 2024
1 parent ecc9f81 commit 1dd73e3
Show file tree
Hide file tree
Showing 2 changed files with 1,942 additions and 3,777 deletions.
15 changes: 7 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
"build": "npx nx run-many -t build",
"build:site": "npm run --workspace=site build",
"build:lib": "npm run --workspace=webgpu-waveform build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
"lint": "eslint"
},
"devDependencies": {
"@eslint/compat": "^1.2.3",
"@eslint/js": "^9.15.0",
"@nx/eslint": "20.1.2",
"@eslint/js": "^9.16.0",
"@types/eslint__js": "^8.42.3",
"eslint": "^9.13.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-react-hooks": "^5.1.0-rc-e948a5ac-20240807",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"nx": "20.1.2",
"typescript": "^5.6.3",
"typescript-eslint": "^8.14.0"
"nx": "20.1.4",
"typescript": "^5.7.2",
"typescript-eslint": "^8.16.0"
},
"packageManager": "pnpm@9.13.2"
"packageManager": "pnpm@9.14.4"
}
Loading

0 comments on commit 1dd73e3

Please sign in to comment.