Skip to content

Commit 54b3322

Browse files
authored
Merge pull request #46 from tsparticles/dev
Dev
2 parents 7911490 + cb817fb commit 54b3322

File tree

3 files changed

+77
-666
lines changed

3 files changed

+77
-666
lines changed

files/empty-project/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
"prettier": "@tsparticles/prettier-config",
8484
"devDependencies": {
8585
"@babel/core": "^7.23.9",
86-
"@tsparticles/cli": "^2.3.2",
86+
"@tsparticles/cli": "^2.3.3",
8787
"@tsparticles/eslint-config": "^2.2.1",
8888
"@tsparticles/prettier-config": "^2.1.6",
8989
"@tsparticles/tsconfig": "^2.1.7",

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@tsparticles/cli",
3-
"version": "2.3.2",
3+
"version": "2.3.3",
44
"license": "MIT",
55
"bin": {
66
"tsparticles-cli": "dist/cli.js"
@@ -29,12 +29,12 @@
2929
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
3030
},
3131
"dependencies": {
32-
"@tsparticles/eslint-config": "^2.2.1",
32+
"@tsparticles/eslint-config": "^2.3.0",
3333
"@tsparticles/prettier-config": "^2.1.6",
34-
"@tsparticles/tsconfig": "^2.1.7",
35-
"@tsparticles/webpack-plugin": "^2.2.1",
36-
"@typescript-eslint/eslint-plugin": "^7.1.0",
37-
"@typescript-eslint/parser": "^7.1.0",
34+
"@tsparticles/tsconfig": "^2.3.0",
35+
"@tsparticles/webpack-plugin": "^2.3.0",
36+
"@typescript-eslint/eslint-plugin": "^7.1.1",
37+
"@typescript-eslint/parser": "^7.1.1",
3838
"commander": "^12.0.0",
3939
"eslint": "^8.57.0",
4040
"eslint-config-prettier": "^9.1.0",
@@ -50,7 +50,7 @@
5050
"prettier-plugin-multiline-arrays": "^3.0.4",
5151
"prompts": "^2.4.2",
5252
"rimraf": "^5.0.5",
53-
"typescript": "^5.3.3",
53+
"typescript": "^5.4.2",
5454
"webpack": "^5.90.3"
5555
},
5656
"devDependencies": {

0 commit comments

Comments
 (0)