|
26 | 26 | }
|
27 | 27 | ],
|
28 | 28 | "devDependencies": {
|
29 |
| - "@types/chai": "~4.2.12", |
| 29 | + "@types/chai": "~5.0.0", |
30 | 30 | "@types/chai-spies": "~1.0.1",
|
31 |
| - "@types/mocha": "~8.2.1", |
32 |
| - "@types/node": "~14.14.35", |
33 |
| - "@types/sinon": "~9.0.11", |
34 |
| - "@typescript-eslint/eslint-plugin": "^4.18.0", |
35 |
| - "@typescript-eslint/parser": "^4.18.0", |
36 |
| - "chai": "~4.3.4", |
37 |
| - "chai-spies": "~1.0.0", |
| 31 | + "@types/mocha": "~10.0.9", |
| 32 | + "@types/node": "~22.7.5", |
| 33 | + "@types/sinon": "~17.0.3", |
| 34 | + "@typescript-eslint/eslint-plugin": "^8.8.1", |
| 35 | + "@typescript-eslint/parser": "^8.8.1", |
| 36 | + "chai": "~5.1.1", |
| 37 | + "chai-spies": "~1.1.0", |
38 | 38 | "coveralls": "~3.1.0",
|
39 | 39 | "cross-env": "~7.0.3",
|
40 |
| - "eslint": "~7.22.0", |
| 40 | + "eslint": "~9.12.0", |
41 | 41 | "git-revision-webpack-plugin": "~3.0.6",
|
42 |
| - "gl-matrix": "~3.3.0", |
43 |
| - "glob": "~7.1.6", |
44 |
| - "http-server": "~0.12.3", |
| 42 | + "gl-matrix": "~3.4.3", |
| 43 | + "glob": "~11.0.0", |
| 44 | + "http-server": "~14.1.1", |
45 | 45 | "jsonschema": "~1.4.0",
|
46 |
| - "mocha": "~8.3.2", |
47 |
| - "mocha-junit-reporter": "~2.0.0", |
| 46 | + "mocha": "~10.7.3", |
| 47 | + "mocha-junit-reporter": "~2.1.1", |
48 | 48 | "mocha-multi-reporters": "~1.5.1",
|
49 | 49 | "npm-run-all": "~4.1.5",
|
50 |
| - "nyc": "~15.1.0", |
| 50 | + "nyc": "~17.1.0", |
51 | 51 | "pug": "~3.0.2",
|
52 |
| - "rimraf": "~3.0.2", |
| 52 | + "rimraf": "~6.0.1", |
53 | 53 | "rxjs": "~6.6.6",
|
54 |
| - "sinon": "~9.2.4", |
| 54 | + "sinon": "~19.0.2", |
55 | 55 | "source-map-support": "~0.5.19",
|
56 |
| - "ts-loader": "~8.0.18", |
57 |
| - "ts-node": "^9.1.1", |
58 |
| - "typedoc": "~0.20.32", |
59 |
| - "typescript": "~4.2.3", |
| 56 | + "ts-loader": "~9.5.1", |
| 57 | + "ts-node": "^10.9.2", |
| 58 | + "typedoc": "~0.26.8", |
| 59 | + "typescript": "~5.6.2", |
60 | 60 | "url": "^0.11.0",
|
61 | 61 | "webpack": "^5.26.3",
|
62 | 62 | "webpack-bundle-analyzer": "^4.4.0",
|
63 |
| - "webpack-cli": "^4.5.0", |
| 63 | + "webpack-cli": "^5.1.4", |
64 | 64 | "webpack-glsl-loader": "~1.0.1",
|
65 | 65 | "webpack-rxjs-externals": "~2.0.0"
|
66 | 66 | },
|
67 | 67 | "peerDependencies": {
|
68 |
| - "rxjs": "~6.6.6" |
| 68 | + "rxjs": "~7.8.1" |
69 | 69 | },
|
70 | 70 | "scripts": {
|
71 | 71 | "build": "webpack-cli --mode development && node pugconfig.js",
|
|
0 commit comments