Skip to content

Commit

Permalink
chore(deps): update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 15, 2023
1 parent 59c3ed1 commit 520d8d9
Show file tree
Hide file tree
Showing 3 changed files with 125 additions and 125 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,20 +15,20 @@
"postinstall": "husky install .github/husky"
},
"devDependencies": {
"@commitlint/cli": "^17.7.2",
"@commitlint/config-conventional": "^17.7.0",
"@lerna-lite/cli": "^2.5.1",
"@commitlint/cli": "^17.8.0",
"@commitlint/config-conventional": "^17.8.0",
"@lerna-lite/cli": "^2.6.0",
"@sapphire/eslint-config": "^5.0.2",
"@sapphire/prettier-config": "^2.0.0",
"@sapphire/ts-config": "^5.0.0",
"@types/node": "^18.18.4",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@types/node": "^18.18.5",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@vitest/coverage-v8": "^0.34.6",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"lint-staged": "^14.0.1",
"npm-run-all": "^4.1.5",
Expand Down
4 changes: 2 additions & 2 deletions packages/yamlreader/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.6",
"@types/js-yaml": "^4.0.7",
"tsup": "^7.2.0"
},
"peerDependencies": {
"@types/js-yaml": "^4.0.6"
"@types/js-yaml": "^4.0.7"
},
"peerDependenciesMeta": {
"@types/js-yaml": {
Expand Down
Loading

0 comments on commit 520d8d9

Please sign in to comment.