Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jun 28, 2024
1 parent 4889983 commit 147e85c
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 59 deletions.
108 changes: 50 additions & 58 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"scripts": {
"build": "npm run make",
"build-ci": "npm run build && node build/tools/prep-for-deploy.js",
"build-show-errors": "tsc --project tsconfig-show-errors.json",
"make": "rollup -c",
"check": "npm run lint",
"check-ci": "npm run pre-push",
Expand Down Expand Up @@ -44,6 +45,7 @@
"@rollup/plugin-node-resolve": "^15.2.3",
"@rollup/plugin-typescript": "^11.1.6",
"@tsconfig/recommended": "^1.0.6",
"@types/node": "20.0.0",
"@typescript-eslint/eslint-plugin": "^7.13.0",
"@typescript-eslint/parser": "^7.13.0",
"@webgpu/types": "^0.1.42",
Expand All @@ -56,7 +58,7 @@
"express": "^4.19.2",
"markdown-it": "^13.0.2",
"mocha": "^10.4.0",
"puppeteer": "^22.10.1",
"puppeteer": "^22.12.1",
"rollup": "^4.18.0",
"servez": "^2.1.6",
"tslib": "^2.6.3",
Expand Down

0 comments on commit 147e85c

Please sign in to comment.