Skip to content

Commit

Permalink
Merge pull request #551 from chantouchsek/dependabot/npm_and_yarn/lin…
Browse files Browse the repository at this point in the history
…t-staged-15.0.2

chore(deps-dev): bump lint-staged from 14.0.1 to 15.0.2
  • Loading branch information
chantouchsek authored Nov 1, 2023
2 parents a83157f + 69f70e2 commit c7d3d8d
Show file tree
Hide file tree
Showing 3 changed files with 517 additions and 553 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
node-version: [16,18]
node-version: [18]
os: [ubuntu-latest]

steps:
Expand Down
28 changes: 14 additions & 14 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,26 +44,26 @@
"release": "standard-version && git push --follow-tags origin main && yarn publish"
},
"devDependencies": {
"@commitlint/cli": "^17.6.7",
"@commitlint/config-conventional": "^17.6.7",
"@types/node": "^20.4.9",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@vitest/coverage-v8": "^0.34.1",
"eslint": "^8.46.0",
"@commitlint/cli": "^18.2.0",
"@commitlint/config-conventional": "^18.1.0",
"@types/node": "^20.8.10",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@vitest/coverage-v8": "^0.34.6",
"eslint": "^8.52.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-prettier": "^5.0.1",
"eslint-plugin-promise": "^6.1.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.0",
"prettier": "^3.0.1",
"rimraf": "^5.0.1",
"lint-staged": "^15.0.2",
"prettier": "^3.0.3",
"rimraf": "^5.0.5",
"standard-version": "^9.5.0",
"ts-node": "^10.9.1",
"typeorm": "^0.3.17",
"typescript": "^5.1.6",
"vitest": "^0.34.1"
"typescript": "^5.2.2",
"vitest": "^0.34.6"
},
"peerDependencies": {
"typeorm": "^0.3"
Expand Down
Loading

0 comments on commit c7d3d8d

Please sign in to comment.