Skip to content

Commit 066f5c3

Browse files
committed
chore: update dependencies to latest versions
1 parent 8336669 commit 066f5c3

File tree

2 files changed

+621
-478
lines changed

2 files changed

+621
-478
lines changed

package.json

+23-23
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
"update:versionfile": "./scripts/update-version-file.sh"
6868
},
6969
"dependencies": {
70-
"@elastic/eui": "^99.2.0",
70+
"@elastic/eui": "^99.3.0",
7171
"@emotion/cache": "^11.14.0",
7272
"@emotion/css": "^11.13.5",
7373
"@emotion/react": "^11.14.0",
7474
"@react-spring/web": "^9.7.5",
7575
"@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",
7878
"@use-gesture/react": "^10.3.1",
7979
"chalk": "^5.4.1",
8080
"dotenv": "^16.4.7",
@@ -83,7 +83,7 @@
8383
"fs-extra": "^11.3.0",
8484
"lodash-es": "^4.17.21",
8585
"moment": "^2.30.1",
86-
"next": "^15.1.6",
86+
"next": "^15.1.7",
8787
"observable-hooks": "^4.2.4",
8888
"patch-package": "^8.0.0",
8989
"react": "^18.3.1",
@@ -94,60 +94,60 @@
9494
"zustand": "^5.0.3"
9595
},
9696
"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",
9999
"@babel/preset-typescript": "^7.26.0",
100100
"@commitlint/cli": "^19.7.1",
101101
"@commitlint/config-conventional": "^19.7.1",
102102
"@elastic/datemath": "^5.0.3",
103103
"@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",
106106
"@semantic-release/changelog": "^6.0.3",
107107
"@semantic-release/commit-analyzer": "^13.0.1",
108108
"@semantic-release/exec": "^7.0.3",
109109
"@semantic-release/git": "^10.0.1",
110110
"@semantic-release/github": "^11.0.1",
111111
"@semantic-release/npm": "^12.0.1",
112112
"@semantic-release/release-notes-generator": "^14.0.3",
113-
"@sentry/cli": "^2.41.1",
113+
"@sentry/cli": "^2.42.1",
114114
"@types/eslint": "^9.6.1",
115115
"@types/eslint-config-prettier": "^6.11.3",
116116
"@types/lint-staged": "^13.3.0",
117117
"@types/lodash-es": "^4.17.12",
118-
"@types/node": "^22.13.1",
118+
"@types/node": "^22.13.4",
119119
"@types/react": "^18.3.18",
120120
"@types/react-dom": "^18.3.5",
121121
"@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",
125125
"babel-loader": "^9.2.1",
126126
"concurrently": "^9.1.2",
127127
"conventional-changelog-conventionalcommits": "^8.0.0",
128128
"copy-webpack-plugin": "^12.0.2",
129-
"electron": "^34.1.1",
129+
"electron": "^34.2.0",
130130
"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",
133133
"eslint-config-prettier": "^10.0.1",
134-
"eslint-import-resolver-typescript": "^3.7.0",
134+
"eslint-import-resolver-typescript": "^3.8.2",
135135
"eslint-plugin-import": "^2.31.0",
136136
"eslint-plugin-prettier": "^5.2.3",
137137
"eslint-plugin-react": "^7.37.4",
138138
"eslint-plugin-react-hooks": "^5.1.0",
139139
"eslint-plugin-rxjs": "^5.0.3",
140140
"eslint-plugin-unused-imports": "^4.1.4",
141141
"glob": "^11.0.1",
142-
"globals": "^15.14.0",
142+
"globals": "^15.15.0",
143143
"husky": "^9.1.7",
144144
"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",
148148
"typescript": "^5.7.3",
149-
"vitest": "^3.0.5",
150-
"webpack": "^5.97.1"
149+
"vitest": "^3.0.6",
150+
"webpack": "^5.98.0"
151151
},
152152
"release": {
153153
"branches": [

0 commit comments

Comments
 (0)