Skip to content

Commit ec9c1b5

Browse files
chore: Upgrade GPU.js
1 parent 0167c97 commit ec9c1b5

File tree

2 files changed

+73
-58
lines changed

2 files changed

+73
-58
lines changed

package-lock.json

Lines changed: 70 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@
99
"thaw.js": "^2.1.4"
1010
},
1111
"peerDependencies": {
12-
"gpu.js": "^2.11.2"
12+
"gpu.js": "^2.15.2"
1313
},
1414
"devDependencies": {
15-
"gpu.js": "^2.11.2",
1615
"@babel/preset-typescript": "^7.13.0",
1716
"@rollup/plugin-commonjs": "^15.1.0",
1817
"@rollup/plugin-json": "^4.1.0",
@@ -42,6 +41,7 @@
4241
"eslint-plugin-standard": "^4.0.2",
4342
"fast-xml-parser": "^3.17.4",
4443
"gpu-mock.js": "^1.3.1",
44+
"gpu.js": "^2.15.2",
4545
"husky": "^4.3.0",
4646
"jest": "^26.6.1",
4747
"npm-run-all": "^4.1.5",
@@ -113,5 +113,5 @@
113113
},
114114
"types": "dist/src",
115115
"unpkg": "dist/browser.js",
116-
"version": "2.0.0-beta.9"
116+
"version": "2.0.0-beta.10"
117117
}

0 commit comments

Comments
 (0)