Skip to content

Commit bd1037d

Browse files
committed
build: updated deps
1 parent 3194286 commit bd1037d

File tree

4 files changed

+566
-476
lines changed

4 files changed

+566
-476
lines changed

files/empty-project/package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -82,25 +82,25 @@
8282
"types": "dist/types/index.d.ts",
8383
"prettier": "@tsparticles/prettier-config",
8484
"devDependencies": {
85-
"@babel/core": "^7.23.7",
85+
"@babel/core": "^7.23.9",
8686
"@tsparticles/cli": "^2.0.4",
87-
"@tsparticles/eslint-config": "^2.0.4",
88-
"@tsparticles/prettier-config": "^2.0.1",
87+
"@tsparticles/eslint-config": "^2.1.0",
88+
"@tsparticles/prettier-config": "^2.1.0",
8989
"@tsparticles/tsconfig": "^2.0.1",
90-
"@tsparticles/webpack-plugin": "^2.0.4",
90+
"@tsparticles/webpack-plugin": "^2.1.0",
9191
"@types/webpack-env": "^1.18.4",
92-
"@typescript-eslint/eslint-plugin": "^6.18.1",
93-
"@typescript-eslint/parser": "^6.18.1",
92+
"@typescript-eslint/eslint-plugin": "^6.19.1",
93+
"@typescript-eslint/parser": "^6.19.1",
9494
"babel-loader": "^9.1.3",
95-
"browserslist": "^4.22.2",
95+
"browserslist": "^4.22.3",
9696
"copyfiles": "^2.4.1",
9797
"eslint": "^8.56.0",
9898
"eslint-config-prettier": "^9.1.0",
99-
"prettier": "^3.1.1",
99+
"prettier": "^3.2.4",
100100
"rimraf": "^5.0.5",
101101
"terser-webpack-plugin": "^5.3.10",
102102
"typescript": "^5.3.3",
103-
"webpack": "^5.89.0",
103+
"webpack": "^5.90.0",
104104
"webpack-bundle-analyzer": "^4.10.1",
105105
"webpack-cli": "^5.1.4"
106106
},

package.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,34 +28,34 @@
2828
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
2929
},
3030
"dependencies": {
31-
"@tsparticles/eslint-config": "^2.0.5",
32-
"@tsparticles/prettier-config": "^2.0.2",
31+
"@tsparticles/eslint-config": "^2.1.0",
32+
"@tsparticles/prettier-config": "^2.1.0",
3333
"@tsparticles/tsconfig": "^2.0.1",
34-
"@tsparticles/webpack-plugin": "^2.0.5",
35-
"@typescript-eslint/eslint-plugin": "^6.18.1",
36-
"@typescript-eslint/parser": "^6.18.1",
34+
"@tsparticles/webpack-plugin": "^2.1.0",
35+
"@typescript-eslint/eslint-plugin": "^6.19.1",
36+
"@typescript-eslint/parser": "^6.19.1",
3737
"commander": "^11.1.0",
3838
"eslint": "^8.56.0",
3939
"eslint-config-prettier": "^9.1.0",
40-
"eslint-plugin-jsdoc": "^48.0.2",
40+
"eslint-plugin-jsdoc": "^48.0.4",
4141
"eslint-plugin-tsdoc": "^0.2.17",
4242
"fs-extra": "^11.2.0",
4343
"klaw": "^4.1.0",
4444
"lookpath": "^1.2.2",
4545
"path-scurry": "^1.10.1",
46-
"prettier": "^3.2.2",
46+
"prettier": "^3.2.4",
4747
"prettier-plugin-multiline-arrays": "^3.0.1",
4848
"prompts": "^2.4.2",
4949
"rimraf": "^5.0.5",
5050
"typescript": "^5.3.3",
51-
"webpack": "^5.89.0"
51+
"webpack": "^5.90.0"
5252
},
5353
"devDependencies": {
5454
"@types/chai": "^4.3.11",
5555
"@types/fs-extra": "^11.0.4",
5656
"@types/klaw": "^3.0.6",
5757
"@types/mocha": "^10.0.6",
58-
"@types/node": "^20.11.0",
58+
"@types/node": "^20.11.9",
5959
"@types/prompts": "^2.4.9",
6060
"chai": "^4.4.0",
6161
"cross-env": "^7.0.3",

0 commit comments

Comments
 (0)