Skip to content

Commit 70711fb

Browse files
committed
build: updated deps
1 parent bd37b96 commit 70711fb

File tree

4 files changed

+333
-330
lines changed

4 files changed

+333
-330
lines changed
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
1-
since 2021
2-
not dead
1+
extends @tsparticles/browserslist-config

files/empty-project/package.json

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -83,26 +83,27 @@
8383
"types": "dist/types/index.d.ts",
8484
"prettier": "@tsparticles/prettier-config",
8585
"devDependencies": {
86-
"@swc/core": "^1.15.24",
86+
"@swc/core": "^1.15.26",
8787
"@tsparticles/cli": "latest",
88-
"@tsparticles/depcruise-config": "^3.4.6",
88+
"@tsparticles/browserslist-config": "^3.4.7",
89+
"@tsparticles/depcruise-config": "^3.4.7",
8990
"@tsparticles/engine": "^3.9.1",
90-
"@tsparticles/eslint-config": "^3.4.6",
91-
"@tsparticles/prettier-config": "^3.4.6",
92-
"@tsparticles/tsconfig": "^3.4.6",
93-
"@tsparticles/webpack-plugin": "^3.4.6",
91+
"@tsparticles/eslint-config": "^3.4.7",
92+
"@tsparticles/prettier-config": "^3.4.7",
93+
"@tsparticles/tsconfig": "^3.4.7",
94+
"@tsparticles/webpack-plugin": "^3.4.7",
9495
"@types/webpack-env": "^1.18.8",
9596
"browserslist": "^4.28.2",
9697
"copyfiles": "^2.4.1",
9798
"eslint": "^10.2.0",
9899
"eslint-config-prettier": "^10.1.8",
99-
"prettier": "^3.8.1",
100+
"prettier": "^3.8.3",
100101
"rimraf": "^6.1.3",
101102
"swc-loader": "^0.2.7",
102103
"terser-webpack-plugin": "^5.4.0",
103104
"typescript": "^6.0.2",
104-
"typescript-eslint": "^8.58.0",
105-
"webpack": "^5.105.4",
105+
"typescript-eslint": "^8.58.2",
106+
"webpack": "^5.106.1",
106107
"webpack-bundle-analyzer": "^5.3.0",
107108
"webpack-cli": "^7.0.2"
108109
},

package.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@
3434
"prepack": "pnpm run build"
3535
},
3636
"dependencies": {
37-
"@swc/core": "^1.15.24",
38-
"@tsparticles/depcruise-config": "^3.4.6",
39-
"@tsparticles/eslint-config": "^3.4.6",
40-
"@tsparticles/prettier-config": "^3.4.6",
41-
"@tsparticles/tsconfig": "^3.4.6",
42-
"@tsparticles/webpack-plugin": "^3.4.6",
37+
"@swc/core": "^1.15.26",
38+
"@tsparticles/depcruise-config": "^3.4.7",
39+
"@tsparticles/eslint-config": "^3.4.7",
40+
"@tsparticles/prettier-config": "^3.4.7",
41+
"@tsparticles/tsconfig": "^3.4.7",
42+
"@tsparticles/webpack-plugin": "^3.4.7",
4343
"commander": "^14.0.3",
4444
"eslint": "^10.2.0",
4545
"eslint-config-prettier": "^10.1.8",
@@ -50,29 +50,29 @@
5050
"lookpath": "^1.2.3",
5151
"dependency-cruiser": "^17.3.10",
5252
"path-scurry": "^2.0.2",
53-
"prettier": "^3.8.1",
53+
"prettier": "^3.8.3",
5454
"prettier-plugin-multiline-arrays": "^4.1.5",
5555
"prompts": "^2.4.2",
5656
"rimraf": "^6.1.3",
5757
"swc-loader": "^0.2.7",
5858
"typescript": "^6.0.2",
59-
"typescript-eslint": "^8.58.0",
60-
"webpack": "^5.105.4"
59+
"typescript-eslint": "^8.58.2",
60+
"webpack": "^5.106.1"
6161
},
6262
"devDependencies": {
6363
"@tsparticles/cli": "latest",
6464
"@tsparticles/engine": "^3.9.1",
6565
"@types/estree": "^1.0.8",
6666
"@types/klaw": "^3.0.7",
67-
"@types/node": "^25.5.2",
67+
"@types/node": "^25.6.0",
6868
"@types/prompts": "^2.4.9",
6969
"@types/webpack-env": "^1.18.8",
7070
"browserslist": "^4.28.2",
7171
"copyfiles": "^2.4.1",
7272
"cross-env": "^10.1.0",
7373
"terser-webpack-plugin": "^5.4.0",
7474
"ts-node": "^10.9.2",
75-
"vitest": "^4.1.2",
75+
"vitest": "^4.1.4",
7676
"webpack-bundle-analyzer": "^5.3.0",
7777
"webpack-cli": "^7.0.2"
7878
},

0 commit comments

Comments
 (0)