|
30 | 30 | "version": "node scripts/postversion.js && git add files/empty-project/package.json" |
31 | 31 | }, |
32 | 32 | "dependencies": { |
33 | | - "@tsparticles/eslint-config": "^3.0.5", |
34 | | - "@tsparticles/prettier-config": "^3.0.1", |
35 | | - "@tsparticles/tsconfig": "^3.0.5", |
36 | | - "@tsparticles/webpack-plugin": "^3.0.5", |
37 | | - "commander": "^14.0.0", |
38 | | - "eslint": "^9.34.0", |
| 33 | + "@tsparticles/eslint-config": "^3.0.6", |
| 34 | + "@tsparticles/prettier-config": "^3.0.6", |
| 35 | + "@tsparticles/tsconfig": "^3.0.6", |
| 36 | + "@tsparticles/webpack-plugin": "^3.0.6", |
| 37 | + "commander": "^14.0.2", |
| 38 | + "eslint": "^9.39.2", |
39 | 39 | "eslint-config-prettier": "^10.1.8", |
40 | | - "eslint-plugin-jsdoc": "^54.1.1", |
| 40 | + "eslint-plugin-jsdoc": "^61.5.0", |
41 | 41 | "eslint-plugin-prettier": "^5.5.4", |
42 | | - "eslint-plugin-tsdoc": "^0.4.0", |
43 | | - "fs-extra": "^11.3.1", |
| 42 | + "eslint-plugin-tsdoc": "^0.5.0", |
| 43 | + "fs-extra": "^11.3.3", |
44 | 44 | "klaw": "^4.1.0", |
45 | 45 | "lookpath": "^1.2.3", |
46 | 46 | "madge": "^8.0.0", |
47 | | - "path-scurry": "^2.0.0", |
48 | | - "prettier": "^3.6.2", |
49 | | - "prettier-plugin-multiline-arrays": "^4.0.3", |
| 47 | + "path-scurry": "^2.0.1", |
| 48 | + "prettier": "^3.7.4", |
| 49 | + "prettier-plugin-multiline-arrays": "4.1.1", |
50 | 50 | "prompts": "^2.4.2", |
51 | | - "rimraf": "^6.0.1", |
52 | | - "typescript": "^5.9.2", |
53 | | - "typescript-eslint": "^8.41.0", |
54 | | - "webpack": "^5.101.3" |
| 51 | + "rimraf": "^6.1.2", |
| 52 | + "typescript": "^5.9.3", |
| 53 | + "typescript-eslint": "^8.50.0", |
| 54 | + "webpack": "^5.104.1" |
55 | 55 | }, |
56 | 56 | "devDependencies": { |
57 | | - "@babel/core": "^7.28.3", |
| 57 | + "@babel/core": "^7.28.5", |
58 | 58 | "@tsparticles/cli": "^3.0.10", |
59 | 59 | "@tsparticles/engine": "^3.9.1", |
60 | 60 | "@types/eslint": "^9.6.1", |
61 | 61 | "@types/estree": "^1.0.8", |
62 | 62 | "@types/fs-extra": "^11.0.4", |
63 | 63 | "@types/klaw": "^3.0.7", |
64 | 64 | "@types/madge": "^5.0.3", |
65 | | - "@types/node": "^24.3.0", |
| 65 | + "@types/node": "^25.0.3", |
66 | 66 | "@types/prompts": "^2.4.9", |
67 | 67 | "@types/webpack-env": "^1.18.8", |
68 | 68 | "babel-loader": "^10.0.0", |
69 | | - "browserslist": "^4.25.4", |
| 69 | + "browserslist": "^4.28.1", |
70 | 70 | "copyfiles": "^2.4.1", |
71 | | - "cross-env": "^10.0.0", |
72 | | - "terser-webpack-plugin": "^5.3.14", |
| 71 | + "cross-env": "^10.1.0", |
| 72 | + "terser-webpack-plugin": "^5.3.16", |
73 | 73 | "ts-node": "^10.9.2", |
74 | | - "vitest": "^1.5.6", |
75 | | - "webpack-bundle-analyzer": "^4.10.2", |
| 74 | + "vitest": "^4.0.16", |
| 75 | + "webpack-bundle-analyzer": "^5.1.0", |
76 | 76 | "webpack-cli": "^6.0.1" |
77 | 77 | }, |
78 | 78 | "description": "tsParticles CLI", |
|
0 commit comments