|
1 | 1 | { |
2 | 2 | "name": "@tsparticles/cli", |
3 | | - "version": "2.0.4", |
| 3 | + "version": "2.0.5", |
4 | 4 | "license": "MIT", |
5 | 5 | "bin": { |
6 | 6 | "tsparticles-cli": "dist/cli.js" |
|
28 | 28 | "version": "node scripts/postversion.js && git add files/empty-project/package.json" |
29 | 29 | }, |
30 | 30 | "dependencies": { |
31 | | - "@tsparticles/eslint-config": "^2.0.4", |
32 | | - "@tsparticles/prettier-config": "^2.0.1", |
| 31 | + "@tsparticles/eslint-config": "^2.1.0", |
| 32 | + "@tsparticles/prettier-config": "^2.1.0", |
33 | 33 | "@tsparticles/tsconfig": "^2.0.1", |
34 | | - "@tsparticles/webpack-plugin": "^2.0.4", |
35 | | - "@typescript-eslint/eslint-plugin": "^6.18.1", |
36 | | - "@typescript-eslint/parser": "^6.18.1", |
| 34 | + "@tsparticles/webpack-plugin": "^2.1.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.19.1", |
| 36 | + "@typescript-eslint/parser": "^6.19.1", |
37 | 37 | "commander": "^11.1.0", |
38 | 38 | "eslint": "^8.56.0", |
39 | 39 | "eslint-config-prettier": "^9.1.0", |
40 | | - "eslint-plugin-jsdoc": "^48.0.2", |
| 40 | + "eslint-plugin-jsdoc": "^48.0.4", |
41 | 41 | "eslint-plugin-tsdoc": "^0.2.17", |
42 | 42 | "fs-extra": "^11.2.0", |
43 | 43 | "klaw": "^4.1.0", |
44 | 44 | "lookpath": "^1.2.2", |
45 | 45 | "path-scurry": "^1.10.1", |
46 | | - "prettier": "^3.1.1", |
| 46 | + "prettier": "^3.2.4", |
47 | 47 | "prettier-plugin-multiline-arrays": "^3.0.1", |
48 | 48 | "prompts": "^2.4.2", |
49 | 49 | "rimraf": "^5.0.5", |
50 | 50 | "typescript": "^5.3.3", |
51 | | - "webpack": "^5.89.0" |
| 51 | + "webpack": "^5.90.0" |
52 | 52 | }, |
53 | 53 | "devDependencies": { |
54 | 54 | "@types/chai": "^4.3.11", |
55 | 55 | "@types/fs-extra": "^11.0.4", |
56 | 56 | "@types/klaw": "^3.0.6", |
57 | 57 | "@types/mocha": "^10.0.6", |
58 | | - "@types/node": "^20.11.0", |
| 58 | + "@types/node": "^20.11.9", |
59 | 59 | "@types/prompts": "^2.4.9", |
60 | 60 | "chai": "^4.4.0", |
61 | 61 | "cross-env": "^7.0.3", |
|
0 commit comments