Skip to content

Commit 0bb56b3

Browse files
committed
build: updated deps
1 parent 4650bc9 commit 0bb56b3

File tree

2 files changed

+595
-560
lines changed

2 files changed

+595
-560
lines changed

package.json

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,14 @@
2828
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2929
},
3030
"dependencies": {
31-
"@tsparticles/eslint-config": "^2.0.0-beta.2",
32-
"@tsparticles/prettier-config": "^2.0.0-beta.2",
31+
"@tsparticles/eslint-config": "^2.0.0-beta.3",
32+
"@tsparticles/prettier-config": "^2.0.0-beta.3",
3333
"@tsparticles/tsconfig": "^2.0.0-beta.1",
34-
"@tsparticles/webpack-plugin": "^2.0.0-beta.2",
35-
"@typescript-eslint/eslint-plugin": "^6.7.4",
36-
"@typescript-eslint/parser": "^6.7.4",
37-
"commander": "^11.0.0",
38-
"eslint": "^8.51.0",
34+
"@tsparticles/webpack-plugin": "^2.0.0-beta.3",
35+
"@typescript-eslint/eslint-plugin": "^6.8.0",
36+
"@typescript-eslint/parser": "^6.8.0",
37+
"commander": "^11.1.0",
38+
"eslint": "^8.52.0",
3939
"eslint-config-prettier": "^9.0.0",
4040
"eslint-plugin-jsdoc": "^46.8.2",
4141
"eslint-plugin-tsdoc": "^0.2.17",
@@ -44,18 +44,19 @@
4444
"lookpath": "^1.2.2",
4545
"path-scurry": "^1.10.1",
4646
"prettier": "^3.0.3",
47+
"prettier-plugin-multiline-arrays": "^3.0.0",
4748
"prompts": "^2.4.2",
4849
"rimraf": "^5.0.5",
4950
"typescript": "^5.2.2",
50-
"webpack": "^5.88.2"
51+
"webpack": "^5.89.0"
5152
},
5253
"devDependencies": {
53-
"@types/chai": "^4.3.6",
54-
"@types/fs-extra": "^11.0.2",
55-
"@types/klaw": "^3.0.4",
56-
"@types/mocha": "^10.0.2",
57-
"@types/node": "^20.8.3",
58-
"@types/prompts": "^2.4.5",
54+
"@types/chai": "^4.3.9",
55+
"@types/fs-extra": "^11.0.3",
56+
"@types/klaw": "^3.0.5",
57+
"@types/mocha": "^10.0.3",
58+
"@types/node": "^20.8.7",
59+
"@types/prompts": "^2.4.7",
5960
"chai": "^4.3.10",
6061
"cross-env": "^7.0.3",
6162
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)