Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Nov 26, 2024
1 parent 65a38ac commit 00f2a38
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 157 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
],
"scripts": {
"clean": "rm -rf coverage",
"start": "vite test/demo/ --open",
"start": "vite test/demo/",
"test:coverage": "c8 bnt",
"test:lint": "eslint .",
"test:size": "pnpm clean && size-limit",
Expand Down Expand Up @@ -54,7 +54,7 @@
"@originjs/vite-plugin-commonjs": "^1.0.3",
"@size-limit/file": "^11.1.6",
"@size-limit/webpack": "^11.1.6",
"@types/node": "^22.9.3",
"@types/node": "^22.10.0",
"better-node-test": "^0.7.1",
"c8": "^10.1.2",
"clean-publish": "^5.1.0",
Expand All @@ -68,7 +68,7 @@
"uid": "^2.0.2",
"uid-safe": "^2.1.5",
"uuid": "^11.0.3",
"vite": "^5.4.11"
"vite": "^6.0.0"
},
"size-limit": [
{
Expand All @@ -79,7 +79,7 @@
{
"name": "customAlphabet",
"import": "{ customAlphabet }",
"limit": "163 B"
"limit": "165 B"
},
{
"name": "urlAlphabet",
Expand Down
Loading

0 comments on commit 00f2a38

Please sign in to comment.