Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Nov 29, 2023
1 parent 8f0ea88 commit 1a8e46c
Show file tree
Hide file tree
Showing 8 changed files with 8,860 additions and 2,481 deletions.
2 changes: 1 addition & 1 deletion dist/svg-path-commander.cjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/svg-path-commander.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/svg-path-commander.mjs.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/svg-path-commander.js.map

Large diffs are not rendered by default.

6,011 changes: 3,549 additions & 2,462 deletions package-lock.json

Large diffs are not rendered by default.

33 changes: 19 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "svg-path-commander",
"author": "thednp",
"license": "MIT",
"version": "2.0.8",
"version": "2.0.9",
"description": "Modern TypeScript tools for SVG",
"source": "./src/index.ts",
"main": "./dist/svg-path-commander.js",
Expand Down Expand Up @@ -53,26 +53,31 @@
"homepage": "http://thednp.github.io/svg-path-commander",
"devDependencies": {
"@bahmutov/cypress-esbuild-preprocessor": "^2.2.0",
"@cypress/code-coverage": "^3.10.8",
"@types/istanbul-lib-instrument": "^1.7.4",
"@typescript-eslint/eslint-plugin": "^5.60.1",
"@typescript-eslint/parser": "^5.60.1",
"cypress": "^12.16.0",
"dts-bundle-generator": "^8.0.1",
"eslint": "^8.44.0",
"eslint-plugin-jsdoc": "^46.4.3",
"@cypress/code-coverage": "^3.12.12",
"@types/istanbul-lib-instrument": "^1.7.7",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"cypress": "^12.17.4",
"dts-bundle-generator": "^8.1.2",
"eslint": "^8.54.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-prefer-arrow": "^1.2.3",
"eslint-plugin-prettier": "^4.2.1",
"istanbul-lib-coverage": "^3.2.0",
"istanbul-lib-coverage": "^3.2.2",
"istanbul-lib-instrument": "^5.2.1",
"ncp": "^2.0.0",
"nyc": "^15.1.0",
"prettier": "^2.8.8",
"rimraf": "^5.0.1",
"typescript": "^5.1.6",
"vite": "^4.3.9"
"rimraf": "^5.0.5",
"typescript": "^5.3.2",
"vite": "^4.5.0"
},
"dependencies": {
"@thednp/dommatrix": "^2.0.5"
"@thednp/dommatrix": "^2.0.6"
},
"packageManager": "pnpm@8.6.12",
"engines": {
"node": ">=16",
"pnpm": ">=8.6.0"
}
}
Loading

0 comments on commit 1a8e46c

Please sign in to comment.