Update Node.js to v18
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Renovate Bot 2023-03-29 12:08:03 +00:00
parent 48c056ea92
commit 709b4b001a
2 changed files with 38 additions and 7787 deletions

7821
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
"version": "0.1.0", "version": "0.1.0",
"private": true, "private": true,
"engines": { "engines": {
"node": "^16", "node": "^18.0.0",
"npm": "^8.0.0" "npm": "^8.0.0"
}, },
"scripts": { "scripts": {
@ -42,7 +42,7 @@
"devDependencies": { "devDependencies": {
"@types/fs-extra": "^9.0.13", "@types/fs-extra": "^9.0.13",
"@types/mdx-js__react": "^1.5.3", "@types/mdx-js__react": "^1.5.3",
"@types/node": "^16.9.1", "@types/node": "^18.0.0",
"@types/react": "^17.0.14", "@types/react": "^17.0.14",
"@typescript-eslint/eslint-plugin": "5.22.0", "@typescript-eslint/eslint-plugin": "5.22.0",
"@typescript-eslint/parser": "5.22.0", "@typescript-eslint/parser": "5.22.0",