Skip to content

Commit

Permalink
update lock
Browse files Browse the repository at this point in the history
  • Loading branch information
Zyie committed Apr 23, 2024
1 parent 43c8813 commit a5e3365
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 55 deletions.
58 changes: 7 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions packages/compress/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@play-co/assetpack-plugin-compress",
"version": "1.1.3",
"version": "1.2.2",
"description": "",
"homepage": "https://github.com/pixijs/assetpack/tree/master/packages/compress/#readme",
"bugs": "https://github.com/pixijs/assetpack/issues",
Expand Down Expand Up @@ -33,7 +33,7 @@
"sharp": "^0.33.3"
},
"devDependencies": {
"@play-co/assetpack-core": "1.1.3"
"@play-co/assetpack-core": "1.2.2"
},
"peerDependencies": {
"@play-co/assetpack-core": ">=0.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/texture-packer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,11 @@
},
"devDependencies": {
"@play-co/assetpack-core": "1.2.2",
"@play-co/assetpack-plugin-mipmap-compress": "1.2.2"
"@play-co/assetpack-plugin-compress": "1.2.2"
},
"peerDependencies": {
"@play-co/assetpack-core": ">=0.0.0",
"@play-co/assetpack-plugin-mipmap-compress": ">=0.0.0"
"@play-co/assetpack-plugin-compress": ">=0.0.0"
},
"engines": {
"node": ">=16.0.0"
Expand Down

0 comments on commit a5e3365

Please sign in to comment.