Skip to content

Commit 74d1a02

Browse files
committed
build: updated deps
1 parent 3e2ef15 commit 74d1a02

File tree

2 files changed

+120
-122
lines changed

2 files changed

+120
-122
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@
2929
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
3030
},
3131
"dependencies": {
32-
"@tsparticles/eslint-config": "^2.2.1",
32+
"@tsparticles/eslint-config": "^2.3.0",
3333
"@tsparticles/prettier-config": "^2.1.6",
34-
"@tsparticles/tsconfig": "^2.1.7",
35-
"@tsparticles/webpack-plugin": "^2.2.1",
36-
"@typescript-eslint/eslint-plugin": "^7.1.0",
37-
"@typescript-eslint/parser": "^7.1.0",
34+
"@tsparticles/tsconfig": "^2.3.0",
35+
"@tsparticles/webpack-plugin": "^2.3.0",
36+
"@typescript-eslint/eslint-plugin": "^7.1.1",
37+
"@typescript-eslint/parser": "^7.1.1",
3838
"commander": "^12.0.0",
3939
"eslint": "^8.57.0",
4040
"eslint-config-prettier": "^9.1.0",
@@ -50,7 +50,7 @@
5050
"prettier-plugin-multiline-arrays": "^3.0.4",
5151
"prompts": "^2.4.2",
5252
"rimraf": "^5.0.5",
53-
"typescript": "^5.3.3",
53+
"typescript": "^5.4.2",
5454
"webpack": "^5.90.3"
5555
},
5656
"devDependencies": {

0 commit comments

Comments
 (0)