|
60 | 60 | "sentry:sourcemaps": "./scripts/sentry-sourcemaps.sh"
|
61 | 61 | },
|
62 | 62 | "dependencies": {
|
63 |
| - "@elastic/eui": "^89.1.0", |
| 63 | + "@elastic/eui": "^90.0.0", |
64 | 64 | "@emotion/cache": "^11.11.0",
|
65 | 65 | "@emotion/css": "^11.11.2",
|
66 | 66 | "@emotion/react": "^11.11.1",
|
67 | 67 | "@sentry/electron": "^4.14.0",
|
68 |
| - "@sentry/nextjs": "^7.76.0", |
| 68 | + "@sentry/nextjs": "^7.77.0", |
69 | 69 | "dotenv": "^16.3.1",
|
70 | 70 | "electron-is-dev": "^2.0.0",
|
71 | 71 | "electron-log": "^5.0.0",
|
72 |
| - "electron-serve": "^1.1.0", |
| 72 | + "electron-serve": "^1.2.0", |
73 | 73 | "electron-store": "^8.1.0",
|
74 | 74 | "lodash": "^4.17.21",
|
75 | 75 | "react": "^18.2.0",
|
|
81 | 81 | "@commitlint/cli": "^18.2.0",
|
82 | 82 | "@commitlint/config-conventional": "^18.1.0",
|
83 | 83 | "@elastic/datemath": "^5.0.3",
|
84 |
| - "@next/eslint-plugin-next": "^14.0.0", |
| 84 | + "@next/eslint-plugin-next": "^14.0.1", |
85 | 85 | "@semantic-release/changelog": "^6.0.3",
|
86 | 86 | "@semantic-release/commit-analyzer": "^11.0.0",
|
87 | 87 | "@semantic-release/git": "^10.0.1",
|
88 | 88 | "@semantic-release/github": "^9.2.1",
|
89 |
| - "@semantic-release/npm": "^11.0.0", |
90 |
| - "@semantic-release/release-notes-generator": "^12.0.0", |
| 89 | + "@semantic-release/npm": "^11.0.1", |
| 90 | + "@semantic-release/release-notes-generator": "^12.0.1", |
91 | 91 | "@sentry/cli": "^2.21.2",
|
92 | 92 | "@types/eslint": "^8.44.6",
|
93 | 93 | "@types/eslint-config-prettier": "^6.11.2",
|
94 |
| - "@types/jest": "^29.5.6", |
| 94 | + "@types/jest": "^29.5.7", |
95 | 95 | "@types/lint-staged": "^13.2.1",
|
96 |
| - "@types/node": "^18.18.6", |
97 |
| - "@types/react": "^18.2.33", |
| 96 | + "@types/node": "^18.18.7", |
| 97 | + "@types/react": "^18.2.35", |
98 | 98 | "@types/react-dom": "^18.2.14",
|
99 | 99 | "@types/react-grid-layout": "^1.3.4",
|
100 |
| - "@typescript-eslint/eslint-plugin": "^6.9.0", |
101 |
| - "@typescript-eslint/parser": "^6.9.0", |
| 100 | + "@typescript-eslint/eslint-plugin": "^6.9.1", |
| 101 | + "@typescript-eslint/parser": "^6.9.1", |
102 | 102 | "concurrently": "^8.2.2",
|
103 | 103 | "copy-webpack-plugin": "^11.0.0",
|
104 |
| - "electron": "^27.0.2", |
| 104 | + "electron": "^27.0.3", |
105 | 105 | "electron-builder": "^24.6.4",
|
106 | 106 | "electron-next": "^3.1.5",
|
107 |
| - "eslint": "^8.52.0", |
108 |
| - "eslint-config-next": "^14.0.0", |
| 107 | + "eslint": "^8.53.0", |
| 108 | + "eslint-config-next": "^14.0.1", |
109 | 109 | "eslint-config-prettier": "^9.0.0",
|
110 | 110 | "eslint-import-resolver-typescript": "^3.6.1",
|
111 | 111 | "eslint-plugin-import": "^2.29.0",
|
|
117 | 117 | "jest": "^29.7.0",
|
118 | 118 | "lint-staged": "^15.0.2",
|
119 | 119 | "moment": "^2.29.4",
|
120 |
| - "next": "^14.0.0", |
| 120 | + "next": "^14.0.1", |
121 | 121 | "patch-package": "^8.0.0",
|
122 | 122 | "prettier": "^3.0.3",
|
123 |
| - "semantic-release": "^22.0.5", |
| 123 | + "semantic-release": "^22.0.7", |
124 | 124 | "ts-jest": "^29.1.1",
|
125 | 125 | "ts-node": "^10.9.1",
|
126 | 126 | "typescript": "^5.2.2",
|
|
0 commit comments