Skip to content

Commit

Permalink
chore: Upgrade GPU.js
Browse files Browse the repository at this point in the history
  • Loading branch information
robertleeplummerjr committed Mar 28, 2022
1 parent 0167c97 commit ec9c1b5
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 58 deletions.
125 changes: 70 additions & 55 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@
"thaw.js": "^2.1.4"
},
"peerDependencies": {
"gpu.js": "^2.11.2"
"gpu.js": "^2.15.2"
},
"devDependencies": {
"gpu.js": "^2.11.2",
"@babel/preset-typescript": "^7.13.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
Expand Down Expand Up @@ -42,6 +41,7 @@
"eslint-plugin-standard": "^4.0.2",
"fast-xml-parser": "^3.17.4",
"gpu-mock.js": "^1.3.1",
"gpu.js": "^2.15.2",
"husky": "^4.3.0",
"jest": "^26.6.1",
"npm-run-all": "^4.1.5",
Expand Down Expand Up @@ -113,5 +113,5 @@
},
"types": "dist/src",
"unpkg": "dist/browser.js",
"version": "2.0.0-beta.9"
"version": "2.0.0-beta.10"
}

0 comments on commit ec9c1b5

Please sign in to comment.