Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cqse/teamscale-javascript-profiler
Browse files Browse the repository at this point in the history
  • Loading branch information
stahlbauer committed Mar 6, 2024
2 parents 1d49605 + 61c99da commit 3ebb8fb
Show file tree
Hide file tree
Showing 14 changed files with 527 additions and 273 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -14,8 +14,8 @@
"lint": "pnpm exec eslint . --ext .ts"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^7.1.0",
"@typescript-eslint/parser": "^7.1.0",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"@typescript-eslint/parser": "^7.1.1",
"commander": "^12.0.0",
"cypress": "^13.6.6",
"eslint": "^8.57.0",
Expand All @@ -24,7 +24,7 @@
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react": "^7.34.0",
"eslint-plugin-workspaces": "^0.10.0",
"http-server": "^14.1.1",
"local-web-server": "^5.3.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/cqse-commons/package.json
Expand Up @@ -25,7 +25,7 @@
"@babel/core": "^7.24.0",
"@babel/preset-env": "^7.24.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.22",
"@types/node": "^20.11.24",
"babel-jest": "^29.7.0",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/lib-instrument/package.json
Expand Up @@ -22,7 +22,7 @@
"@babel/core": "^7.24.0",
"@babel/parser": "^7.24.0",
"@babel/traverse": "^7.24.0",
"@types/node": "^20.11.22",
"@types/node": "^20.11.24",
"source-map": "^0.7.4",
"typescript": "^5.3.3"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/teamscale-coverage-collector/package.json
Expand Up @@ -29,7 +29,7 @@
"bunyan": "^1.8.15",
"date-and-time": "^3.1.1",
"dotenv": "^16.4.5",
"express": "^4.18.2",
"express": "^4.18.3",
"form-data": "^4.0.0",
"mkdirp": "^3.0.1",
"rxjs": "^7.8.1",
Expand All @@ -46,7 +46,7 @@
"@types/bunyan": "^1.8.11",
"@types/express": "^4.17.21",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.22",
"@types/node": "^20.11.24",
"@types/tmp": "^0.2.6",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/teamscale-javascript-instrumenter/package.json
Expand Up @@ -35,7 +35,7 @@
"@types/glob": "^8.1.0",
"@types/istanbul-lib-instrument": "^1.7.7",
"@types/jest": "^29.5.12",
"@types/node": "^20.11.22",
"@types/node": "^20.11.24",
"@types/ws": "^8.5.10",
"babel-jest": "^29.7.0",
"esbuild": "^0.20.1",
Expand Down

0 comments on commit 3ebb8fb

Please sign in to comment.