|
1 | 1 | {
|
2 | 2 | "name": "@tsparticles/webpack-plugin",
|
3 |
| - "version": "2.0.4", |
| 3 | + "version": "2.1.3", |
4 | 4 | "main": "dist/webpack-tsparticles.js",
|
5 | 5 | "types": "dist/webpack-tsparticles.d.ts",
|
6 | 6 | "license": "MIT",
|
|
25 | 25 | },
|
26 | 26 | "prettier": "@tsparticles/prettier-config",
|
27 | 27 | "dependencies": {
|
28 |
| - "@babel/core": "^7.23.7", |
29 |
| - "@babel/preset-env": "^7.23.8", |
30 |
| - "@tsparticles/eslint-config": "^2.0.4", |
31 |
| - "@tsparticles/prettier-config": "^2.0.1", |
32 |
| - "@types/node": "^20.11.0", |
| 28 | + "@babel/core": "^7.23.9", |
| 29 | + "@babel/preset-env": "^7.23.9", |
| 30 | + "@tsparticles/eslint-config": "^2.1.0", |
| 31 | + "@tsparticles/prettier-config": "^2.1.0", |
| 32 | + "@types/node": "^20.11.9", |
33 | 33 | "@types/webpack-bundle-analyzer": "^4.6.3",
|
34 | 34 | "@types/webpack-env": "^1.18.4",
|
35 |
| - "@typescript-eslint/eslint-plugin": "^6.18.1", |
36 |
| - "@typescript-eslint/parser": "^6.18.1", |
| 35 | + "@typescript-eslint/eslint-plugin": "^6.19.1", |
| 36 | + "@typescript-eslint/parser": "^6.19.1", |
37 | 37 | "babel-loader": "^9.1.3",
|
38 |
| - "browserslist": "^4.22.2", |
| 38 | + "browserslist": "^4.22.3", |
39 | 39 | "copyfiles": "^2.4.1",
|
40 | 40 | "eslint": "^8.56.0",
|
41 | 41 | "eslint-config-prettier": "^9.1.0",
|
42 | 42 | "eslint-plugin-import": "^2.29.1",
|
43 |
| - "eslint-plugin-jsdoc": "^48.0.2", |
| 43 | + "eslint-plugin-jsdoc": "^48.0.4", |
44 | 44 | "eslint-plugin-tsdoc": "^0.2.17",
|
45 |
| - "prettier": "^3.1.1", |
| 45 | + "prettier": "^3.2.4", |
46 | 46 | "prettier-plugin-multiline-arrays": "^3.0.1",
|
47 | 47 | "rimraf": "^5.0.5",
|
48 | 48 | "terser-webpack-plugin": "^5.3.10",
|
49 | 49 | "typescript": "^5.3.3",
|
50 |
| - "webpack": "^5.89.0", |
| 50 | + "webpack": "^5.90.0", |
51 | 51 | "webpack-bundle-analyzer": "^4.10.1",
|
52 | 52 | "webpack-cli": "^5.1.4"
|
53 | 53 | }
|
|
0 commit comments