|
66 | 66 | "update:versionfile": "./scripts/update-version-file.sh"
|
67 | 67 | },
|
68 | 68 | "dependencies": {
|
69 |
| - "@elastic/eui": "^99.0.0", |
| 69 | + "@elastic/eui": "^99.1.0", |
70 | 70 | "@emotion/cache": "^11.14.0",
|
71 | 71 | "@emotion/css": "^11.13.5",
|
72 | 72 | "@emotion/react": "^11.14.0",
|
73 | 73 | "@react-spring/web": "^9.7.5",
|
74 | 74 | "@sentry/electron": "^5.10.0",
|
75 |
| - "@sentry/nextjs": "^8.50.0", |
76 |
| - "@sentry/node": "^8.50.0", |
| 75 | + "@sentry/nextjs": "^8.51.0", |
| 76 | + "@sentry/node": "^8.51.0", |
77 | 77 | "@use-gesture/react": "^10.3.1",
|
78 | 78 | "chalk": "^5.4.1",
|
79 | 79 | "dotenv": "^16.4.7",
|
|
82 | 82 | "fs-extra": "^11.3.0",
|
83 | 83 | "lodash-es": "^4.17.21",
|
84 | 84 | "moment": "^2.30.1",
|
85 |
| - "next": "^15.1.5", |
| 85 | + "next": "^15.1.6", |
86 | 86 | "observable-hooks": "^4.2.4",
|
87 | 87 | "patch-package": "^8.0.0",
|
88 | 88 | "react": "^18.3.1",
|
|
101 | 101 | "@elastic/datemath": "^5.0.3",
|
102 | 102 | "@eslint/compat": "^1.2.5",
|
103 | 103 | "@faker-js/faker": "^9.4.0",
|
104 |
| - "@next/eslint-plugin-next": "^15.1.5", |
| 104 | + "@next/eslint-plugin-next": "^15.1.6", |
105 | 105 | "@semantic-release/changelog": "^6.0.3",
|
106 | 106 | "@semantic-release/commit-analyzer": "^13.0.1",
|
107 | 107 | "@semantic-release/exec": "^6.0.3",
|
108 | 108 | "@semantic-release/git": "^10.0.1",
|
109 | 109 | "@semantic-release/github": "^11.0.1",
|
110 | 110 | "@semantic-release/npm": "^12.0.1",
|
111 | 111 | "@semantic-release/release-notes-generator": "^14.0.3",
|
112 |
| - "@sentry/cli": "^2.40.0", |
| 112 | + "@sentry/cli": "^2.41.1", |
113 | 113 | "@types/eslint": "^9.6.1",
|
114 | 114 | "@types/eslint-config-prettier": "^6.11.3",
|
115 | 115 | "@types/lint-staged": "^13.3.0",
|
|
118 | 118 | "@types/react": "^18.3.18",
|
119 | 119 | "@types/react-dom": "^18.3.5",
|
120 | 120 | "@types/uuid": "^10.0.0",
|
121 |
| - "@typescript-eslint/eslint-plugin": "^8.20.0", |
122 |
| - "@typescript-eslint/parser": "^8.20.0", |
123 |
| - "@vitest/coverage-v8": "^3.0.2", |
| 121 | + "@typescript-eslint/eslint-plugin": "^8.21.0", |
| 122 | + "@typescript-eslint/parser": "^8.21.0", |
| 123 | + "@vitest/coverage-v8": "^3.0.3", |
124 | 124 | "babel-loader": "^9.2.1",
|
125 | 125 | "concurrently": "^9.1.2",
|
126 | 126 | "conventional-changelog-conventionalcommits": "^8.0.0",
|
127 | 127 | "copy-webpack-plugin": "^12.0.2",
|
128 |
| - "electron": "^33.3.1", |
| 128 | + "electron": "^33.3.2", |
129 | 129 | "electron-builder": "^25.1.8",
|
130 | 130 | "eslint": "^9.18.0",
|
131 |
| - "eslint-config-next": "^15.1.5", |
132 |
| - "eslint-config-prettier": "^9.1.0", |
| 131 | + "eslint-config-next": "^15.1.6", |
| 132 | + "eslint-config-prettier": "^10.0.1", |
133 | 133 | "eslint-import-resolver-typescript": "^3.7.0",
|
134 | 134 | "eslint-plugin-import": "^2.31.0",
|
135 |
| - "eslint-plugin-prettier": "^5.2.2", |
| 135 | + "eslint-plugin-prettier": "^5.2.3", |
136 | 136 | "eslint-plugin-react": "^7.37.4",
|
137 | 137 | "eslint-plugin-react-hooks": "^5.1.0",
|
138 | 138 | "eslint-plugin-rxjs": "^5.0.3",
|
|
145 | 145 | "semantic-release": "^24.2.1",
|
146 | 146 | "snyk": "^1.1295.0",
|
147 | 147 | "typescript": "^5.7.3",
|
148 |
| - "vitest": "^3.0.2", |
| 148 | + "vitest": "^3.0.3", |
149 | 149 | "webpack": "^5.97.1"
|
150 | 150 | },
|
151 | 151 | "release": {
|
|
0 commit comments