|
7 | 7 | "url": "git://github.com/getsentry/sentry.git"
|
8 | 8 | },
|
9 | 9 | "dependencies": {
|
10 |
| - "@babel/core": "^7.0.0", |
11 |
| - "@babel/plugin-proposal-class-properties": "^7.0.0", |
12 |
| - "@babel/plugin-proposal-decorators": "^7.0.0", |
13 |
| - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", |
14 |
| - "@babel/plugin-syntax-dynamic-import": "^7.0.0", |
15 |
| - "@babel/plugin-transform-runtime": "^7.0.0", |
16 |
| - "@babel/polyfill": "^7.0.0", |
17 |
| - "@babel/preset-env": "^7.0.0", |
| 10 | + "@babel/core": "~7.4.4", |
| 11 | + "@babel/plugin-proposal-class-properties": "~7.4.4", |
| 12 | + "@babel/plugin-proposal-decorators": "~7.4.4", |
| 13 | + "@babel/plugin-proposal-object-rest-spread": "~7.4.4", |
| 14 | + "@babel/plugin-syntax-dynamic-import": "^7.2.0", |
| 15 | + "@babel/plugin-transform-runtime": "~7.4.4", |
| 16 | + "@babel/polyfill": "~7.4.4", |
| 17 | + "@babel/preset-env": "~7.4.4", |
18 | 18 | "@babel/preset-react": "^7.0.0",
|
19 | 19 | "@babel/preset-typescript": "^7.3.3",
|
20 |
| - "@babel/runtime": "^7.0.0", |
| 20 | + "@babel/runtime": "~7.4.4", |
21 | 21 | "@sentry/browser": "5.6.0-beta.4",
|
22 | 22 | "@sentry/integrations": "5.6.0-beta.4",
|
23 | 23 | "@types/classnames": "^2.2.0",
|
|
46 | 46 | "color": "^3.1.0",
|
47 | 47 | "compression-webpack-plugin": "^2.0.0",
|
48 | 48 | "copy-webpack-plugin": "^5.0.3",
|
| 49 | + "core-js": "^3.2.1", |
49 | 50 | "create-react-class": "^15.6.2",
|
50 | 51 | "crypto-js": "3.1.5",
|
51 | 52 | "css-loader": "^2.0.1",
|
|
101 | 102 | "react-sparklines": "1.7.0",
|
102 | 103 | "react-virtualized": "^9.20.1",
|
103 | 104 | "reflux": "0.4.1",
|
| 105 | + "regenerator-runtime": "^0.13.3", |
104 | 106 | "scroll-to-element": "^2.0.0",
|
105 | 107 | "sentry-dreamy-components": "^1.0.2",
|
106 | 108 | "sprintf-js": "1.0.3",
|
|
129 | 131 | "@typescript-eslint/eslint-plugin": "^1.11.0",
|
130 | 132 | "@typescript-eslint/parser": "^1.11.0",
|
131 | 133 | "babel-eslint": "^10.0.1",
|
132 |
| - "babel-gettext-extractor": "^3.0.0", |
| 134 | + "babel-gettext-extractor": "^4.1.3", |
133 | 135 | "babel-jest": "24.1.0",
|
134 | 136 | "babel-plugin-dynamic-import-node": "^2.2.0",
|
135 | 137 | "enzyme": "3.10.0",
|
136 | 138 | "enzyme-adapter-react-16": "1.14.0",
|
137 |
| - "enzyme-to-json": "3.3.5", |
| 139 | + "enzyme-to-json": "3.4.0", |
138 | 140 | "eslint": "5.11.1",
|
139 | 141 | "eslint-config-sentry-app": "1.14.0",
|
140 | 142 | "jest": "24.1.0",
|
|
0 commit comments