Skip to content
This repository was archived by the owner on May 3, 2026. It is now read-only.

Commit c6cb124

Browse files
committed
build: updated deps
1 parent 62eb470 commit c6cb124

7 files changed

Lines changed: 196 additions & 193 deletions

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
"nx-cloud": "^19.1.3",
2525
"typescript": "^6.0.3"
2626
},
27-
"packageManager": "pnpm@10.33.2"
27+
"packageManager": "pnpm@11.0.0"
2828
}

packages/depcruise-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@
4141
},
4242
"devDependencies": {
4343
"@stylistic/eslint-plugin": "^5.10.0",
44-
"@tsparticles/eslint-config": "workspace:^3.4.13",
45-
"@tsparticles/prettier-config": "workspace:^3.4.13",
44+
"@tsparticles/eslint-config": "workspace:^",
45+
"@tsparticles/prettier-config": "workspace:^",
4646
"@types/node": "^25.6.0",
4747
"eslint": "^10.2.1",
4848
"eslint-config-prettier": "^10.1.8",
@@ -52,7 +52,7 @@
5252
"prettier-plugin-multiline-arrays": "^4.1.7",
5353
"tsup": "^8.5.1",
5454
"typescript": "^6.0.3",
55-
"typescript-eslint": "^8.59.0"
55+
"typescript-eslint": "^8.59.1"
5656
},
5757
"patchedDependencies": {
5858
"tsup@8.5.1": "patches/tsup@8.5.1.patch"

packages/eslint-config/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,13 @@
2525
"lint:ci": "eslint -c src/eslint.config.ts ./src"
2626
},
2727
"prettier": "@tsparticles/prettier-config",
28+
"peerDependencies": {
29+
"eslint": "^10"
30+
},
2831
"dependencies": {
2932
"@eslint/js": "^10.0.1",
3033
"@stylistic/eslint-plugin": "^5.10.0",
31-
"@tsparticles/prettier-config": "workspace:^3.4.13",
34+
"@tsparticles/prettier-config": "workspace:^",
3235
"eslint-config-prettier": "^10.1.8",
3336
"eslint-plugin-jsdoc": "^62.9.0",
3437
"eslint-plugin-prettier": "^5.5.5",
@@ -37,13 +40,10 @@
3740
"prettier": "^3.8.3",
3841
"prettier-plugin-multiline-arrays": "^4.1.7",
3942
"typescript": "^6.0.3",
40-
"typescript-eslint": "^8.59.0"
43+
"typescript-eslint": "^8.59.1"
4144
},
4245
"devDependencies": {
4346
"@types/node": "^25.6.0",
4447
"eslint": "^10.2.1"
45-
},
46-
"peerDependencies": {
47-
"eslint": "^10"
4848
}
4949
}

packages/prettier-config/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@
1919
"build": "cpx \"./src/**.*\" ./dist/",
2020
"build:ci": "cpx \"./src/**.*\" ./dist/"
2121
},
22+
"peerDependencies": {
23+
"prettier": "^3"
24+
},
2225
"dependencies": {
2326
"prettier-plugin-multiline-arrays": "^4.1.7"
2427
},
2528
"devDependencies": {
2629
"cpx2": "^8.0.2",
2730
"prettier": "^3.8.3"
28-
},
29-
"peerDependencies": {
30-
"prettier": "^3"
3131
}
3232
}

packages/webpack-config/package.json

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,14 @@
3030
"prepack": "pnpm run build"
3131
},
3232
"prettier": "@tsparticles/prettier-config",
33+
"peerDependencies": {
34+
"webpack": "^5"
35+
},
3336
"dependencies": {
3437
"@stylistic/eslint-plugin": "^5.10.0",
35-
"@swc/core": "^1.15.30",
36-
"@tsparticles/eslint-config": "workspace:^3.4.13",
37-
"@tsparticles/prettier-config": "workspace:^3.4.13",
38+
"@swc/core": "^1.15.32",
39+
"@tsparticles/eslint-config": "workspace:^",
40+
"@tsparticles/prettier-config": "workspace:^",
3841
"browserslist": "^4.28.2",
3942
"eslint": "^10.2.1",
4043
"eslint-config-prettier": "^10.1.8",
@@ -45,15 +48,15 @@
4548
"swc-loader": "^0.2.7",
4649
"terser-webpack-plugin": "^5.5.0",
4750
"typescript": "^6.0.3",
48-
"typescript-eslint": "^8.59.0",
49-
"webpack": "^5.106.2",
51+
"typescript-eslint": "^8.59.1",
5052
"webpack-bundle-analyzer": "^5.3.0",
5153
"webpack-cli": "^7.0.2"
5254
},
5355
"devDependencies": {
5456
"@types/node": "^25.6.0",
5557
"@types/webpack-bundle-analyzer": "^4.7.0",
5658
"@types/webpack-env": "^1.18.8",
57-
"rimraf": "^6.1.3"
59+
"rimraf": "^6.1.3",
60+
"webpack": "^5.106.2"
5861
}
5962
}

0 commit comments

Comments
 (0)