Skip to content

Commit 78c4501

Browse files
committed
chore: update deps
1 parent fce0346 commit 78c4501

File tree

2 files changed

+19
-20
lines changed

2 files changed

+19
-20
lines changed

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@
3636
"build": "tsup src/index.ts --dts --format cjs,esm",
3737
"test": "vitest",
3838
"test:update": "vitest -u",
39-
"lint": "eslint \"**/*.{ts,vue,mjs}\"",
40-
"lint:fix": "eslint \"**/*.{ts,vue,mjs}\" --fix",
39+
"lint": "eslint .",
4140
"prepublishOnly": "npm run build",
4241
"release": "bumpp --commit --tag --push && npm publish"
4342
},
@@ -56,9 +55,9 @@
5655
"@antfu/ni": "^0.16.2",
5756
"@types/node": "^18.0.0",
5857
"@vue/test-utils": "^2.0.1",
59-
"bumpp": "^8.2.0",
58+
"bumpp": "^8.2.1",
6059
"eslint": "^8.18.0",
61-
"rollup": "^2.75.6",
60+
"rollup": "^2.75.7",
6261
"tsup": "^6.1.2",
6362
"typescript": "^4.7.4",
6463
"vite": "^2.9.12",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)