Skip to content

Commit 45d34d9

Browse files
committed
build: updated deps
1 parent 75dcd14 commit 45d34d9

File tree

2 files changed

+206
-233
lines changed

2 files changed

+206
-233
lines changed

package.json

Lines changed: 13 additions & 13 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.7",
32-
"@tsparticles/prettier-config": "^2.0.0-beta.4",
33-
"@tsparticles/tsconfig": "^2.0.0-beta.1",
34-
"@tsparticles/webpack-plugin": "^2.0.0-beta.11",
35-
"@typescript-eslint/eslint-plugin": "^6.11.0",
36-
"@typescript-eslint/parser": "^6.11.0",
31+
"@tsparticles/eslint-config": "^2.0.0",
32+
"@tsparticles/prettier-config": "^2.0.0",
33+
"@tsparticles/tsconfig": "^2.0.0",
34+
"@tsparticles/webpack-plugin": "^2.0.0",
35+
"@typescript-eslint/eslint-plugin": "^6.12.0",
36+
"@typescript-eslint/parser": "^6.12.0",
3737
"commander": "^11.1.0",
38-
"eslint": "^8.53.0",
38+
"eslint": "^8.54.0",
3939
"eslint-config-prettier": "^9.0.0",
4040
"eslint-plugin-jsdoc": "^46.9.0",
4141
"eslint-plugin-tsdoc": "^0.2.17",
@@ -44,19 +44,19 @@
4444
"lookpath": "^1.2.2",
4545
"path-scurry": "^1.10.1",
4646
"prettier": "^3.1.0",
47-
"prettier-plugin-multiline-arrays": "^3.0.0",
47+
"prettier-plugin-multiline-arrays": "^3.0.1",
4848
"prompts": "^2.4.2",
4949
"rimraf": "^5.0.5",
50-
"typescript": "^5.2.2",
50+
"typescript": "^5.3.2",
5151
"webpack": "^5.89.0"
5252
},
5353
"devDependencies": {
54-
"@types/chai": "^4.3.10",
54+
"@types/chai": "^4.3.11",
5555
"@types/fs-extra": "^11.0.4",
5656
"@types/klaw": "^3.0.6",
57-
"@types/mocha": "^10.0.4",
58-
"@types/node": "^20.9.0",
59-
"@types/prompts": "^2.4.8",
57+
"@types/mocha": "^10.0.5",
58+
"@types/node": "^20.9.3",
59+
"@types/prompts": "^2.4.9",
6060
"chai": "^4.3.10",
6161
"cross-env": "^7.0.3",
6262
"mocha": "^10.2.0",

0 commit comments

Comments
 (0)