Skip to content

Commit

Permalink
Merge pull request #660 from chantouchsek/dependabot/npm_and_yarn/esl…
Browse files Browse the repository at this point in the history
…int-8.57.0

chore(deps-dev): bump eslint from 8.56.0 to 8.57.0
  • Loading branch information
chantouchsek authored Mar 28, 2024
2 parents 57d1c00 + dc4e55e commit 3076620
Show file tree
Hide file tree
Showing 2 changed files with 431 additions and 365 deletions.
26 changes: 13 additions & 13 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "typeorm-naming-strategy",
"version": "2.0.6",
"packageManager": "yarn@1.22.21",
"packageManager": "yarn@1.22.22",
"description": "Custom naming strategies for typeorm",
"main": "dist/main.js",
"types": "dist/main.d.ts",
Expand Down Expand Up @@ -45,26 +45,26 @@
"release": "standard-version && git push --follow-tags origin main && yarn publish"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@types/node": "^20.11.16",
"@typescript-eslint/eslint-plugin": "^6.20.0",
"@typescript-eslint/parser": "^6.20.0",
"@vitest/coverage-v8": "^1.2.2",
"eslint": "^8.56.0",
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@types/node": "^20.11.30",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vitest/coverage-v8": "^1.4.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"husky": "^9.0.10",
"lint-staged": "^15.2.1",
"prettier": "^3.2.4",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",
"ts-node": "^10.9.2",
"typeorm": "^0.3.20",
"typescript": "^5.3.3",
"vitest": "^1.2.2"
"typescript": "^5.4.3",
"vitest": "^1.4.0"
},
"peerDependencies": {
"typeorm": "^0.3"
Expand Down
Loading

0 comments on commit 3076620

Please sign in to comment.