Skip to content

Commit f0addee

Browse files
committed
build: updated deps
1 parent 55049d2 commit f0addee

File tree

3 files changed

+457
-464
lines changed

3 files changed

+457
-464
lines changed

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
},
1313
"dependencies": {
1414
"@tsparticles/prettier-config": "^2.0.1",
15-
"@typescript-eslint/eslint-plugin": "^6.14.0",
16-
"@typescript-eslint/parser": "^6.14.0",
17-
"eslint": "^8.55.0",
15+
"@typescript-eslint/eslint-plugin": "^6.18.1",
16+
"@typescript-eslint/parser": "^6.18.1",
17+
"eslint": "^8.56.0",
1818
"eslint-config-prettier": "^9.1.0",
19-
"eslint-plugin-import": "^2.29.0",
20-
"eslint-plugin-jsdoc": "^48.0.0",
19+
"eslint-plugin-import": "^2.29.1",
20+
"eslint-plugin-jsdoc": "^48.0.2",
2121
"eslint-plugin-tsdoc": "^0.2.17",
2222
"prettier": "^3.1.1",
2323
"typescript": "^5.3.3"

packages/webpack-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,27 +25,27 @@
2525
},
2626
"prettier": "@tsparticles/prettier-config",
2727
"dependencies": {
28-
"@babel/core": "^7.23.6",
29-
"@babel/preset-env": "^7.23.6",
28+
"@babel/core": "^7.23.7",
29+
"@babel/preset-env": "^7.23.8",
3030
"@tsparticles/eslint-config": "^2.0.4",
3131
"@tsparticles/prettier-config": "^2.0.1",
32-
"@types/node": "^20.10.0",
32+
"@types/node": "^20.11.0",
3333
"@types/webpack-bundle-analyzer": "^4.6.3",
3434
"@types/webpack-env": "^1.18.4",
35-
"@typescript-eslint/eslint-plugin": "^6.14.0",
36-
"@typescript-eslint/parser": "^6.14.0",
35+
"@typescript-eslint/eslint-plugin": "^6.18.1",
36+
"@typescript-eslint/parser": "^6.18.1",
3737
"babel-loader": "^9.1.3",
3838
"browserslist": "^4.22.2",
3939
"copyfiles": "^2.4.1",
40-
"eslint": "^8.55.0",
40+
"eslint": "^8.56.0",
4141
"eslint-config-prettier": "^9.1.0",
42-
"eslint-plugin-import": "^2.29.0",
43-
"eslint-plugin-jsdoc": "^48.0.0",
42+
"eslint-plugin-import": "^2.29.1",
43+
"eslint-plugin-jsdoc": "^48.0.2",
4444
"eslint-plugin-tsdoc": "^0.2.17",
4545
"prettier": "^3.1.1",
4646
"prettier-plugin-multiline-arrays": "^3.0.1",
4747
"rimraf": "^5.0.5",
48-
"terser-webpack-plugin": "^5.3.9",
48+
"terser-webpack-plugin": "^5.3.10",
4949
"typescript": "^5.3.3",
5050
"webpack": "^5.89.0",
5151
"webpack-bundle-analyzer": "^4.10.1",

0 commit comments

Comments
 (0)