|
83 | 83 | "types": "dist/types/index.d.ts",
|
84 | 84 | "prettier": "@tsparticles/prettier-config",
|
85 | 85 | "devDependencies": {
|
86 |
| - "@babel/core": "^7.23.9", |
| 86 | + "@babel/core": "^7.28.3", |
87 | 87 | "@tsparticles/cli": "^3.0.2",
|
88 |
| - "@tsparticles/eslint-config": "^2.2.1", |
89 |
| - "@tsparticles/prettier-config": "^2.1.6", |
90 |
| - "@tsparticles/tsconfig": "^2.1.7", |
91 |
| - "@tsparticles/webpack-plugin": "^2.2.1", |
92 |
| - "@types/webpack-env": "^1.18.4", |
93 |
| - "@typescript-eslint/eslint-plugin": "^7.1.0", |
94 |
| - "@typescript-eslint/parser": "^7.1.0", |
95 |
| - "babel-loader": "^9.1.3", |
96 |
| - "browserslist": "^4.23.0", |
| 88 | + "@tsparticles/eslint-config": "^3.0.3", |
| 89 | + "@tsparticles/prettier-config": "^3.0.1", |
| 90 | + "@tsparticles/tsconfig": "^3.0.1", |
| 91 | + "@tsparticles/webpack-plugin": "^3.0.3", |
| 92 | + "@types/webpack-env": "^1.18.8", |
| 93 | + "@typescript-eslint/eslint-plugin": "^8.41.0", |
| 94 | + "@typescript-eslint/parser": "^8.41.0", |
| 95 | + "babel-loader": "^10.0.0", |
| 96 | + "browserslist": "^4.25.4", |
97 | 97 | "copyfiles": "^2.4.1",
|
98 |
| - "eslint": "^8.56.0", |
99 |
| - "eslint-config-prettier": "^9.1.0", |
100 |
| - "prettier": "^3.2.4", |
101 |
| - "rimraf": "^5.0.5", |
102 |
| - "terser-webpack-plugin": "^5.3.10", |
103 |
| - "typescript": "^5.3.3", |
104 |
| - "webpack": "^5.90.0", |
105 |
| - "webpack-bundle-analyzer": "^4.10.1", |
106 |
| - "webpack-cli": "^5.1.4" |
| 98 | + "eslint": "^9.34.0", |
| 99 | + "eslint-config-prettier": "^10.1.8", |
| 100 | + "prettier": "^3.6.2", |
| 101 | + "rimraf": "^6.0.1", |
| 102 | + "terser-webpack-plugin": "^5.3.14", |
| 103 | + "typescript": "^5.9.2", |
| 104 | + "webpack": "^5.101.3", |
| 105 | + "webpack-bundle-analyzer": "^4.10.2", |
| 106 | + "webpack-cli": "^6.0.1" |
107 | 107 | },
|
108 | 108 | "dependencies": {
|
109 |
| - "@tsparticles/engine": "^3.3.0" |
| 109 | + "@tsparticles/engine": "^3.9.1" |
110 | 110 | }
|
111 | 111 | }
|
0 commit comments