Skip to content

Commit

Permalink
fix(deps): upgrade devDependencies (minor) (#234)
Browse files Browse the repository at this point in the history
* fix(deps): upgrade devDependencies (minor)

* fix: do not update eslint-plugin-vitest

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Francine Lucca <francinelucca@hotmail.com>
  • Loading branch information
renovate[bot] and francinelucca committed Apr 23, 2024
1 parent aaa95a6 commit b6f5e74
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 83 deletions.
152 changes: 76 additions & 76 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"test:watch": "vitest --coverage"
},
"devDependencies": {
"@commitlint/cli": "^19.2.1",
"@commitlint/config-conventional": "^19.1.0",
"@ibm/telemetry-attributes-js": "^3.1.0",
"@commitlint/cli": "^19.2.2",
"@commitlint/config-conventional": "^19.2.2",
"@ibm/telemetry-attributes-js": "^3.2.0",
"@ibm/telemetry-config-schema": "^1.3.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/exporter-metrics-otlp-http": "^0.50.0",
Expand All @@ -59,8 +59,8 @@
"@types/js-yaml": "^4.0.9",
"@types/lodash": "^4.17.0",
"@types/node": "^20.12.7",
"@typescript-eslint/eslint-plugin": "^7.6.0",
"@typescript-eslint/parser": "^7.6.0",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.7.0",
"@vitest/coverage-v8": "^1.5.0",
"ajv": "^8.12.0",
"ci-info": "^4.0.0",
Expand All @@ -73,7 +73,7 @@
"eslint-plugin-n": "^16.6.2",
"eslint-plugin-notice": "^0.9.10",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-simple-import-sort": "^12.1.0",
"eslint-plugin-vitest": "^0.4.1",
"husky": "^9.0.11",
"js-yaml": "^4.1.0",
Expand All @@ -86,7 +86,7 @@
"semver": "^7.6.0",
"ts-json-schema-generator": "^1.5.1",
"typescript": "^5.4.5",
"vite": "^5.2.8",
"vite": "^5.2.10",
"vitest": "^1.5.0"
}
}

0 comments on commit b6f5e74

Please sign in to comment.