Skip to content

Commit a1ae4fb

Browse files
committed
build: updated deps
1 parent fce0ac1 commit a1ae4fb

File tree

3 files changed

+277
-291
lines changed

3 files changed

+277
-291
lines changed

files/empty-project/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,10 @@
8787
"@tsparticles/eslint-config": "^1.18.0",
8888
"@tsparticles/prettier-config": "^1.11.0",
8989
"@tsparticles/tsconfig": "^1.14.0",
90-
"@tsparticles/webpack-plugin": "^1.21.0",
90+
"@tsparticles/webpack-plugin": "^1.22.0",
9191
"@types/webpack-env": "^1.18.1",
92-
"@typescript-eslint/eslint-plugin": "^6.0.0",
93-
"@typescript-eslint/parser": "^6.0.0",
92+
"@typescript-eslint/eslint-plugin": "^6.1.0",
93+
"@typescript-eslint/parser": "^6.1.0",
9494
"babel-loader": "^9.1.3",
9595
"browserslist": "^4.21.9",
9696
"copyfiles": "^2.4.1",
@@ -100,7 +100,7 @@
100100
"rimraf": "^5.0.1",
101101
"terser-webpack-plugin": "^5.3.9",
102102
"typescript": "^5.1.6",
103-
"webpack": "^5.88.1",
103+
"webpack": "^5.88.2",
104104
"webpack-bundle-analyzer": "^4.9.0",
105105
"webpack-cli": "^5.1.4"
106106
},

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@
3030
"@tsparticles/eslint-config": "^1.18.0",
3131
"@tsparticles/prettier-config": "^1.11.0",
3232
"@tsparticles/tsconfig": "^1.14.0",
33-
"@tsparticles/webpack-plugin": "^1.21.0",
34-
"@typescript-eslint/eslint-plugin": "^6.0.0",
35-
"@typescript-eslint/parser": "^6.0.0",
33+
"@tsparticles/webpack-plugin": "^1.22.0",
34+
"@typescript-eslint/eslint-plugin": "^6.1.0",
35+
"@typescript-eslint/parser": "^6.1.0",
3636
"commander": "^11.0.0",
3737
"eslint": "^8.45.0",
3838
"eslint-config-prettier": "^8.8.0",
39-
"eslint-plugin-jsdoc": "^46.4.3",
39+
"eslint-plugin-jsdoc": "^46.4.4",
4040
"eslint-plugin-tsdoc": "^0.2.17",
4141
"fs-extra": "^11.1.1",
4242
"klaw": "^4.1.0",
@@ -45,13 +45,13 @@
4545
"prompts": "^2.4.2",
4646
"rimraf": "^5.0.1",
4747
"typescript": "^5.1.6",
48-
"webpack": "^5.88.1"
48+
"webpack": "^5.88.2"
4949
},
5050
"devDependencies": {
5151
"@types/eslint": "^8.44.0",
5252
"@types/fs-extra": "^11.0.1",
5353
"@types/klaw": "^3.0.3",
54-
"@types/node": "^20.4.1",
54+
"@types/node": "^20.4.4",
5555
"@types/prompts": "^2.4.4"
5656
},
5757
"description": "tsParticles CLI",

0 commit comments

Comments
 (0)