Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Sep 18, 2023
1 parent 0e775c3 commit 569cdcb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@typescript-eslint/parser": "6.7.0",
"eslint": "8.49.0",
"gts": "5.0.1",
"lerna": "7.2.0",
"lerna": "7.3.0",
"markdownlint-cli": "0.36.0",
"typescript": "5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/uptrace-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "20.6.0",
"@types/node": "20.6.2",
"@types/sinon": "10.0.16",
"@typescript-eslint/eslint-plugin": "6.7.0",
"eslint": "8.49.0",
Expand All @@ -68,7 +68,7 @@
"gts": "5.0.1",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.2.0",
"sinon": "16.0.0",
"ts-mocha": "10.0.0",
"typescript": "5.2.2"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/uptrace-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "20.6.0",
"@types/node": "20.6.2",
"@types/sinon": "10.0.16",
"@typescript-eslint/eslint-plugin": "6.7.0",
"eslint": "8.49.0",
Expand All @@ -74,7 +74,7 @@
"gts": "5.0.1",
"mocha": "10.2.0",
"nyc": "15.1.0",
"sinon": "15.2.0",
"sinon": "16.0.0",
"ts-mocha": "10.0.0",
"typescript": "5.2.2"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/uptrace-vue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"devDependencies": {
"@types/lodash": "4.14.198",
"@types/mocha": "10.0.1",
"@types/node": "20.6.0",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"eslint": "8.49.0",
"eslint-plugin-node": "11.1.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/uptrace-web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
},
"devDependencies": {
"@types/mocha": "10.0.1",
"@types/node": "20.6.0",
"@types/node": "20.6.2",
"@typescript-eslint/eslint-plugin": "6.7.0",
"eslint": "8.49.0",
"eslint-plugin-node": "11.1.0",
Expand Down

0 comments on commit 569cdcb

Please sign in to comment.