Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack-Works committed Dec 13, 2024
1 parent 40d94ae commit c8088c6
Show file tree
Hide file tree
Showing 2 changed files with 429 additions and 2,617 deletions.
23 changes: 11 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@masknet/stego-js",
"version": "0.15.0",
"packageManager": "pnpm@9.12.2",
"packageManager": "pnpm@9.15.0",
"type": "module",
"description": "Steganography, based on frequency domain implemented in JavaScript.",
"repository": "https://github.com/DimensionDev/Stego-JS",
Expand All @@ -22,26 +22,25 @@
"release": "pnpm run build && npx changeset publish"
},
"dependencies": {
"@rgba-image/lanczos": "^0.1.0",
"@rgba-image/lanczos": "^0.1.1",
"meow": "^13.2.0"
},
"devDependencies": {
"@changesets/cli": "^2.24.4",
"@changesets/cli": "^2.27.10",
"@napi-rs/image": "^1.4.0",
"@rollup/plugin-replace": "^6.0.1",
"@swc/core": "^1.7.39",
"@types/node": "^22.7.9",
"@types/offscreencanvas": "^2019.7.0",
"jest": "^29.1.2",
"@swc/core": "^1.10.1",
"@types/node": "^22.10.2",
"@types/offscreencanvas": "^2019.7.3",
"jest-file-snapshot": "^0.7.0",
"prettier": "^3.3.3",
"rollup": "^4.24.0",
"prettier": "^3.4.2",
"rollup": "^4.28.1",
"rollup-plugin-swc3": "^0.12.1",
"typescript": "^5.6.3",
"vitest": "^2.1.3"
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"optionalDependencies": {
"@napi-rs/image": "^1.4.0"
"@napi-rs/image": "^1.9.2"
},
"pnpm": {
"onlyBuiltDependencies": []
Expand Down
Loading

0 comments on commit c8088c6

Please # to comment.