Skip to content

Commit

Permalink
update package dependencies and fix test changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KW-M committed Sep 26, 2024
1 parent b4b9cea commit 006ead4
Show file tree
Hide file tree
Showing 3 changed files with 1,369 additions and 1,221 deletions.
18 changes: 9 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -80,19 +80,19 @@
"watch:examples": "pnpm run precompile:examples; vite --config examples/vite.config.js --host",
"build:examples": "pnpm run precompile:examples; vite build --config examples/vite.config.js",
"preview:examples": "vite preview --config examples/vite.config.js --host",
"prepublish": "pnpm run build:lib",
"full-publish": "np --no-cleanup --no-publish; npm publish"
"prepublish": "pnpm run test && pnpm run build:lib && pnpm run build:examples",
"publish": "np --no-cleanup --no-publish; npm publish"
},
"devDependencies": {
"@vitest/browser": "^2.0.3",
"@vitest/ui": "^2.0.3",
"@vitest/browser": "^2.1.1",
"@vitest/ui": "^2.1.1",
"np": "^10.0.7",
"svgo": "^3.3.2",
"typedoc": "^0.26.4",
"typedoc": "^0.26.7",
"typedoc-material-theme": "^1.1.0",
"typescript": "^5.4.0",
"vite": "^5.3.4",
"vite-plugin-dts": "^3.9.1",
"vitest": "^2.0.3"
"typescript": "^5.6.2",
"vite": "^5.4.8",
"vite-plugin-dts": "^4.2.2",
"vitest": "^2.1.1"
}
}
Loading

0 comments on commit 006ead4

Please sign in to comment.