|
1 | 1 | { |
2 | 2 | "name": "postprocessing", |
3 | | - "version": "6.37.0", |
| 3 | + "version": "6.37.1", |
4 | 4 | "description": "A post processing library for three.js.", |
5 | 5 | "homepage": "https://github.com/pmndrs/postprocessing", |
6 | 6 | "license": "Zlib", |
|
70 | 70 | "build:js": "node esbuild", |
71 | 71 | "build:js:min": "node esbuild -m", |
72 | 72 | "build:dts": "cpy \"types/*\" build/types && cpy \"types/*\" build/types --rename=index.d.cts", |
73 | | - "clean": "del-cli build tmp manual/resources \"manual/assets/**/dist\" public", |
| 73 | + "clean": "del-cli build temp manual/resources \"manual/assets/**/dist\" public", |
74 | 74 | "copy": "cpy \"demo/static/**/*\" public/demo", |
75 | 75 | "deploy": "run-s copy postcss hugo gzip", |
76 | 76 | "doc": "esdoc", |
|
79 | 79 | "lint": "run-p lint:*", |
80 | 80 | "lint:css": "stylelint --fix manual/assets/css/src", |
81 | 81 | "lint:js": "eslint --fix src demo/src manual/assets/js/src", |
| 82 | + "lint:dts": "tsc types/index.d.ts --noEmit", |
82 | 83 | "postcss": "postcss manual/assets/css/dist/index.css -o manual/assets/css/dist/index.css -c manual", |
83 | 84 | "prepublishOnly": "npm test", |
84 | 85 | "prewatch": "run-s clean copy build:css build:js", |
|
93 | 94 | }, |
94 | 95 | "devDependencies": { |
95 | 96 | "@tweakpane/core": "2.x.x", |
| 97 | + "@types/node": "22.x.x", |
96 | 98 | "@types/three": "0.x.x", |
97 | 99 | "@typescript-eslint/eslint-plugin": "8.x.x", |
98 | 100 | "@typescript-eslint/parser": "8.x.x", |
|
125 | 127 | "tiny-glob": "0.x.x", |
126 | 128 | "tslib": "2.x.x", |
127 | 129 | "tweakpane": "4.x.x", |
128 | | - "typescript": "5.7.x" |
| 130 | + "typescript": "5.8.x" |
129 | 131 | } |
130 | 132 | } |
0 commit comments