Skip to content

Commit 5efa9f2

Browse files
committed
add all missing voltas
1 parent bd8723a commit 5efa9f2

File tree

24 files changed

+74
-2
lines changed

24 files changed

+74
-2
lines changed

dev-packages/e2e-tests/test-applications/angular-19/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"karma-jasmine": "~5.1.0",
4444
"karma-jasmine-html-reporter": "~2.1.0",
4545
"typescript": "~5.6.2"
46+
},
47+
"volta": {
48+
"extends": "../../package.json"
4649
}
4750
}

dev-packages/e2e-tests/test-applications/astro-4/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,8 @@
2323
},
2424
"devDependencies": {
2525
"@astrojs/internal-helpers": "^0.4.1"
26+
},
27+
"volta": {
28+
"extends": "../../package.json"
2629
}
2730
}

dev-packages/e2e-tests/test-applications/astro-5/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"overrides": {
2323
"esbuild": "0.24.0"
2424
}
25+
},
26+
"volta": {
27+
"extends": "../../package.json"
2528
}
2629
}

dev-packages/e2e-tests/test-applications/generic-ts3.8/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,8 @@
1919
"@sentry/node": "latest || *",
2020
"@sentry-internal/replay": "latest || *",
2121
"@sentry/wasm": "latest || *"
22+
},
23+
"volta": {
24+
"extends": "../../package.json"
2225
}
2326
}

dev-packages/e2e-tests/test-applications/nestjs-11/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,8 @@
4949
"overrides": {
5050
"minimatch": "10.0.1"
5151
}
52+
},
53+
"volta": {
54+
"extends": "../../package.json"
5255
}
5356
}

dev-packages/e2e-tests/test-applications/nestjs-8/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"ts-loader": "^9.4.3",
4545
"tsconfig-paths": "^4.2.0",
4646
"typescript": "~5.0.0"
47+
},
48+
"volta": {
49+
"extends": "../../package.json"
4750
}
4851
}

dev-packages/e2e-tests/test-applications/nestjs-basic-with-graphql/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,8 @@
4646
"ts-loader": "^9.4.3",
4747
"tsconfig-paths": "^4.2.0",
4848
"typescript": "~5.0.0"
49+
},
50+
"volta": {
51+
"extends": "../../package.json"
4952
}
5053
}

dev-packages/e2e-tests/test-applications/nestjs-basic/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"ts-loader": "^9.4.3",
4545
"tsconfig-paths": "^4.2.0",
4646
"typescript": "~5.0.0"
47+
},
48+
"volta": {
49+
"extends": "../../package.json"
4750
}
4851
}

dev-packages/e2e-tests/test-applications/nestjs-distributed-tracing/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,8 @@
4343
"ts-loader": "^9.4.3",
4444
"tsconfig-paths": "^4.2.0",
4545
"typescript": "~5.0.0"
46+
},
47+
"volta": {
48+
"extends": "../../package.json"
4649
}
4750
}

dev-packages/e2e-tests/test-applications/nestjs-fastify/package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,8 @@
4444
"ts-loader": "^9.4.3",
4545
"tsconfig-paths": "^4.2.0",
4646
"typescript": "^5.1.3"
47+
},
48+
"volta": {
49+
"extends": "../../package.json"
4750
}
4851
}

0 commit comments

Comments
 (0)