|
1 | 1 | { |
2 | 2 | "name": "@sentry/astro", |
3 | | - "version": "7.100.0", |
| 3 | + "version": "8.0.0-alpha.0", |
4 | 4 | "description": "Official Sentry SDK for Astro", |
5 | 5 | "repository": "git://github.com/getsentry/sentry-javascript.git", |
6 | 6 | "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/astro", |
|
49 | 49 | "astro": ">=3.x || >=4.0.0-beta" |
50 | 50 | }, |
51 | 51 | "dependencies": { |
52 | | - "@sentry/browser": "7.100.0", |
53 | | - "@sentry/core": "7.100.0", |
54 | | - "@sentry/node-experimental": "7.100.0", |
55 | | - "@sentry/types": "7.100.0", |
56 | | - "@sentry/utils": "7.100.0", |
| 52 | + "@sentry/browser": "8.0.0-alpha.0", |
| 53 | + "@sentry/core": "8.0.0-alpha.0", |
| 54 | + "@sentry/node-experimental": "8.0.0-alpha.0", |
| 55 | + "@sentry/types": "8.0.0-alpha.0", |
| 56 | + "@sentry/utils": "8.0.0-alpha.0", |
57 | 57 | "@sentry/vite-plugin": "^2.14.2" |
58 | 58 | }, |
59 | 59 | "devDependencies": { |
60 | 60 | "astro": "^3.5.0", |
61 | 61 | "rollup": "^3.20.2", |
62 | 62 | "vite": "4.0.5" |
63 | 63 | }, |
| 64 | + "resolutions": { |
| 65 | + "**/@sentry/node": "8.0.0-alpha.0", |
| 66 | + "**/@sentry/types": "8.0.0-alpha.0" |
| 67 | + }, |
64 | 68 | "scripts": { |
65 | 69 | "build": "run-p build:transpile build:types", |
66 | 70 | "build:dev": "yarn build", |
|
0 commit comments