|
1 | 1 | { |
2 | 2 | "name": "@sentry-internal/integration-tests", |
3 | | - "version": "2.1.0", |
| 3 | + "version": "2.2.0", |
4 | 4 | "license": "MIT", |
5 | 5 | "private": true, |
6 | 6 | "scripts": { |
|
15 | 15 | "clean:deps": "rimraf node_modules" |
16 | 16 | }, |
17 | 17 | "dependencies": { |
18 | | - "@sentry-internal/eslint-config": "2.1.0", |
19 | | - "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.1.0", |
20 | | - "@sentry/bundler-plugin-core": "2.1.0", |
21 | | - "@sentry/esbuild-plugin": "2.1.0", |
22 | | - "@sentry/rollup-plugin": "2.1.0", |
23 | | - "@sentry/vite-plugin": "2.1.0", |
24 | | - "@sentry/webpack-plugin": "2.1.0", |
| 18 | + "@sentry-internal/eslint-config": "2.2.0", |
| 19 | + "@sentry-internal/sentry-bundler-plugin-tsconfig": "2.2.0", |
| 20 | + "@sentry/bundler-plugin-core": "2.2.0", |
| 21 | + "@sentry/esbuild-plugin": "2.2.0", |
| 22 | + "@sentry/rollup-plugin": "2.2.0", |
| 23 | + "@sentry/vite-plugin": "2.2.0", |
| 24 | + "@sentry/webpack-plugin": "2.2.0", |
25 | 25 | "@swc/jest": "^0.2.21", |
26 | 26 | "@types/jest": "^28.1.3", |
27 | 27 | "@types/webpack4": "npm:@types/webpack@^4", |
|
31 | 31 | "rollup": "3.2.0", |
32 | 32 | "ts-node": "^10.9.1", |
33 | 33 | "vite": "3.0.0", |
34 | | - "webpack5": "npm:webpack@5.74.0", |
35 | | - "webpack4": "npm:webpack@^4" |
| 34 | + "webpack4": "npm:webpack@^4", |
| 35 | + "webpack5": "npm:webpack@5.74.0" |
36 | 36 | }, |
37 | 37 | "volta": { |
38 | 38 | "extends": "../../package.json" |
|
0 commit comments