svg-path-commander 2.1.6 → 2.1.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "svg-path-commander",
3
3
  "author": "thednp",
4
4
  "license": "MIT",
5
- "version": "2.1.6",
5
+ "version": "2.1.8",
6
6
  "description": "🛹 Modern TypeScript tools for SVG",
7
7
  "source": "./src/index.ts",
8
8
  "main": "./dist/svg-path-commander.js",
@@ -38,17 +38,17 @@
38
38
  },
39
39
  "homepage": "http://thednp.github.io/svg-path-commander",
40
40
  "devDependencies": {
41
- "@vitest/browser": "^2.1.6",
42
- "@vitest/coverage-istanbul": "^2.1.6",
43
- "@vitest/ui": "^2.1.6",
44
- "playwright": "^1.49.0",
41
+ "@vitest/browser": "^3.0.4",
42
+ "@vitest/coverage-istanbul": "^3.0.4",
43
+ "@vitest/ui": "^3.0.4",
44
+ "playwright": "^1.50.0",
45
45
  "typescript": "5.6.3",
46
- "vite": "^5.4.11",
47
- "vite-plugin-dts": "^4.3.0",
48
- "vitest": "^2.1.6"
46
+ "vite": "^6.0.11",
47
+ "vite-plugin-dts": "^4.5.0",
48
+ "vitest": "^3.0.4"
49
49
  },
50
50
  "dependencies": {
51
- "@thednp/dommatrix": "^2.0.10"
51
+ "@thednp/dommatrix": "^2.0.11"
52
52
  },
53
53
  "engines": {
54
54
  "node": ">=16",
@@ -59,7 +59,7 @@
59
59
  "badges": "npx -p dependency-version-badge update-badge typescript vitest vite",
60
60
  "dev": "vite serve docs --port 3000",
61
61
  "test": "pnpm pre-test && vitest --config vitest.config.mts",
62
- "test-ui": "pnpm pre-test && vitest --config vitest.config-ui.mts --browser=chrome",
62
+ "test-ui": "pnpm pre-test && vitest --config vitest.config-ui.mts",
63
63
  "clean-coverage": "rm -rf coverage .nyc_output",
64
64
  "format": "deno fmt src",
65
65
  "lint": "pnpm lint:ts && pnpm check:ts",