|
67 | 67 | "update:versionfile": "./scripts/update-version-file.sh"
|
68 | 68 | },
|
69 | 69 | "dependencies": {
|
70 |
| - "@elastic/eui": "^99.2.0", |
| 70 | + "@elastic/eui": "^99.3.0", |
71 | 71 | "@emotion/cache": "^11.14.0",
|
72 | 72 | "@emotion/css": "^11.13.5",
|
73 | 73 | "@emotion/react": "^11.14.0",
|
74 | 74 | "@react-spring/web": "^9.7.5",
|
75 | 75 | "@sentry/electron": "^5.11.0",
|
76 |
| - "@sentry/nextjs": "^8.54.0", |
77 |
| - "@sentry/node": "^8.54.0", |
| 76 | + "@sentry/nextjs": "^9.1.0", |
| 77 | + "@sentry/node": "^9.1.0", |
78 | 78 | "@use-gesture/react": "^10.3.1",
|
79 | 79 | "chalk": "^5.4.1",
|
80 | 80 | "dotenv": "^16.4.7",
|
|
83 | 83 | "fs-extra": "^11.3.0",
|
84 | 84 | "lodash-es": "^4.17.21",
|
85 | 85 | "moment": "^2.30.1",
|
86 |
| - "next": "^15.1.6", |
| 86 | + "next": "^15.1.7", |
87 | 87 | "observable-hooks": "^4.2.4",
|
88 | 88 | "patch-package": "^8.0.0",
|
89 | 89 | "react": "^18.3.1",
|
|
94 | 94 | "zustand": "^5.0.3"
|
95 | 95 | },
|
96 | 96 | "devDependencies": {
|
97 |
| - "@babel/core": "^7.26.8", |
98 |
| - "@babel/preset-env": "^7.26.8", |
| 97 | + "@babel/core": "^7.26.9", |
| 98 | + "@babel/preset-env": "^7.26.9", |
99 | 99 | "@babel/preset-typescript": "^7.26.0",
|
100 | 100 | "@commitlint/cli": "^19.7.1",
|
101 | 101 | "@commitlint/config-conventional": "^19.7.1",
|
102 | 102 | "@elastic/datemath": "^5.0.3",
|
103 | 103 | "@eslint/compat": "^1.2.6",
|
104 |
| - "@faker-js/faker": "^9.4.0", |
105 |
| - "@next/eslint-plugin-next": "^15.1.6", |
| 104 | + "@faker-js/faker": "^9.5.0", |
| 105 | + "@next/eslint-plugin-next": "^15.1.7", |
106 | 106 | "@semantic-release/changelog": "^6.0.3",
|
107 | 107 | "@semantic-release/commit-analyzer": "^13.0.1",
|
108 | 108 | "@semantic-release/exec": "^7.0.3",
|
109 | 109 | "@semantic-release/git": "^10.0.1",
|
110 | 110 | "@semantic-release/github": "^11.0.1",
|
111 | 111 | "@semantic-release/npm": "^12.0.1",
|
112 | 112 | "@semantic-release/release-notes-generator": "^14.0.3",
|
113 |
| - "@sentry/cli": "^2.41.1", |
| 113 | + "@sentry/cli": "^2.42.1", |
114 | 114 | "@types/eslint": "^9.6.1",
|
115 | 115 | "@types/eslint-config-prettier": "^6.11.3",
|
116 | 116 | "@types/lint-staged": "^13.3.0",
|
117 | 117 | "@types/lodash-es": "^4.17.12",
|
118 |
| - "@types/node": "^22.13.1", |
| 118 | + "@types/node": "^22.13.4", |
119 | 119 | "@types/react": "^18.3.18",
|
120 | 120 | "@types/react-dom": "^18.3.5",
|
121 | 121 | "@types/uuid": "^10.0.0",
|
122 |
| - "@typescript-eslint/eslint-plugin": "^8.23.0", |
123 |
| - "@typescript-eslint/parser": "^8.23.0", |
124 |
| - "@vitest/coverage-v8": "^3.0.5", |
| 122 | + "@typescript-eslint/eslint-plugin": "^8.24.1", |
| 123 | + "@typescript-eslint/parser": "^8.24.1", |
| 124 | + "@vitest/coverage-v8": "^3.0.6", |
125 | 125 | "babel-loader": "^9.2.1",
|
126 | 126 | "concurrently": "^9.1.2",
|
127 | 127 | "conventional-changelog-conventionalcommits": "^8.0.0",
|
128 | 128 | "copy-webpack-plugin": "^12.0.2",
|
129 |
| - "electron": "^34.1.1", |
| 129 | + "electron": "^34.2.0", |
130 | 130 | "electron-builder": "^25.1.8",
|
131 |
| - "eslint": "^9.20.0", |
132 |
| - "eslint-config-next": "^15.1.6", |
| 131 | + "eslint": "^9.20.1", |
| 132 | + "eslint-config-next": "^15.1.7", |
133 | 133 | "eslint-config-prettier": "^10.0.1",
|
134 |
| - "eslint-import-resolver-typescript": "^3.7.0", |
| 134 | + "eslint-import-resolver-typescript": "^3.8.2", |
135 | 135 | "eslint-plugin-import": "^2.31.0",
|
136 | 136 | "eslint-plugin-prettier": "^5.2.3",
|
137 | 137 | "eslint-plugin-react": "^7.37.4",
|
138 | 138 | "eslint-plugin-react-hooks": "^5.1.0",
|
139 | 139 | "eslint-plugin-rxjs": "^5.0.3",
|
140 | 140 | "eslint-plugin-unused-imports": "^4.1.4",
|
141 | 141 | "glob": "^11.0.1",
|
142 |
| - "globals": "^15.14.0", |
| 142 | + "globals": "^15.15.0", |
143 | 143 | "husky": "^9.1.7",
|
144 | 144 | "lint-staged": "^15.4.3",
|
145 |
| - "prettier": "^3.5.0", |
146 |
| - "semantic-release": "^24.2.2", |
147 |
| - "snyk": "^1.1295.2", |
| 145 | + "prettier": "^3.5.1", |
| 146 | + "semantic-release": "^24.2.3", |
| 147 | + "snyk": "^1.1295.3", |
148 | 148 | "typescript": "^5.7.3",
|
149 |
| - "vitest": "^3.0.5", |
150 |
| - "webpack": "^5.97.1" |
| 149 | + "vitest": "^3.0.6", |
| 150 | + "webpack": "^5.98.0" |
151 | 151 | },
|
152 | 152 | "release": {
|
153 | 153 | "branches": [
|
|
0 commit comments