Skip to content

Commit

Permalink
chore: update eslint and bumpp to latest versions in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
maggot-code committed Dec 16, 2024
1 parent 62c0989 commit 383b666
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,19 @@
"dev": "tsup --watch & eslint --inspect-config",
"watch": "tsup --watch",
"preview": "eslint --inspect-config",
"preview:build":"pnpm build:min && npx @eslint/config-inspector build",
"preview:build": "pnpm build:min && npx @eslint/config-inspector build",
"lint": "eslint .",
"lint:fix": "pnpm run lint --fix",
"release": "bumpp && pnpm publish",
"typecheck": "tsc --noEmit"
},
"devDependencies": {
"@eslint/js": "^9.16.0",
"@eslint/js": "^9.17.0",
"@types/eslint": "^9.6.1",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.2",
"bumpp": "^9.9.0",
"eslint": "^9.16.0",
"bumpp": "^9.9.1",
"eslint": "^9.17.0",
"tsup": "^8.3.5",
"typescript": "^5.7.2",
"vue": "^3.5.13"
Expand Down

0 comments on commit 383b666

Please sign in to comment.