Skip to content

Commit 1f686a3

Browse files
committed
build: updated deps, eslint 9 is breaking
1 parent d642388 commit 1f686a3

File tree

4 files changed

+648
-604
lines changed

4 files changed

+648
-604
lines changed

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,17 +12,17 @@
1212
},
1313
"prettier": "@tsparticles/prettier-config",
1414
"dependencies": {
15-
"@stylistic/eslint-plugin": "^1.6.3",
15+
"@stylistic/eslint-plugin": "^1.7.0",
1616
"@tsparticles/prettier-config": "^2.1.6",
17-
"@typescript-eslint/eslint-plugin": "^7.1.1",
18-
"@typescript-eslint/parser": "^7.1.1",
17+
"@typescript-eslint/eslint-plugin": "^7.5.0",
18+
"@typescript-eslint/parser": "^7.5.0",
1919
"eslint": "^8.57.0",
2020
"eslint-config-prettier": "^9.1.0",
2121
"eslint-plugin-import": "^2.29.1",
22-
"eslint-plugin-jsdoc": "^48.2.0",
22+
"eslint-plugin-jsdoc": "^48.2.3",
2323
"eslint-plugin-prettier": "^5.1.3",
2424
"eslint-plugin-tsdoc": "^0.2.17",
2525
"prettier": "^3.2.5",
26-
"typescript": "^5.4.2"
26+
"typescript": "^5.4.4"
2727
}
2828
}

packages/tsconfig/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
"access": "public"
88
},
99
"dependencies": {
10-
"typescript": "^5.4.2"
10+
"typescript": "^5.4.4"
1111
}
1212
}

packages/webpack-config/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -25,30 +25,30 @@
2525
},
2626
"prettier": "@tsparticles/prettier-config",
2727
"dependencies": {
28-
"@babel/core": "^7.24.0",
29-
"@babel/preset-env": "^7.24.0",
30-
"@stylistic/eslint-plugin": "^1.6.3",
28+
"@babel/core": "^7.24.4",
29+
"@babel/preset-env": "^7.24.4",
30+
"@stylistic/eslint-plugin": "^1.7.0",
3131
"@tsparticles/eslint-config": "^2.3.0",
3232
"@tsparticles/prettier-config": "^2.1.6",
33-
"@types/node": "^20.11.25",
33+
"@types/node": "^20.12.5",
3434
"@types/webpack-bundle-analyzer": "^4.7.0",
3535
"@types/webpack-env": "^1.18.4",
36-
"@typescript-eslint/eslint-plugin": "^7.1.1",
37-
"@typescript-eslint/parser": "^7.1.1",
36+
"@typescript-eslint/eslint-plugin": "^7.5.0",
37+
"@typescript-eslint/parser": "^7.5.0",
3838
"babel-loader": "^9.1.3",
3939
"browserslist": "^4.23.0",
4040
"copyfiles": "^2.4.1",
4141
"eslint": "^8.57.0",
4242
"eslint-config-prettier": "^9.1.0",
4343
"eslint-plugin-import": "^2.29.1",
44-
"eslint-plugin-jsdoc": "^48.2.0",
44+
"eslint-plugin-jsdoc": "^48.2.3",
4545
"eslint-plugin-tsdoc": "^0.2.17",
4646
"prettier": "^3.2.5",
4747
"prettier-plugin-multiline-arrays": "^3.0.4",
4848
"rimraf": "^5.0.5",
4949
"terser-webpack-plugin": "^5.3.10",
50-
"typescript": "^5.4.2",
51-
"webpack": "^5.90.3",
50+
"typescript": "^5.4.4",
51+
"webpack": "^5.91.0",
5252
"webpack-bundle-analyzer": "^4.10.1",
5353
"webpack-cli": "^5.1.4"
5454
}

0 commit comments

Comments
 (0)