Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
frontend
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
frontend
Commits
1263ed5c
Unverified
Commit
1263ed5c
authored
May 03, 2024
by
tom goriunov
Committed by
GitHub
May 03, 2024
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump Next.js version to v14.2.3 (#1885)
parent
67c6404a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
1050 additions
and
476 deletions
+1050
-476
next.config.js
next.config.js
+9
-0
package.json
package.json
+2
-2
dev.preset.sh
tools/scripts/dev.preset.sh
+1
-1
yarn.lock
yarn.lock
+1038
-473
No files found.
next.config.js
View file @
1263ed5c
...
@@ -10,6 +10,7 @@ const headers = require('./nextjs/headers');
...
@@ -10,6 +10,7 @@ const headers = require('./nextjs/headers');
const
redirects
=
require
(
'
./nextjs/redirects
'
);
const
redirects
=
require
(
'
./nextjs/redirects
'
);
const
rewrites
=
require
(
'
./nextjs/rewrites
'
);
const
rewrites
=
require
(
'
./nextjs/rewrites
'
);
/** @type {import('next').NextConfig} */
const
moduleExports
=
{
const
moduleExports
=
{
transpilePackages
:
[
transpilePackages
:
[
'
react-syntax-highlighter
'
,
'
react-syntax-highlighter
'
,
...
@@ -46,6 +47,14 @@ const moduleExports = {
...
@@ -46,6 +47,14 @@ const moduleExports = {
productionBrowserSourceMaps
:
true
,
productionBrowserSourceMaps
:
true
,
experimental
:
{
experimental
:
{
instrumentationHook
:
true
,
instrumentationHook
:
true
,
turbo
:
{
rules
:
{
'
*.svg
'
:
{
loaders
:
[
'
@svgr/webpack
'
],
as
:
'
*.js
'
,
},
},
},
},
},
};
};
...
...
package.json
View file @
1263ed5c
...
@@ -44,7 +44,7 @@
...
@@ -44,7 +44,7 @@
"
@metamask/post-message-stream
"
:
"
^7.0.0
"
,
"
@metamask/post-message-stream
"
:
"
^7.0.0
"
,
"
@metamask/providers
"
:
"
^10.2.1
"
,
"
@metamask/providers
"
:
"
^10.2.1
"
,
"
@monaco-editor/react
"
:
"
^4.4.6
"
,
"
@monaco-editor/react
"
:
"
^4.4.6
"
,
"
@next/bundle-analyzer
"
:
"
^14.0.1
"
,
"
@next/bundle-analyzer
"
:
"
14.2.3
"
,
"
@opentelemetry/auto-instrumentations-node
"
:
"
^0.39.4
"
,
"
@opentelemetry/auto-instrumentations-node
"
:
"
^0.39.4
"
,
"
@opentelemetry/exporter-metrics-otlp-proto
"
:
"
^0.45.1
"
,
"
@opentelemetry/exporter-metrics-otlp-proto
"
:
"
^0.45.1
"
,
"
@opentelemetry/exporter-trace-otlp-http
"
:
"
^0.45.0
"
,
"
@opentelemetry/exporter-trace-otlp-http
"
:
"
^0.45.0
"
,
...
@@ -81,7 +81,7 @@
...
@@ -81,7 +81,7 @@
"
magic-bytes.js
"
:
"
1.8.0
"
,
"
magic-bytes.js
"
:
"
1.8.0
"
,
"
mixpanel-browser
"
:
"
^2.47.0
"
,
"
mixpanel-browser
"
:
"
^2.47.0
"
,
"
monaco-editor
"
:
"
^0.34.1
"
,
"
monaco-editor
"
:
"
^0.34.1
"
,
"
next
"
:
"
1
3.5.4
"
,
"
next
"
:
"
1
4.2.3
"
,
"
nextjs-routes
"
:
"
^1.0.8
"
,
"
nextjs-routes
"
:
"
^1.0.8
"
,
"
node-fetch
"
:
"
^3.2.9
"
,
"
node-fetch
"
:
"
^3.2.9
"
,
"
papaparse
"
:
"
^5.3.2
"
,
"
papaparse
"
:
"
^5.3.2
"
,
...
...
tools/scripts/dev.preset.sh
View file @
1263ed5c
...
@@ -28,5 +28,5 @@ dotenv \
...
@@ -28,5 +28,5 @@ dotenv \
-v
NEXT_PUBLIC_GIT_TAG
=
$(
git describe
--tags
--abbrev
=
0
)
\
-v
NEXT_PUBLIC_GIT_TAG
=
$(
git describe
--tags
--abbrev
=
0
)
\
-e
$config_file
\
-e
$config_file
\
-e
$secrets_file
\
-e
$secrets_file
\
--
bash
-c
'./deploy/scripts/make_envs_script.sh && next dev -
- -p $NEXT_PUBLIC_APP_PORT
'
|
--
bash
-c
'./deploy/scripts/make_envs_script.sh && next dev -
p $NEXT_PUBLIC_APP_PORT --turbo
'
|
pino-pretty
pino-pretty
\ No newline at end of file
yarn.lock
View file @
1263ed5c
This source diff could not be displayed because it is too large. You can
view the blob
instead.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment