|
8 | 8 | "type": "module",
|
9 | 9 | "dependencies": {
|
10 | 10 | "@howt/data-compressed-bc": "^0.10.1",
|
11 |
| - "@saschazar/wasm-webp": "^2.0.0", |
12 |
| - "@sindresorhus/is": "^4.0.0", |
13 |
| - "browser-or-node": "^1.3.0", |
14 |
| - "canvas": "^2.6.1", |
15 |
| - "chalk": "^4.0.0", |
| 11 | + "@saschazar/wasm-webp": "^3.0.0", |
| 12 | + "@sindresorhus/is": "^7.0.0", |
| 13 | + "browser-or-node": "^3.0.0", |
| 14 | + "canvas": "^3.0.0", |
| 15 | + "chalk": "^5.0.0", |
16 | 16 | "decode-dxt": "^1.0.1",
|
17 | 17 | "dxt-js": "^0.0.3",
|
18 |
| - "file-type": "^16.0.1", |
19 |
| - "jimp": "^0.16.1", |
20 |
| - "jsdom": "^16.4.0", |
21 |
| - "ow": "^0.19.0", |
| 18 | + "file-type": "^20.0.0", |
| 19 | + "jimp": "^1.0.0", |
| 20 | + "jsdom": "^26.0.0", |
| 21 | + "ow": "^2.0.0", |
22 | 22 | "sharp": "^0.26.2",
|
23 | 23 | "tga": "^1.0.4"
|
24 | 24 | },
|
|
37 | 37 | "@babel/plugin-syntax-import-assertions": "^7.12.1",
|
38 | 38 | "@babel/plugin-transform-runtime": "^7.12.1",
|
39 | 39 | "@babel/preset-env": "^7.12.1",
|
40 |
| - "@pumpn/eslint-config": "^6.0.0", |
41 |
| - "@rollup/plugin-babel": "^5.2.1", |
42 |
| - "@rollup/plugin-commonjs": "^16.0.0", |
43 |
| - "@rollup/plugin-json": "^4.1.0", |
44 |
| - "@rollup/plugin-node-resolve": "^10.0.0", |
45 |
| - "concurrently": "^5.3.0", |
46 |
| - "documentation": "^13.1.0", |
47 |
| - "eslint": "^7.12.1", |
48 |
| - "jsdoc": "^3.6.6", |
| 40 | + "@pumpn/eslint-config": "^16.0.0", |
| 41 | + "@rollup/plugin-babel": "^6.0.0", |
| 42 | + "@rollup/plugin-commonjs": "^28.0.0", |
| 43 | + "@rollup/plugin-json": "^6.0.0", |
| 44 | + "@rollup/plugin-node-resolve": "^16.0.0", |
| 45 | + "concurrently": "^9.0.0", |
| 46 | + "documentation": "^14.0.0", |
| 47 | + "eslint": "^9.0.0", |
| 48 | + "jsdoc": "^4.0.0", |
49 | 49 | "jsdoc-babel": "^0.5.0",
|
50 | 50 | "rollup": "^2.33.1",
|
51 | 51 | "rollup-plugin-clear": "^2.0.7",
|
52 |
| - "rollup-plugin-filesize": "^9.0.2", |
| 52 | + "rollup-plugin-filesize": "^10.0.0", |
53 | 53 | "rollup-plugin-node-globals": "^1.4.0",
|
54 | 54 | "rollup-plugin-node-polyfills": "^0.2.1",
|
55 | 55 | "rollup-plugin-notify": "^1.1.0",
|
56 | 56 | "rollup-plugin-progress": "^1.1.2",
|
57 | 57 | "rollup-plugin-terser": "^7.0.2",
|
58 |
| - "rollup-plugin-visualizer": "^4.2.0" |
| 58 | + "rollup-plugin-visualizer": "^5.0.0" |
59 | 59 | },
|
60 | 60 | "scripts": {
|
61 | 61 | "start": "yarn build:module && node ./dist/index.js",
|
|
0 commit comments