Skip to content

Commit ef51345

Browse files
authored
Merge branch 'main' into remove-dev-telegram
2 parents 67e5afe + 4ed1e0f commit ef51345

File tree

11 files changed

+51
-417
lines changed

11 files changed

+51
-417
lines changed

CODEOWNERS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
* @sugh01
1+
* @sugh01 @laurgk

next.config.mjs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { execSync } from 'child_process'
77
import path, { dirname } from 'path'
88
import { fileURLToPath } from 'url'
99

10-
import { withSentryConfig } from '@sentry/nextjs'
1110
import StylelintPlugin from 'stylelint-webpack-plugin'
1211

1312
const __dirname = dirname(fileURLToPath(import.meta.url))
@@ -255,12 +254,4 @@ if (process.env.ANALYZE) {
255254
plugins.push(withBundleAnalyzer({ enabled: true }))
256255
}
257256

258-
if (process.env.CI && process.env.NODE_ENV === 'production' && !process.env.NEXT_PUBLIC_IPFS) {
259-
plugins.push((config) =>
260-
withSentryConfig(config, {
261-
silent: false,
262-
}),
263-
)
264-
}
265-
266257
export default plugins.reduce((acc, next) => next(acc), nextConfig)

next.config.wizardcopy.js

Lines changed: 0 additions & 26 deletions
This file was deleted.

package.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,18 @@
5656
"@ensdomains/ens-test-env": "0.6.0",
5757
"@ensdomains/ensjs": "4.0.3-alpha.12",
5858
"@ensdomains/thorin": "1.0.0-beta.26",
59+
"@getpara/rainbowkit": "1.2.0-dev.6",
60+
"@getpara/rainbowkit-wallet": "1.2.0-dev.5",
5961
"@metamask/post-message-stream": "^6.1.2",
6062
"@metamask/providers": "^14.0.2",
6163
"@noble/hashes": "^1.3.2",
62-
"@sentry/nextjs": "7.43.x",
6364
"@splidejs/react-splide": "^0.7.12",
6465
"@svgr/webpack": "^8.1.0",
6566
"@tanstack/query-persist-client-core": "5.22.2",
6667
"@tanstack/query-sync-storage-persister": "5.22.2",
6768
"@tanstack/react-query": "5.22.2",
6869
"@tanstack/react-query-devtools": "^5.59.0",
6970
"@tanstack/react-query-persist-client": "5.22.2",
70-
"@getpara/rainbowkit": "1.2.0-dev.6",
71-
"@getpara/rainbowkit-wallet": "1.2.0-dev.5",
7271
"@wagmi/core": "2.13.3",
7372
"calendar-link": "^2.8.0",
7473
"dequal": "2.0.3",
@@ -82,10 +81,10 @@
8281
"idb-keyval": "^6.2.1",
8382
"immer": "^9.0.15",
8483
"iso-639-1": "^2.1.15",
85-
"node-forge": "1.3.1",
8684
"markdown-to-jsx": "^7.7.3",
8785
"next": "13.5.8",
8886
"node-fetch": "^3.3.2",
87+
"node-forge": "1.3.1",
8988
"posthog-js": "^1.217.0",
9089
"react": "*",
9190
"react-confetti": "6.1.0",

0 commit comments

Comments
 (0)