|
44 | 44 | "homepage": "https://github.com/getsentry/sentry-replay#readme",
|
45 | 45 | "devDependencies": {
|
46 | 46 | "@babel/core": "^7.17.5",
|
47 |
| - "@rollup/plugin-node-resolve": "^13.3.0", |
48 |
| - "@rollup/plugin-replace": "^4.0.0", |
49 | 47 | "@rollup/plugin-typescript": "^8.3.1",
|
50 |
| - "@sentry-internal/eslint-config-sdk": "^7.20.1", |
51 |
| - "@sentry/browser": "^7.7.0", |
52 |
| - "@size-limit/file": "^8.1.0", |
53 |
| - "@size-limit/time": "^8.1.0", |
54 |
| - "@types/jest": "27.5.1", |
| 48 | + "@sentry/browser": "7.21.0", |
55 | 49 | "@types/lodash.debounce": "^4.0.7",
|
56 | 50 | "@types/lodash.throttle": "^4.1.7",
|
57 |
| - "@types/node": "^18.11.0", |
58 | 51 | "@types/pako": "^2.0.0",
|
59 |
| - "eslint": "7.32.0", |
60 |
| - "jest": "27.5.1", |
61 |
| - "jest-environment-jsdom": "27.5.1", |
62 | 52 | "jsdom-worker": "^0.2.1",
|
63 |
| - "npm-run-all": "^4.1.5", |
64 | 53 | "pako": "^2.0.4",
|
65 |
| - "prettier": "2.7.1", |
66 |
| - "rimraf": "^3.0.2", |
67 |
| - "rollup": "^2.70.0", |
68 |
| - "rollup-plugin-terser": "^7.0.2", |
69 |
| - "size-limit": "^8.1.0", |
70 |
| - "ts-jest": "27.1.4", |
71 |
| - "ts-node": "10.9.1", |
72 |
| - "tslib": "2.3.1", |
73 |
| - "typescript": "3.8.3" |
| 54 | + "tslib": "^1.9.3" |
74 | 55 | },
|
75 | 56 | "dependencies": {
|
76 |
| - "@sentry/core": "^7.7.0", |
77 |
| - "@sentry/types": "^7.7.0", |
78 |
| - "@sentry/utils": "^7.7.0", |
| 57 | + "@sentry/core": "7.21.0", |
| 58 | + "@sentry/types": "7.21.0", |
| 59 | + "@sentry/utils": "7.21.0", |
79 | 60 | "lodash.debounce": "^4.0.8",
|
80 | 61 | "rrweb": "^1.1.3"
|
81 | 62 | },
|
|
0 commit comments