|
1 | 1 | { |
2 | 2 | "name": "graph-explorer-v2", |
3 | | - "version": "10.4.1", |
| 3 | + "version": "10.5.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | 6 | "@augloop/types-core": "file:packages/types-core-2.16.189.tgz", |
7 | 7 | "@axe-core/webdriverjs": "4.10.0", |
8 | | - "@azure/msal-browser": "3.14.0", |
9 | | - "@babel/core": "7.25.2", |
10 | | - "@babel/runtime": "7.25.6", |
11 | | - "@fluentui/react": "8.120.7", |
12 | | - "@fluentui/react-icons-mdl2": "1.3.63", |
13 | | - "@microsoft/applicationinsights-react-js": "17.3.1", |
14 | | - "@microsoft/applicationinsights-web": "3.3.1", |
| 8 | + "@fluentui/react-components": "9.55.1", |
| 9 | + "@azure/msal-browser": "3.26.1", |
| 10 | + "@babel/core": "7.26.0", |
| 11 | + "@babel/runtime": "7.26.0", |
| 12 | + "@fluentui/react": "8.121.1", |
| 13 | + "@fluentui/react-icons-mdl2": "1.3.76", |
| 14 | + "@microsoft/applicationinsights-react-js": "17.3.4", |
| 15 | + "@microsoft/applicationinsights-web": "3.3.3", |
15 | 16 | "@microsoft/microsoft-graph-client": "3.0.7", |
16 | 17 | "@monaco-editor/react": "4.6.0", |
17 | 18 | "@ms-ofb/officebrowserfeedbacknpm": "file:packages/officebrowserfeedbacknpm-1.6.6.tgz", |
18 | | - "@reduxjs/toolkit": "2.2.5", |
19 | | - "adaptive-expressions": "4.22.2", |
| 19 | + "@reduxjs/toolkit": "2.2.7", |
| 20 | + "adaptive-expressions": "4.22.3", |
20 | 21 | "adaptivecards": "3.0.2", |
21 | 22 | "adaptivecards-templating": "2.3.1", |
22 | 23 | "ajv": "8.17.1", |
23 | 24 | "ajv-keywords": "5.1.0", |
24 | 25 | "apg-js": "4.3.0", |
25 | | - "babel-loader": "9.1.3", |
| 26 | + "babel-loader": "9.2.1", |
26 | 27 | "babel-preset-react-app": "10.0.1", |
27 | 28 | "bfj": "8.0.0", |
28 | 29 | "bootstrap": "5.3.3", |
|
31 | 32 | "dotenv": "16.4.5", |
32 | 33 | "dotenv-expand": "11.0.6", |
33 | 34 | "eslint-config-react-app": "7.0.1", |
34 | | - "eslint-plugin-react": "7.33.2", |
| 35 | + "eslint-plugin-react": "7.37.2", |
35 | 36 | "eslint-webpack-plugin": "4.1.0", |
36 | | - "express": "4.21.0", |
| 37 | + "express": "4.21.1", |
37 | 38 | "expvariantassignmentsdk": "file:packages/expvariantassignmentsdk-1.0.0.tgz", |
38 | 39 | "file-loader": "6.2.0", |
39 | 40 | "fork-ts-checker-webpack-plugin": "9.0.2", |
40 | 41 | "fs-extra": "11.2.0", |
41 | 42 | "guid-typescript": "1.0.9", |
42 | 43 | "isomorphic-fetch": "3.0.0", |
43 | 44 | "localforage": "1.10.0", |
44 | | - "mini-css-extract-plugin": "2.9.1", |
| 45 | + "mini-css-extract-plugin": "2.9.2", |
45 | 46 | "monaco-editor": "0.30.1", |
46 | 47 | "monaco-editor-webpack-plugin": "6.0.0", |
47 | 48 | "office-ui-fabric-core": "11.1.0", |
48 | 49 | "postcss-flexbugs-fixes": "5.0.2", |
49 | 50 | "postcss-loader": "8.1.1", |
50 | | - "postcss-preset-env": "9.5.13", |
51 | | - "re-resizable": "6.9.11", |
| 51 | + "postcss-preset-env": "10.1.0", |
| 52 | + "re-resizable": "6.10.0", |
52 | 53 | "react": "18.2.0", |
53 | 54 | "react-app-polyfill": "3.0.0", |
54 | 55 | "react-dom": "18.2.0", |
55 | 56 | "react-redux": "8.1.3", |
56 | 57 | "resolve": "1.22.8", |
57 | | - "sass": "1.72.0", |
58 | | - "sass-loader": "14.2.1", |
| 58 | + "sass": "1.79.4", |
| 59 | + "sass-loader": "16.0.3", |
59 | 60 | "style-loader": "4.0.0", |
60 | 61 | "typescript": "5.5.4", |
61 | | - "url": "0.11.3", |
| 62 | + "url": "0.11.4", |
62 | 63 | "url-loader": "4.1.1", |
63 | | - "webpack": "5.94.0", |
64 | | - "webpack-dev-server": "5.0.4", |
| 64 | + "webpack": "5.96.1", |
| 65 | + "webpack-dev-server": "5.1.0", |
65 | 66 | "webpack-manifest-plugin": "5.0.0", |
66 | | - "workbox-webpack-plugin": "7.0.0" |
| 67 | + "workbox-webpack-plugin": "7.3.0" |
67 | 68 | }, |
68 | 69 | "scripts": { |
69 | 70 | "start": "node scripts/start.js", |
|
90 | 91 | ], |
91 | 92 | "devDependencies": { |
92 | 93 | "@axe-core/playwright": "4.10.0", |
93 | | - "@playwright/test": "1.46.1", |
| 94 | + "@playwright/test": "1.48.2", |
94 | 95 | "@types/chromedriver": "81.0.1", |
95 | 96 | "@types/isomorphic-fetch": "0.0.39", |
96 | | - "@types/jest": "29.5.12", |
| 97 | + "@types/jest": "29.5.14", |
97 | 98 | "@types/lodash.debounce": "4.0.9", |
98 | 99 | "@types/markdown-it": "14.1.2", |
99 | 100 | "@types/react": "18.2.55", |
100 | 101 | "@types/react-dom": "18.2.19", |
101 | 102 | "@types/react-redux": "7.1.30", |
102 | 103 | "@types/redux-logger": "3.0.11", |
103 | 104 | "@types/redux-mock-store": "1.0.3", |
104 | | - "@types/selenium-webdriver": "4.1.26", |
105 | | - "@typescript-eslint/eslint-plugin": "7.0.0", |
106 | | - "@typescript-eslint/parser": "6.17.0", |
| 105 | + "@types/selenium-webdriver": "4.1.27", |
| 106 | + "@typescript-eslint/eslint-plugin": "8.14.0", |
| 107 | + "@typescript-eslint/parser": "8.14.0", |
107 | 108 | "acorn": "8.12.1", |
108 | 109 | "babel-jest": "29.7.0", |
109 | | - "chromedriver": "128.0.1", |
110 | | - "eslint": "8.56.0", |
111 | | - "html-webpack-plugin": "5.6.0", |
| 110 | + "chromedriver": "130.0.4", |
| 111 | + "eslint": "8.57.1", |
| 112 | + "html-webpack-plugin": "5.6.3", |
112 | 113 | "jest": "29.7.0", |
113 | 114 | "jest-canvas-mock": "2.5.2", |
114 | 115 | "jest-environment-jsdom": "29.7.0", |
|
120 | 121 | "react-dev-utils": "12.0.1", |
121 | 122 | "redux-logger": "3.0.6", |
122 | 123 | "redux-mock-store": "1.5.4", |
123 | | - "selenium-webdriver": "4.24.0", |
124 | | - "start-server-and-test": "2.0.5", |
| 124 | + "selenium-webdriver": "4.26.0", |
| 125 | + "start-server-and-test": "2.0.8", |
125 | 126 | "ts-jest": "29.2.5" |
126 | 127 | }, |
127 | 128 | "jestSonar": { |
|
0 commit comments