Skip to content

Commit

Permalink
Merge pull request #46 from tsparticles/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
matteobruni authored Mar 7, 2024
2 parents 7911490 + cb817fb commit 54b3322
Show file tree
Hide file tree
Showing 3 changed files with 77 additions and 666 deletions.
2 changes: 1 addition & 1 deletion files/empty-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"prettier": "@tsparticles/prettier-config",
"devDependencies": {
"@babel/core": "^7.23.9",
"@tsparticles/cli": "^2.3.2",
"@tsparticles/cli": "^2.3.3",
"@tsparticles/eslint-config": "^2.2.1",
"@tsparticles/prettier-config": "^2.1.6",
"@tsparticles/tsconfig": "^2.1.7",
Expand Down
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/cli",
"version": "2.3.2",
"version": "2.3.3",
"license": "MIT",
"bin": {
"tsparticles-cli": "dist/cli.js"
Expand Down Expand Up @@ -29,12 +29,12 @@
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
},
"dependencies": {
"@tsparticles/eslint-config": "^2.2.1",
"@tsparticles/eslint-config": "^2.3.0",
"@tsparticles/prettier-config": "^2.1.6",
"@tsparticles/tsconfig": "^2.1.7",
"@tsparticles/webpack-plugin": "^2.2.1",
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@tsparticles/tsconfig": "^2.3.0",
"@tsparticles/webpack-plugin": "^2.3.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"commander": "^12.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
Expand All @@ -50,7 +50,7 @@
"prettier-plugin-multiline-arrays": "^3.0.4",
"prompts": "^2.4.2",
"rimraf": "^5.0.5",
"typescript": "^5.3.3",
"typescript": "^5.4.2",
"webpack": "^5.90.3"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 54b3322

Please sign in to comment.