|
31 | 31 | "dependencies": {
|
32 | 32 | "@tsparticles/eslint-config": "^2.1.4",
|
33 | 33 | "@tsparticles/prettier-config": "^2.1.0",
|
34 |
| - "@tsparticles/tsconfig": "^2.0.1", |
35 |
| - "@tsparticles/webpack-plugin": "^2.1.4", |
36 |
| - "@typescript-eslint/eslint-plugin": "^6.20.0", |
37 |
| - "@typescript-eslint/parser": "^6.20.0", |
38 |
| - "commander": "^11.1.0", |
39 |
| - "eslint": "^8.56.0", |
| 34 | + "@tsparticles/tsconfig": "^2.1.6", |
| 35 | + "@tsparticles/webpack-plugin": "^2.1.6", |
| 36 | + "@typescript-eslint/eslint-plugin": "^7.1.0", |
| 37 | + "@typescript-eslint/parser": "^7.1.0", |
| 38 | + "commander": "^12.0.0", |
| 39 | + "eslint": "^8.57.0", |
40 | 40 | "eslint-config-prettier": "^9.1.0",
|
41 |
| - "eslint-plugin-jsdoc": "^48.0.4", |
| 41 | + "eslint-plugin-jsdoc": "^48.2.0", |
42 | 42 | "eslint-plugin-tsdoc": "^0.2.17",
|
43 | 43 | "fs-extra": "^11.2.0",
|
44 | 44 | "klaw": "^4.1.0",
|
45 | 45 | "lookpath": "^1.2.2",
|
46 | 46 | "madge": "^6.1.0",
|
47 | 47 | "path-scurry": "^1.10.1",
|
48 |
| - "prettier": "^3.2.4", |
49 |
| - "prettier-plugin-multiline-arrays": "^3.0.1", |
| 48 | + "prettier": "^3.2.5", |
| 49 | + "prettier-plugin-multiline-arrays": "^3.0.4", |
50 | 50 | "prompts": "^2.4.2",
|
51 | 51 | "rimraf": "^5.0.5",
|
52 | 52 | "typescript": "^5.3.3",
|
53 |
| - "webpack": "^5.90.0" |
| 53 | + "webpack": "^5.90.3" |
54 | 54 | },
|
55 | 55 | "devDependencies": {
|
56 |
| - "@types/chai": "^4.3.11", |
| 56 | + "@types/chai": "^4.3.12", |
57 | 57 | "@types/fs-extra": "^11.0.4",
|
58 | 58 | "@types/klaw": "^3.0.6",
|
59 | 59 | "@types/madge": "^5.0.3",
|
60 | 60 | "@types/mocha": "^10.0.6",
|
61 |
| - "@types/node": "^20.11.13", |
| 61 | + "@types/node": "^20.11.20", |
62 | 62 | "@types/prompts": "^2.4.9",
|
63 |
| - "chai": "^4.4.0", |
| 63 | + "chai": "^4.4.1", |
64 | 64 | "cross-env": "^7.0.3",
|
65 |
| - "mocha": "^10.2.0", |
| 65 | + "mocha": "^10.3.0", |
66 | 66 | "nyc": "^15.1.0",
|
67 | 67 | "ts-node": "^10.9.2"
|
68 | 68 | },
|
|
0 commit comments