|
17 | 17 | "author": "", |
18 | 18 | "license": "ISC", |
19 | 19 | "dependencies": { |
20 | | - "@staffbase/widget-sdk": "^3.14.13", |
21 | | - "acorn": "^8.14.1", |
22 | | - "axios": "1.9.0", |
| 20 | + "@staffbase/widget-sdk": "^3.15.0", |
| 21 | + "acorn": "^8.15.0", |
| 22 | + "axios": "1.12.0", |
23 | 23 | "date-fns": "^2.23.0", |
24 | | - "dayjs": "1.11.13", |
| 24 | + "dayjs": "1.11.18", |
25 | 25 | "react": "^18.3.1", |
26 | 26 | "react-cool-dimensions": "^3.0.1", |
27 | 27 | "react-dom": "^18.3.1", |
28 | 28 | "react-query": "3.39.3", |
29 | 29 | "regenerator-runtime": "0.14.1" |
30 | 30 | }, |
31 | 31 | "devDependencies": { |
32 | | - "@babel/core": "^7.27.1", |
| 32 | + "@babel/core": "^7.28.4", |
33 | 33 | "@babel/plugin-proposal-class-properties": "^7.18.6", |
34 | 34 | "@babel/plugin-proposal-object-rest-spread": "^7.20.7", |
35 | 35 | "@babel/plugin-syntax-dynamic-import": "^7.8.3", |
36 | | - "@babel/preset-env": "^7.27.1", |
| 36 | + "@babel/preset-env": "^7.28.3", |
37 | 37 | "@babel/preset-react": "^7.27.1", |
38 | 38 | "@babel/preset-typescript": "^7.27.1", |
39 | 39 | "@emotion/react": "^11.14.0", |
40 | | - "@emotion/styled": "^11.14.0", |
| 40 | + "@emotion/styled": "^11.14.1", |
41 | 41 | "@mui/icons-material": "^6.3.0", |
42 | 42 | "@mui/material": "^6.3.0", |
43 | 43 | "@mui/system": "^6.1.4", |
44 | | - "@rjsf/core": "5.24.10", |
45 | | - "@rjsf/mui": "5.24.10", |
46 | | - "@rjsf/utils": "5.24.10", |
47 | | - "@rjsf/validator-ajv8": "5.24.10", |
| 44 | + "@rjsf/core": "5.24.13", |
| 45 | + "@rjsf/mui": "5.24.13", |
| 46 | + "@rjsf/utils": "5.24.13", |
| 47 | + "@rjsf/validator-ajv8": "5.24.13", |
48 | 48 | "@svgr/webpack": "8.1.0", |
49 | | - "@testing-library/dom": "^10.4.0", |
50 | | - "@testing-library/jest-dom": "^6.6.3", |
| 49 | + "@testing-library/dom": "^10.4.1", |
| 50 | + "@testing-library/jest-dom": "^6.8.0", |
51 | 51 | "@testing-library/react": "^16.3.0", |
52 | | - "@testing-library/react-hooks": "7.0.2", |
53 | 52 | "@types/copy-webpack-plugin": "^10.1.3", |
54 | 53 | "@types/jest": "^29.5.14", |
55 | 54 | "@types/json-schema": "^7.0.15", |
56 | | - "@types/node": "16.11.9", |
| 55 | + "@types/node": "24.3.0", |
57 | 56 | "@types/react": "^18.3.12", |
58 | 57 | "@types/react-dom": "^18.3.1", |
59 | | - "@types/testing-library__jest-dom": "^5.14.9", |
60 | 58 | "@types/webpack": "5.28.5", |
61 | 59 | "@types/webpack-dev-server": "4.7.2", |
62 | 60 | "@typescript-eslint/eslint-plugin": "5.62.0", |
63 | | - "@typescript-eslint/parser": "5.4.0", |
| 61 | + "@typescript-eslint/parser": "5.62.0", |
64 | 62 | "@ungap/custom-elements": "1.3.0", |
65 | 63 | "babel-eslint": "10.1.0", |
66 | 64 | "babel-loader": "^9.2.1", |
67 | 65 | "copy-webpack-plugin": "^12.0.2", |
68 | | - "core-js": "3.42.0", |
| 66 | + "core-js": "3.45.1", |
69 | 67 | "eslint": "8.3.0", |
70 | | - "eslint-config-prettier": "8.3.0", |
| 68 | + "eslint-config-prettier": "10.1.8", |
71 | 69 | "file-loader": "^6.2.0", |
72 | 70 | "jest": "27.1.0", |
73 | 71 | "jest-json-schema": "^6.1.0", |
74 | | - "js-base64": "3.7.7", |
| 72 | + "js-base64": "3.7.8", |
75 | 73 | "minimal-polyfills": "2.2.3", |
76 | | - "prettier": "3.5.3", |
| 74 | + "prettier": "3.6.2", |
77 | 75 | "react-svg-loader": "^3.0.3", |
78 | | - "ts-loader": "^9.5.2", |
| 76 | + "ts-loader": "^9.5.4", |
79 | 77 | "ts-node": "10.9.2", |
80 | 78 | "typescript": "4.5.2", |
81 | 79 | "url-loader": "^4.1.1", |
82 | | - "webpack": "^5.99.7", |
83 | | - "webpack-cli": "^5.1.4", |
84 | | - "webpack-dev-server": "^5.2.1", |
| 80 | + "webpack": "^5.101.3", |
| 81 | + "webpack-cli": "^6.0.1", |
| 82 | + "webpack-dev-server": "^5.2.2", |
85 | 83 | "webpack-merge": "^6.0.1" |
86 | 84 | }, |
87 | 85 | "resolutions": { |
|
0 commit comments