|
17 | 17 | "author": "", |
18 | 18 | "license": "ISC", |
19 | 19 | "dependencies": { |
20 | | - "@staffbase/widget-sdk": "^3.15.5", |
21 | | - "acorn": "^8.15.0", |
22 | | - "axios": "^1.13.5", |
| 20 | + "@staffbase/widget-sdk": "^3.17.0", |
| 21 | + "acorn": "^8.16.0", |
| 22 | + "axios": "^1.15.0", |
23 | 23 | "date-fns": "^2.30.0", |
24 | | - "dayjs": "1.11.18", |
| 24 | + "dayjs": "1.11.20", |
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.28.4", |
| 32 | + "@babel/core": "^7.29.0", |
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.28.3", |
37 | | - "@babel/preset-react": "^7.27.1", |
38 | | - "@babel/preset-typescript": "^7.27.1", |
| 36 | + "@babel/preset-env": "^7.29.2", |
| 37 | + "@babel/preset-react": "^7.28.5", |
| 38 | + "@babel/preset-typescript": "^7.28.5", |
39 | 39 | "@emotion/react": "^11.14.0", |
40 | 40 | "@emotion/styled": "^11.14.1", |
41 | 41 | "@mui/icons-material": "^6.5.0", |
|
47 | 47 | "@rjsf/validator-ajv8": "5.24.13", |
48 | 48 | "@svgr/webpack": "8.1.0", |
49 | 49 | "@testing-library/dom": "^10.4.1", |
50 | | - "@testing-library/jest-dom": "^6.8.0", |
51 | | - "@testing-library/react": "^16.3.0", |
| 50 | + "@testing-library/jest-dom": "^6.9.1", |
| 51 | + "@testing-library/react": "^16.3.2", |
52 | 52 | "@types/jest": "^30.0.0", |
53 | 53 | "@types/json-schema": "^7.0.15", |
54 | | - "@types/node": "24.5.2", |
| 54 | + "@types/node": "25.5.2", |
55 | 55 | "@types/react": "^18.3.24", |
56 | 56 | "@types/react-dom": "^18.3.7", |
57 | 57 | "@types/webpack": "5.28.5", |
|
60 | 60 | "@ungap/custom-elements": "1.3.0", |
61 | 61 | "babel-eslint": "10.1.0", |
62 | 62 | "babel-loader": "^10.0.0", |
63 | | - "copy-webpack-plugin": "^13.0.1", |
64 | | - "core-js": "3.45.1", |
| 63 | + "copy-webpack-plugin": "^14.0.0", |
| 64 | + "core-js": "3.49.0", |
65 | 65 | "eslint": "^8.57.1", |
66 | 66 | "eslint-config-prettier": "10.1.8", |
67 | 67 | "file-loader": "^6.2.0", |
68 | 68 | "jest": "^30.1.3", |
69 | | - "jest-environment-jsdom": "^30.1.2", |
| 69 | + "jest-environment-jsdom": "^30.3.0", |
70 | 70 | "jest-json-schema": "^6.1.0", |
71 | 71 | "js-base64": "3.7.8", |
72 | 72 | "minimal-polyfills": "2.2.3", |
73 | | - "prettier": "3.6.2", |
74 | | - "ts-loader": "^9.5.4", |
| 73 | + "prettier": "3.8.1", |
| 74 | + "ts-loader": "^9.5.7", |
75 | 75 | "ts-node": "10.9.2", |
76 | | - "typescript": "5.9.2", |
| 76 | + "typescript": "6.0.2", |
77 | 77 | "webpack": "^5.104.1", |
78 | 78 | "webpack-cli": "^6.0.1", |
79 | | - "webpack-dev-server": "^5.2.2", |
| 79 | + "webpack-dev-server": "^5.2.3", |
80 | 80 | "webpack-merge": "^6.0.1" |
81 | 81 | }, |
82 | 82 | "resolutions": { |
| 83 | + "webpack": "5.105.4", |
83 | 84 | "nth-check": ">=2.0.1", |
84 | 85 | "flatted": "3.4.2", |
85 | 86 | "minimatch": "3.1.4", |
|
0 commit comments