Skip to content

Commit 0eb632d

Browse files
committed
build: updated deps
1 parent 6ffb136 commit 0eb632d

File tree

3 files changed

+66
-18
lines changed

3 files changed

+66
-18
lines changed

files/empty-project/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,10 @@
8484
"devDependencies": {
8585
"@babel/core": "^7.23.9",
8686
"@tsparticles/cli": "^2.3.0",
87-
"@tsparticles/eslint-config": "^2.2.0",
87+
"@tsparticles/eslint-config": "^2.2.1",
8888
"@tsparticles/prettier-config": "^2.1.6",
8989
"@tsparticles/tsconfig": "^2.1.7",
90-
"@tsparticles/webpack-plugin": "^2.2.0",
90+
"@tsparticles/webpack-plugin": "^2.2.1",
9191
"@types/webpack-env": "^1.18.4",
9292
"@typescript-eslint/eslint-plugin": "^7.1.0",
9393
"@typescript-eslint/parser": "^7.1.0",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
"build:ts:cjs": "tsc -p src",
2424
"test": "cross-env TS_NODE_PROJECT='./tests/tsconfig.json' nyc mocha --timeout 300000",
2525
"build": "pnpm run clear:dist && pnpm run prettify:src && pnpm run lint && pnpm run compile && pnpm run circular-deps && pnpm run prettify:readme && chmod +x dist/cli.js && chmod +x dist/build/build.js && chmod +x dist/create/create.js && chmod +x dist/create/preset/preset.js",
26-
"build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile && pnpm run prettify:ci:readme",
26+
"build:ci": "pnpm run clear:dist && pnpm run prettify:ci:src && pnpm run lint:ci && pnpm run compile:ci && pnpm run prettify:ci:readme",
2727
"clear:dist": "rimraf ./dist",
2828
"prepack": "pnpm run build",
2929
"version": "node scripts/postversion.js && git add files/empty-project/package.json"
3030
},
3131
"dependencies": {
32-
"@tsparticles/eslint-config": "^2.2.0",
32+
"@tsparticles/eslint-config": "^2.2.1",
3333
"@tsparticles/prettier-config": "^2.1.6",
3434
"@tsparticles/tsconfig": "^2.1.7",
35-
"@tsparticles/webpack-plugin": "^2.2.0",
35+
"@tsparticles/webpack-plugin": "^2.2.1",
3636
"@typescript-eslint/eslint-plugin": "^7.1.0",
3737
"@typescript-eslint/parser": "^7.1.0",
3838
"commander": "^12.0.0",

pnpm-lock.yaml

Lines changed: 61 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)