Skip to content

Commit 71cb84b

Browse files
authored
Merge pull request #27 from dragonrealms-phoenix/develop
Update Dependencies
2 parents 6bb5e98 + e1b5382 commit 71cb84b

File tree

3 files changed

+256
-711
lines changed

3 files changed

+256
-711
lines changed

.env.example

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,18 @@ APP_ENV="production"
1515
# Set the log level to one of 'debug', 'info', 'warn', or 'error'.
1616
LOG_LEVEL="info"
1717

18-
# To allow Sentry to upload events from renderer process.
19-
# Our Content-Security Policy allow lists this domain.
20-
# Infer this from the SENTRY_DSN.
21-
SENTRY_INGEST_DOMAIN="https://456.ingest.sentry.io"
22-
2318
# Sentry auth token for uploading sourcemaps.
19+
# https://dragonrealms-phoenix.sentry.io/settings/auth-tokens/
2420
SENTRY_AUTH_TOKEN="sntrys_xxx"
2521

2622
# Sentry DSN for posting events.
27-
SENTRY_DSN="https://123@456.ingest.sentry.io/xxx"
23+
# https://dragonrealms-phoenix.sentry.io/settings/projects/phoenix/keys/
24+
SENTRY_DSN="https://xxx@yyy.ingest.us.sentry.io/zzz"
25+
26+
# To allow Sentry to upload events from renderer process.
27+
# Our Content-Security Policy allow lists this domain.
28+
# Infer this from the SENTRY_DSN.
29+
SENTRY_INGEST_DOMAIN="https://xxx.ingest.us.sentry.io"
2830

2931
# Sentry organization and project for tagging events.
3032
# The Sentry organization is the same as the GitHub organization.

package.json

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,14 @@
6666
"sentry:sourcemaps": "./scripts/sentry-sourcemaps.sh"
6767
},
6868
"dependencies": {
69-
"@elastic/eui": "^98.1.0",
69+
"@elastic/eui": "^98.2.1",
7070
"@emotion/cache": "^11.14.0",
7171
"@emotion/css": "^11.13.5",
7272
"@emotion/react": "^11.14.0",
7373
"@react-spring/web": "^9.7.5",
74-
"@sentry/electron": "^5.8.0",
75-
"@sentry/nextjs": "^8.45.0",
76-
"@sentry/node": "^8.45.0",
74+
"@sentry/electron": "^5.9.0",
75+
"@sentry/nextjs": "^8.47.0",
76+
"@sentry/node": "^8.47.0",
7777
"@use-gesture/react": "^10.3.1",
7878
"dotenv": "^16.4.7",
7979
"dotenv-flow": "^4.1.0",
@@ -82,11 +82,11 @@
8282
"fs-extra": "^11.2.0",
8383
"lodash-es": "^4.17.21",
8484
"moment": "^2.30.1",
85-
"next": "^15.1.0",
85+
"next": "^15.1.2",
8686
"observable-hooks": "^4.2.4",
8787
"react": "^18.3.1",
8888
"react-dom": "^18.3.1",
89-
"react-hook-form": "^7.54.1",
89+
"react-hook-form": "^7.54.2",
9090
"rxjs": "^7.8.1",
9191
"uuid": "^11.0.3",
9292
"zustand": "^5.0.2"
@@ -100,32 +100,32 @@
100100
"@elastic/datemath": "^5.0.3",
101101
"@eslint/compat": "^1.2.4",
102102
"@faker-js/faker": "^9.3.0",
103-
"@next/eslint-plugin-next": "^15.1.0",
103+
"@next/eslint-plugin-next": "^15.1.2",
104104
"@semantic-release/changelog": "^6.0.3",
105105
"@semantic-release/commit-analyzer": "^13.0.0",
106106
"@semantic-release/git": "^10.0.1",
107107
"@semantic-release/github": "^11.0.1",
108108
"@semantic-release/npm": "^12.0.1",
109-
"@semantic-release/release-notes-generator": "^14.0.1",
109+
"@semantic-release/release-notes-generator": "^14.0.2",
110110
"@sentry/cli": "^2.39.1",
111111
"@types/eslint": "^9.6.1",
112112
"@types/eslint-config-prettier": "^6.11.3",
113113
"@types/lint-staged": "^13.3.0",
114114
"@types/lodash-es": "^4.17.12",
115115
"@types/node": "^22.10.2",
116-
"@types/react": "^18.3.16",
116+
"@types/react": "^18.3.18",
117117
"@types/react-dom": "^18.3.5",
118118
"@types/uuid": "^10.0.0",
119-
"@typescript-eslint/eslint-plugin": "^8.18.0",
120-
"@typescript-eslint/parser": "^8.18.0",
119+
"@typescript-eslint/eslint-plugin": "^8.18.1",
120+
"@typescript-eslint/parser": "^8.18.1",
121121
"@vitest/coverage-v8": "^2.1.8",
122122
"babel-loader": "^9.2.1",
123123
"concurrently": "^9.1.0",
124124
"copy-webpack-plugin": "^12.0.2",
125125
"electron": "^33.3.0",
126126
"electron-builder": "^25.1.8",
127127
"eslint": "^9.17.0",
128-
"eslint-config-next": "^15.1.0",
128+
"eslint-config-next": "^15.1.2",
129129
"eslint-config-prettier": "^9.1.0",
130130
"eslint-import-resolver-typescript": "^3.7.0",
131131
"eslint-plugin-import": "^2.31.0",
@@ -135,7 +135,7 @@
135135
"eslint-plugin-rxjs": "^5.0.3",
136136
"eslint-plugin-unused-imports": "^4.1.4",
137137
"glob": "^11.0.0",
138-
"globals": "^15.13.0",
138+
"globals": "^15.14.0",
139139
"husky": "^9.1.7",
140140
"lint-staged": "^15.2.11",
141141
"prettier": "^3.4.2",

0 commit comments

Comments
 (0)