Skip to content

Commit c86e1d6

Browse files
authored
Merge pull request #65 from tsparticles/dev
3.0.11 - Patches
2 parents 098c307 + dcf0303 commit c86e1d6

File tree

3 files changed

+9
-72
lines changed

3 files changed

+9
-72
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
},
5656
"devDependencies": {
5757
"@babel/core": "^7.28.5",
58-
"@tsparticles/cli": "^3.0.10",
58+
"@tsparticles/cli": "^3.0.11",
5959
"@tsparticles/engine": "^3.9.1",
6060
"@types/eslint": "^9.6.1",
6161
"@types/estree": "^1.0.8",

pnpm-lock.yaml

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

vitest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default defineConfig({
55
globals: true,
66
environment: "node",
77
include: ["tests/**/*.test.ts"],
8-
testTimeout: 60000
8+
testTimeout: 5 * 60 * 1000
99
}
1010
});
1111

0 commit comments

Comments
 (0)