File tree Expand file tree Collapse file tree 3 files changed +77
-666
lines changed Expand file tree Collapse file tree 3 files changed +77
-666
lines changed Original file line number Diff line number Diff line change 83
83
"prettier" : " @tsparticles/prettier-config" ,
84
84
"devDependencies" : {
85
85
"@babel/core" : " ^7.23.9" ,
86
- "@tsparticles/cli" : " ^2.3.2 " ,
86
+ "@tsparticles/cli" : " ^2.3.3 " ,
87
87
"@tsparticles/eslint-config" : " ^2.2.1" ,
88
88
"@tsparticles/prettier-config" : " ^2.1.6" ,
89
89
"@tsparticles/tsconfig" : " ^2.1.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @tsparticles/cli" ,
3
- "version" : " 2.3.2 " ,
3
+ "version" : " 2.3.3 " ,
4
4
"license" : " MIT" ,
5
5
"bin" : {
6
6
"tsparticles-cli" : " dist/cli.js"
29
29
"version" : " node scripts/postversion.js && git add files/empty-project/package.json"
30
30
},
31
31
"dependencies" : {
32
- "@tsparticles/eslint-config" : " ^2.2.1 " ,
32
+ "@tsparticles/eslint-config" : " ^2.3.0 " ,
33
33
"@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 " ,
38
38
"commander" : " ^12.0.0" ,
39
39
"eslint" : " ^8.57.0" ,
40
40
"eslint-config-prettier" : " ^9.1.0" ,
50
50
"prettier-plugin-multiline-arrays" : " ^3.0.4" ,
51
51
"prompts" : " ^2.4.2" ,
52
52
"rimraf" : " ^5.0.5" ,
53
- "typescript" : " ^5.3.3 " ,
53
+ "typescript" : " ^5.4.2 " ,
54
54
"webpack" : " ^5.90.3"
55
55
},
56
56
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments