|
12 | 12 | "@babel/plugin-transform-destructuring": "^7.23.3", |
13 | 13 | "@babel/plugin-transform-member-expression-literals": "^7.23.3", |
14 | 14 | "@babel/plugin-transform-modules-commonjs": "^7.23.3", |
| 15 | + "@babel/plugin-transform-object-assign": "^7.27.1", |
15 | 16 | "@babel/plugin-transform-parameters": "^7.23.3", |
16 | 17 | "@babel/plugin-transform-property-literals": "^7.23.3", |
17 | 18 | "@babel/plugin-transform-shorthand-properties": "^7.23.3", |
|
21 | 22 | "@babel/preset-typescript": "^7.23.3", |
22 | 23 | "@cucumber/cucumber": "^7.2.1", |
23 | 24 | "@jest-runner/electron": "^3.0.1", |
| 25 | + "@rollup/plugin-commonjs": "^28.0.0", |
| 26 | + "@rollup/plugin-node-resolve": "^15.3.0", |
| 27 | + "@rollup/plugin-replace": "^6.0.1", |
| 28 | + "@rollup/plugin-typescript": "^12.1.0", |
24 | 29 | "@types/jest": "^26.0.14", |
25 | 30 | "@types/ncp": "^2.0.4", |
26 | | - "@types/node": "^13.7.1", |
27 | 31 | "@types/node-fetch": "^2.5.7", |
28 | 32 | "@types/react": "^16.9.49", |
29 | 33 | "@types/react-dom": "^16.9.16", |
30 | 34 | "@types/react-native": "0.67.8", |
31 | 35 | "@types/react-test-renderer": "^16.9.3", |
32 | 36 | "@types/rimraf": "^3.0.0", |
33 | 37 | "@types/uuid": "^8.3.0", |
34 | | - "@typescript-eslint/eslint-plugin": "^2.19.2", |
35 | | - "@typescript-eslint/parser": "^2.19.2", |
36 | 38 | "aws-sdk": "^2.1303.0", |
37 | 39 | "babel-jest": "^29.7.0", |
38 | | - "babelify": "^10.0.0", |
39 | | - "browser-pack-flat": "^3.2.0", |
40 | | - "browserify": "^17.0.1", |
41 | | - "browserify-versionify": "^1.0.6", |
42 | 40 | "coverage-diff": "^1.6.0", |
43 | | - "cross-env": "^7.0.3", |
44 | 41 | "electron": "*", |
45 | 42 | "envify": "^4.1.0", |
46 | | - "eslint": "^6.8.0", |
47 | 43 | "eslint-config-standard": "^14.1.0", |
48 | 44 | "eslint-config-standard-with-typescript": "^13.0.0", |
49 | 45 | "eslint-plugin-import": "^2.20.1", |
|
56 | 52 | "form-data": "^4.0.4", |
57 | 53 | "formidable": "^1.2.2", |
58 | 54 | "glob": "^7.1.6", |
| 55 | + "globals": "^15.14.0", |
59 | 56 | "jest": "^26.4.2", |
60 | 57 | "lerna": "^8.1.8", |
61 | 58 | "metro-react-native-babel-preset": "^0.58.0", |
62 | 59 | "ncp": "^2.0.0", |
| 60 | + "pkg-up": "3.1.0", |
63 | 61 | "playwright": "^1.10.0", |
64 | | - "proxyquire": "^2.1.3", |
65 | 62 | "ps-list": "^7.2.0", |
66 | 63 | "react": "^16.13.1", |
67 | | - "react-native": "^0.63.4", |
68 | 64 | "react-test-renderer": "^16.13.1", |
69 | 65 | "rimraf": "^3.0.0", |
| 66 | + "rollup": "^4.24.0", |
70 | 67 | "semver": "^5.5.1", |
71 | 68 | "source-map": "^0.5.7", |
72 | 69 | "timekeeper": "^2.2.0", |
73 | 70 | "ts-node": "^9.1.1", |
74 | | - "typescript": "^3.9.7", |
| 71 | + "typescript-eslint": "^8.22.0", |
| 72 | + "typescript": "^4.8.4", |
75 | 73 | "uglify-js": "^3.15.1", |
76 | 74 | "verdaccio": "^6.0.5", |
77 | 75 | "xvfb-maybe": "^0.2.1" |
78 | 76 | }, |
79 | 77 | "scripts": { |
80 | 78 | "build": "lerna run build", |
81 | 79 | "build:electron": "lerna run build --scope '@bugsnag/plugin-electron-ipc' --scope '@bugsnag/plugin-electron-app' --scope '@bugsnag/plugin-electron-client-state-persistence'", |
82 | | - "test:lint": "eslint --ext .ts,.js --report-unused-disable-directives --max-warnings=0 .", |
| 80 | + "test:lint": "eslint --report-unused-disable-directives .", |
83 | 81 | "test:lint-native": "bash scripts/cppcheck.sh", |
84 | 82 | "test:unit:electron-runner": "xvfb-maybe --auto-servernum -- jest -c config/electron-jest.config.js --rootDir .", |
85 | 83 | "test:unit": "xvfb-maybe --auto-servernum -- jest", |
|
101 | 99 | }, |
102 | 100 | "@types/babel__traverse": "7.17.1", |
103 | 101 | "@types/express-serve-static-core": "4.17.28", |
| 102 | + "@types/node": "^18", |
104 | 103 | "@types/prettier": "2.6.0", |
105 | 104 | "@types/yargs": "17.0.10", |
106 | 105 | "braces": "^3.0.3", |
|
0 commit comments