Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
www
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
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
PLN
www
Commits
886641f8
Commit
886641f8
authored
Oct 17, 2022
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Upgrade to node v16.x
parent
d9fc736b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
3 additions
and
31 deletions
+3
-31
.gitignore
.gitignore
+1
-0
package.json
next/package.json
+2
-2
tsconfig.json
next/tsconfig.json
+0
-29
yarn.lock
next/yarn.lock
+0
-0
No files found.
.gitignore
View file @
886641f8
node_modules/
node_modules/
.vercel
next/package.json
View file @
886641f8
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
"start"
:
"next start"
"start"
:
"next start"
},
},
"engines"
:
{
"engines"
:
{
"node"
:
"
==12
"
"node"
:
"
16.x
"
},
},
"dependencies"
:
{
"dependencies"
:
{
"bootstrap"
:
"^5.0.0-beta3"
,
"bootstrap"
:
"^5.0.0-beta3"
,
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
"remark-html"
:
"^13.0.1"
"remark-html"
:
"^13.0.1"
},
},
"devDependencies"
:
{
"devDependencies"
:
{
"@types/react"
:
"^1
7.0.3
"
,
"@types/react"
:
"^1
8.0.21
"
,
"typescript"
:
"^4.2.4"
"typescript"
:
"^4.2.4"
}
}
}
}
next/tsconfig.json
deleted
100644 → 0
View file @
d9fc736b
{
"compilerOptions"
:
{
"target"
:
"es5"
,
"lib"
:
[
"dom"
,
"dom.iterable"
,
"esnext"
],
"allowJs"
:
true
,
"skipLibCheck"
:
true
,
"strict"
:
false
,
"forceConsistentCasingInFileNames"
:
true
,
"noEmit"
:
true
,
"esModuleInterop"
:
true
,
"module"
:
"esnext"
,
"moduleResolution"
:
"node"
,
"resolveJsonModule"
:
true
,
"isolatedModules"
:
true
,
"jsx"
:
"preserve"
},
"include"
:
[
"next-env.d.ts"
,
"**/*.ts"
,
"**/*.tsx"
],
"exclude"
:
[
"node_modules"
]
}
next/yarn.lock
View file @
886641f8
This diff is collapsed.
Click to expand it.
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