Skip to content
Merged

3.3.5 #117

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ node_modules
test-cli
.idea
.nyc_output
.eslintcache
10 changes: 5 additions & 5 deletions files/empty-project/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,11 @@
"devDependencies": {
"@swc/core": "^1.15.18",
"@tsparticles/cli": "latest",
"@tsparticles/depcruise-config": "^3.3.1",
"@tsparticles/eslint-config": "^3.3.1",
"@tsparticles/prettier-config": "^3.3.1",
"@tsparticles/tsconfig": "^3.3.1",
"@tsparticles/webpack-plugin": "^3.3.1",
"@tsparticles/depcruise-config": "^3.3.2",
"@tsparticles/eslint-config": "^3.3.2",
"@tsparticles/prettier-config": "^3.3.2",
"@tsparticles/tsconfig": "^3.3.2",
"@tsparticles/webpack-plugin": "^3.3.2",
"@types/webpack-env": "^1.18.8",
"browserslist": "^4.28.1",
"copyfiles": "^2.4.1",
Expand Down
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@tsparticles/cli",
"version": "3.3.3",
"version": "3.3.5",
"license": "MIT",
"type": "module",
"bin": {
Expand All @@ -20,8 +20,8 @@
"prettify:ci:readme": "prettier --check ./README.md",
"prettify:src": "prettier --write ./src/*",
"prettify:readme": "prettier --write ./README.md",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --fix",
"lint:ci": "eslint src --ext .js,.jsx,.ts,.tsx",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx --cache --cache-location .cache/eslint/.eslintcache --cache-strategy metadata --fix",
"lint:ci": "eslint src --ext .js,.jsx,.ts,.tsx --cache --cache-location .cache/eslint/.eslintcache --cache-strategy metadata",
"circular-deps": "depcruise src --include-only '^src' --validate --output-type err-long",
"compile": "pnpm run build:ts",
"compile:ci": "pnpm run build:ts",
Expand All @@ -35,11 +35,11 @@
},
"dependencies": {
"@swc/core": "^1.15.18",
"@tsparticles/depcruise-config": "^3.3.1",
"@tsparticles/eslint-config": "^3.3.1",
"@tsparticles/prettier-config": "^3.3.1",
"@tsparticles/tsconfig": "^3.3.1",
"@tsparticles/webpack-plugin": "^3.3.1",
"@tsparticles/depcruise-config": "^3.3.2",
"@tsparticles/eslint-config": "^3.3.2",
"@tsparticles/prettier-config": "^3.3.2",
"@tsparticles/tsconfig": "^3.3.2",
"@tsparticles/webpack-plugin": "^3.3.2",
"commander": "^14.0.3",
"eslint": "^10.0.3",
"eslint-config-prettier": "^10.1.8",
Expand Down Expand Up @@ -79,5 +79,5 @@
"description": "tsParticles CLI",
"main": "eslint.config.js",
"author": "Matteo Bruni <matteo.bruni@me.com>",
"packageManager": "pnpm@10.32.0"
"packageManager": "pnpm@10.32.1"
}
Loading
Loading