Skip to content

Commit ef835f6

Browse files
authored
Merge pull request tsparticles#5679 from tsparticles/v4
Updated deps
2 parents bcffdea + 359f626 commit ef835f6

6 files changed

Lines changed: 384 additions & 428 deletions

File tree

demo/electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"tsparticles": "workspace:*"
2020
},
2121
"devDependencies": {
22-
"electron": "^41.1.1"
22+
"electron": "^41.2.0"
2323
},
2424
"type": "module"
2525
}

demo/vanilla/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"@types/connect-livereload": "^0.6.3",
3030
"@types/express": "^5.0.6",
3131
"@types/livereload": "^0.9.5",
32-
"@types/node": "^25.5.2",
32+
"@types/node": "^25.6.0",
3333
"@types/stylus": "^0.48.43",
3434
"ace-builds": "^1.43.6",
3535
"bootstrap": "^5.3.8",

demo/vite/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@
1515
},
1616
"devDependencies": {
1717
"typescript": "^6.0.2",
18-
"vite": "^8.0.5"
18+
"vite": "^8.0.8"
1919
}
2020
}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@tsparticles/prettier-config": "^3.4.6",
4343
"@tsparticles/tsconfig": "^3.4.6",
4444
"@tsparticles/webpack-plugin": "^3.4.6",
45-
"@types/node": "^25.5.2",
45+
"@types/node": "^25.6.0",
4646
"@types/webpack-env": "^1.18.8",
4747
"browserslist": "^4.28.2",
4848
"copyfiles": "^2.4.1",
@@ -56,9 +56,9 @@
5656
"gh-pages": "^6.3.0",
5757
"husky": "^9.1.7",
5858
"lerna": "^9.0.7",
59-
"nx": "^22.6.4",
59+
"nx": "^22.6.5",
6060
"nx-cloud": "^19.1.3",
61-
"prettier": "^3.8.1",
61+
"prettier": "^3.8.2",
6262
"prettier-plugin-multiline-arrays": "^4.1.5",
6363
"rimraf": "^6.1.3",
6464
"source-map-support": "^0.5.21",
@@ -74,8 +74,8 @@
7474
"typedoc-plugin-mdn-links": "^5.1.1",
7575
"typedoc-plugin-missing-exports": "^4.1.3",
7676
"typescript": "^6.0.2",
77-
"typescript-eslint": "^8.58.0",
78-
"webpack": "^5.105.4",
77+
"typescript-eslint": "^8.58.1",
78+
"webpack": "^5.106.1",
7979
"webpack-bundle-analyzer": "^5.3.0",
8080
"webpack-cli": "^7.0.2",
8181
"yargs": "^18.0.0"

0 commit comments

Comments
 (0)