Skip to content

Commit 0b25c47

Browse files
committed
chore(polyfill): bump
1 parent 29ff429 commit 0b25c47

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

packages/canvas-polyfill/package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nativescript/canvas-polyfill",
3-
"version": "1.0.0-alpha17",
3+
"version": "1.0.0-alpha18",
44
"description": "Polyfill for making NativeScript compatible with web libs like pixi.js, three.js, phaser.js, babylon.js, etc....",
55
"main": "index",
66
"typings": "index.d.ts",
@@ -33,9 +33,10 @@
3333
"readmeFilename": "README.md",
3434
"bootstrapper": "@nativescript/plugin-seed",
3535
"peerDependencies": {
36-
"@nativescript/canvas": "~0.9.8"
36+
"@nativescript/canvas": "~0.9.10"
3737
},
3838
"dependencies": {
39-
"xmldom-qsa": "^1.0.3"
39+
"xmldom-qsa": "^1.0.3",
40+
"@nativescript/canvas-media": "~0.1.0"
4041
}
4142
}

0 commit comments

Comments
 (0)