Skip to content

Commit

Permalink
update extension scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Jan 17, 2024
1 parent 7bc0a68 commit 28b0ec1
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 13 deletions.
38 changes: 30 additions & 8 deletions package-lock.json

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

7 changes: 2 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -215,11 +215,9 @@
],
"devDependencies": {
"@pixi/eslint-config": "^4.0.1",
"@pixi/extension-scripts": "2.0.2",
"@pixi/extension-scripts": "2.1.0",
"@pixi/webdoc-template": "^1.5.5",
"@types/gradient-parser": "^0.1.2",
"@rollup/plugin-node-resolve": "^15.0.1",
"@rollup/plugin-commonjs": "^24.0.0",
"@webdoc/cli": "^2.2.0",
"base64-to-image": "^1.0.2",
"copyfiles": "^2.4.1",
Expand All @@ -236,12 +234,11 @@
"pixi.js": "^8.0.0-rc.4",
"pre-commit": "^1.2.2",
"rimraf": "^4.1.1",
"rollup-plugin-esbuild": "^5.0.0",
"tslib": "^2.0.3",
"typescript": "^4.8.0"
},
"peerDependencies": {
"pixi.js": "^8.0.0.0"
"pixi.js": ">=8.0.0-0"
},
"extensionConfig": {
"serve": "tools/demo",
Expand Down

0 comments on commit 28b0ec1

Please sign in to comment.