Skip to content

Commit

Permalink
feat: update
Browse files Browse the repository at this point in the history
  • Loading branch information
veritem committed May 4, 2023
1 parent 3cd2758 commit b52a1a6
Show file tree
Hide file tree
Showing 2 changed files with 177 additions and 194 deletions.
19 changes: 8 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@
],
"scripts": {
"build": "unbuild",
"format:check": "prettier --check .",
"format": "prettier --write .",
"lint:eslint-docs": "pnpm build && eslint-doc-generator --check",
"lint:js": "eslint . --fix",
"lint": "concurrently --prefixColors auto \"pnpm:lint:*\"",
Expand All @@ -39,22 +37,21 @@
"update:eslint-docs": "pnpm build && eslint-doc-generator"
},
"devDependencies": {
"@babel/types": "^7.21.4",
"@babel/types": "^7.21.5",
"@types/mocha": "^10.0.1",
"@types/node": "^18.15.11",
"@typescript-eslint/eslint-plugin": "^5.58.0",
"@typescript-eslint/parser": "^5.58.0",
"@veritem/eslint-config": "^0.0.7",
"@types/node": "^18.16.3",
"@typescript-eslint/eslint-plugin": "^5.59.1",
"@typescript-eslint/parser": "^5.59.1",
"@veritem/eslint-config": "^0.0.8",
"bumpp": "^9.1.0",
"concurrently": "^8.0.1",
"eslint": "^8.38.0",
"eslint": "^8.39.0",
"eslint-doc-generator": "^1.4.3",
"eslint-plugin-eslint-plugin": "^5.0.8",
"eslint-plugin-node": "^11.1.0",
"eslint-remote-tester": "^3.0.0",
"eslint-remote-tester-repositories": "^1.0.1",
"jiti": "^1.18.2",
"prettier": "^2.8.7",
"ts-node": "^10.9.1",
"unbuild": "^1.2.1",
"vitest": "^0.30.1"
Expand All @@ -66,6 +63,6 @@
"eslint": ">=8.0.0"
},
"dependencies": {
"@typescript-eslint/utils": "^5.58.0"
"@typescript-eslint/utils": "^5.59.1"
}
}
}
Loading

0 comments on commit b52a1a6

Please sign in to comment.