|
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.0-beta.5", |
32 |
| - "@tsparticles/prettier-config": "^2.0.0-beta.3", |
| 31 | + "@tsparticles/eslint-config": "^2.0.0-beta.7", |
| 32 | + "@tsparticles/prettier-config": "^2.0.0-beta.4", |
33 | 33 | "@tsparticles/tsconfig": "^2.0.0-beta.1",
|
34 |
| - "@tsparticles/webpack-plugin": "^2.0.0-beta.5", |
35 |
| - "@typescript-eslint/eslint-plugin": "^6.9.1", |
36 |
| - "@typescript-eslint/parser": "^6.9.1", |
| 34 | + "@tsparticles/webpack-plugin": "^2.0.0-beta.11", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.11.0", |
| 36 | + "@typescript-eslint/parser": "^6.11.0", |
37 | 37 | "commander": "^11.1.0",
|
38 |
| - "eslint": "^8.52.0", |
| 38 | + "eslint": "^8.53.0", |
39 | 39 | "eslint-config-prettier": "^9.0.0",
|
40 |
| - "eslint-plugin-jsdoc": "^46.8.2", |
| 40 | + "eslint-plugin-jsdoc": "^46.9.0", |
41 | 41 | "eslint-plugin-tsdoc": "^0.2.17",
|
42 | 42 | "fs-extra": "^11.1.1",
|
43 | 43 | "klaw": "^4.1.0",
|
44 | 44 | "lookpath": "^1.2.2",
|
45 | 45 | "path-scurry": "^1.10.1",
|
46 |
| - "prettier": "^3.0.3", |
| 46 | + "prettier": "^3.1.0", |
47 | 47 | "prettier-plugin-multiline-arrays": "^3.0.0",
|
48 | 48 | "prompts": "^2.4.2",
|
49 | 49 | "rimraf": "^5.0.5",
|
50 | 50 | "typescript": "^5.2.2",
|
51 | 51 | "webpack": "^5.89.0"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@types/chai": "^4.3.9", |
55 |
| - "@types/fs-extra": "^11.0.3", |
56 |
| - "@types/klaw": "^3.0.5", |
57 |
| - "@types/mocha": "^10.0.3", |
58 |
| - "@types/node": "^20.8.10", |
59 |
| - "@types/prompts": "^2.4.7", |
| 54 | + "@types/chai": "^4.3.10", |
| 55 | + "@types/fs-extra": "^11.0.4", |
| 56 | + "@types/klaw": "^3.0.6", |
| 57 | + "@types/mocha": "^10.0.4", |
| 58 | + "@types/node": "^20.9.0", |
| 59 | + "@types/prompts": "^2.4.8", |
60 | 60 | "chai": "^4.3.10",
|
61 | 61 | "cross-env": "^7.0.3",
|
62 | 62 | "mocha": "^10.2.0",
|
|
0 commit comments