|
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.7", |
32 |
| - "@tsparticles/prettier-config": "^2.0.0-beta.4", |
33 |
| - "@tsparticles/tsconfig": "^2.0.0-beta.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", |
| 31 | + "@tsparticles/eslint-config": "^2.0.0", |
| 32 | + "@tsparticles/prettier-config": "^2.0.0", |
| 33 | + "@tsparticles/tsconfig": "^2.0.0", |
| 34 | + "@tsparticles/webpack-plugin": "^2.0.0", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.12.0", |
| 36 | + "@typescript-eslint/parser": "^6.12.0", |
37 | 37 | "commander": "^11.1.0",
|
38 |
| - "eslint": "^8.53.0", |
| 38 | + "eslint": "^8.54.0", |
39 | 39 | "eslint-config-prettier": "^9.0.0",
|
40 | 40 | "eslint-plugin-jsdoc": "^46.9.0",
|
41 | 41 | "eslint-plugin-tsdoc": "^0.2.17",
|
|
44 | 44 | "lookpath": "^1.2.2",
|
45 | 45 | "path-scurry": "^1.10.1",
|
46 | 46 | "prettier": "^3.1.0",
|
47 |
| - "prettier-plugin-multiline-arrays": "^3.0.0", |
| 47 | + "prettier-plugin-multiline-arrays": "^3.0.1", |
48 | 48 | "prompts": "^2.4.2",
|
49 | 49 | "rimraf": "^5.0.5",
|
50 |
| - "typescript": "^5.2.2", |
| 50 | + "typescript": "^5.3.2", |
51 | 51 | "webpack": "^5.89.0"
|
52 | 52 | },
|
53 | 53 | "devDependencies": {
|
54 |
| - "@types/chai": "^4.3.10", |
| 54 | + "@types/chai": "^4.3.11", |
55 | 55 | "@types/fs-extra": "^11.0.4",
|
56 | 56 | "@types/klaw": "^3.0.6",
|
57 |
| - "@types/mocha": "^10.0.4", |
58 |
| - "@types/node": "^20.9.0", |
59 |
| - "@types/prompts": "^2.4.8", |
| 57 | + "@types/mocha": "^10.0.5", |
| 58 | + "@types/node": "^20.9.3", |
| 59 | + "@types/prompts": "^2.4.9", |
60 | 60 | "chai": "^4.3.10",
|
61 | 61 | "cross-env": "^7.0.3",
|
62 | 62 | "mocha": "^10.2.0",
|
|
0 commit comments