Skip to content

Commit b596d87

Browse files
committed
build: updated deps
1 parent 6b4ded7 commit b596d87

File tree

3 files changed

+464
-252
lines changed

3 files changed

+464
-252
lines changed

package.json

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -31,38 +31,38 @@
3131
"dependencies": {
3232
"@tsparticles/eslint-config": "^2.1.4",
3333
"@tsparticles/prettier-config": "^2.1.0",
34-
"@tsparticles/tsconfig": "^2.0.1",
35-
"@tsparticles/webpack-plugin": "^2.1.4",
36-
"@typescript-eslint/eslint-plugin": "^6.20.0",
37-
"@typescript-eslint/parser": "^6.20.0",
38-
"commander": "^11.1.0",
39-
"eslint": "^8.56.0",
34+
"@tsparticles/tsconfig": "^2.1.6",
35+
"@tsparticles/webpack-plugin": "^2.1.6",
36+
"@typescript-eslint/eslint-plugin": "^7.1.0",
37+
"@typescript-eslint/parser": "^7.1.0",
38+
"commander": "^12.0.0",
39+
"eslint": "^8.57.0",
4040
"eslint-config-prettier": "^9.1.0",
41-
"eslint-plugin-jsdoc": "^48.0.4",
41+
"eslint-plugin-jsdoc": "^48.2.0",
4242
"eslint-plugin-tsdoc": "^0.2.17",
4343
"fs-extra": "^11.2.0",
4444
"klaw": "^4.1.0",
4545
"lookpath": "^1.2.2",
4646
"madge": "^6.1.0",
4747
"path-scurry": "^1.10.1",
48-
"prettier": "^3.2.4",
49-
"prettier-plugin-multiline-arrays": "^3.0.1",
48+
"prettier": "^3.2.5",
49+
"prettier-plugin-multiline-arrays": "^3.0.4",
5050
"prompts": "^2.4.2",
5151
"rimraf": "^5.0.5",
5252
"typescript": "^5.3.3",
53-
"webpack": "^5.90.0"
53+
"webpack": "^5.90.3"
5454
},
5555
"devDependencies": {
56-
"@types/chai": "^4.3.11",
56+
"@types/chai": "^4.3.12",
5757
"@types/fs-extra": "^11.0.4",
5858
"@types/klaw": "^3.0.6",
5959
"@types/madge": "^5.0.3",
6060
"@types/mocha": "^10.0.6",
61-
"@types/node": "^20.11.13",
61+
"@types/node": "^20.11.20",
6262
"@types/prompts": "^2.4.9",
63-
"chai": "^4.4.0",
63+
"chai": "^4.4.1",
6464
"cross-env": "^7.0.3",
65-
"mocha": "^10.2.0",
65+
"mocha": "^10.3.0",
6666
"nyc": "^15.1.0",
6767
"ts-node": "^10.9.2"
6868
},

0 commit comments

Comments
 (0)