|
26 | 26 | "test": "env TEST_REPORT_FILENAME=test-results.xml jest --verbose" |
27 | 27 | }, |
28 | 28 | "dependencies": { |
29 | | - "@microsoft/applicationinsights-react-js": "^19.3.6", |
30 | | - "@microsoft/applicationinsights-web": "^3.3.8", |
31 | | - "azure-devops-extension-api": "^4.259.0", |
32 | | - "azure-devops-extension-sdk": "^4.0.2", |
33 | | - "azure-devops-ui": "^2.255.0", |
34 | | - "react": "^17.0.1", |
35 | | - "react-dom": "^17.0.1" |
| 29 | + "@microsoft/applicationinsights-react-js": "19.3.6", |
| 30 | + "@microsoft/applicationinsights-web": "3.3.8", |
| 31 | + "azure-devops-extension-api": "4.259.0", |
| 32 | + "azure-devops-extension-sdk": "4.0.2", |
| 33 | + "azure-devops-ui": "2.255.0", |
| 34 | + "react": "17.0.2", |
| 35 | + "react-dom": "17.0.2" |
36 | 36 | }, |
37 | 37 | "devDependencies": { |
38 | | - "@babel/preset-env": "^7.27.2", |
39 | | - "@babel/preset-react": "^7.26.3", |
40 | | - "@babel/preset-typescript": "^7.27.0", |
41 | | - "@eslint/js": "^9.27.0", |
42 | | - "@testing-library/jest-dom": "^6.6.3", |
43 | | - "@testing-library/react": "^12.1.5", |
44 | | - "@types/jest": "^29.5.14", |
45 | | - "@types/react": "^17.0.2", |
46 | | - "@types/react-dom": "^17.0.1", |
47 | | - "@typescript-eslint/eslint-plugin": "^8.8.1", |
48 | | - "@typescript-eslint/eslint-plugin-tslint": "^7.0.2", |
49 | | - "@typescript-eslint/parser": "^8.32.1", |
50 | | - "base64-inline-loader": "^2.0.1", |
51 | | - "copy-webpack-plugin": "^13.0.1", |
52 | | - "css-loader": "^7.1.2", |
53 | | - "eslint": "^8.57.0", |
54 | | - "eslint-plugin-import": "^2.31.0", |
55 | | - "eslint-plugin-react": "^7.37.5", |
56 | | - "history": "^5.3.0", |
57 | | - "jest": "^29.7.0", |
58 | | - "jest-environment-jsdom": "^29.7.0", |
59 | | - "jest-junit-reporter": "^1.1.0", |
60 | | - "node-sass": "^9.0.0", |
61 | | - "rimraf": "^6.0.1", |
62 | | - "sass-loader": "^16.0.4", |
63 | | - "shelljs": "^0.9.2", |
64 | | - "style-loader": "^4.0.0", |
65 | | - "tfx-cli": "^0.21.3", |
66 | | - "trim-newlines": ">=5.0.0", |
67 | | - "ts-jest": "^29.2.6", |
68 | | - "ts-loader": "^9.5.2", |
69 | | - "ts-mockito": "^2.6.1", |
70 | | - "typescript": "^5.7.3", |
71 | | - "underscore": ">=1.13.7", |
72 | | - "validator": "^13.12.0", |
73 | | - "webpack": "^5.98.0", |
74 | | - "webpack-cli": "^6.0.1", |
75 | | - "tslib": "^2.7.0" |
| 38 | + "@babel/preset-env": "7.27.2", |
| 39 | + "@babel/preset-react": "7.26.3", |
| 40 | + "@babel/preset-typescript": "7.27.0", |
| 41 | + "@eslint/js": "9.27.0", |
| 42 | + "@testing-library/jest-dom": "6.6.3", |
| 43 | + "@testing-library/react": "12.1.5", |
| 44 | + "@types/jest": "29.5.14", |
| 45 | + "@types/react": "17.0.76", |
| 46 | + "@types/react-dom": "17.0.25", |
| 47 | + "@typescript-eslint/eslint-plugin": "8.8.1", |
| 48 | + "@typescript-eslint/eslint-plugin-tslint": "7.0.2", |
| 49 | + "@typescript-eslint/parser": "8.32.1", |
| 50 | + "base64-inline-loader": "2.0.1", |
| 51 | + "copy-webpack-plugin": "13.0.1", |
| 52 | + "css-loader": "7.1.2", |
| 53 | + "eslint": "8.57.0", |
| 54 | + "eslint-plugin-import": "2.31.0", |
| 55 | + "eslint-plugin-react": "7.37.5", |
| 56 | + "history": "5.3.0", |
| 57 | + "jest": "29.7.0", |
| 58 | + "jest-environment-jsdom": "29.7.0", |
| 59 | + "jest-junit-reporter": "1.1.0", |
| 60 | + "node-sass": "9.0.0", |
| 61 | + "rimraf": "6.0.1", |
| 62 | + "sass-loader": "16.0.4", |
| 63 | + "shelljs": "0.9.2", |
| 64 | + "style-loader": "4.0.0", |
| 65 | + "tfx-cli": "0.21.3", |
| 66 | + "trim-newlines": "5.0.0", |
| 67 | + "ts-jest": "29.2.6", |
| 68 | + "ts-loader": "9.5.2", |
| 69 | + "ts-mockito": "2.6.1", |
| 70 | + "tslib": "2.7.0", |
| 71 | + "typescript": "5.7.3", |
| 72 | + "underscore": "1.13.7", |
| 73 | + "validator": "13.12.0", |
| 74 | + "webpack": "5.98.0", |
| 75 | + "webpack-cli": "6.0.1" |
76 | 76 | }, |
77 | 77 | "jest": { |
78 | 78 | "transform": { |
|
0 commit comments