1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-09-11 23:09:22 +02:00

build(deps): bump Node.js to 16.0.0 and npm to 8.0.0

BREAKING CHANGE: minimum supported Node.js >= 16.0.0 and npm >= 8.0.0

fixes #74
This commit is contained in:
Divlo
2021-11-06 17:52:04 +01:00
parent a30355582e
commit 1505b81233
18 changed files with 1769 additions and 1791 deletions

View File

@@ -7,8 +7,8 @@
"url": "https://github.com/Divlo/Divlo"
},
"engines": {
"node": ">=14.0.0",
"npm": ">=7.0.0"
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"scripts": {
"dev": "next dev",
@@ -48,18 +48,18 @@
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "13.2.1",
"@commitlint/config-conventional": "13.2.0",
"@commitlint/cli": "14.1.0",
"@commitlint/config-conventional": "14.1.0",
"@lhci/cli": "0.8.2",
"@saithodev/semantic-release-backmerge": "2.0.0",
"@semantic-release/git": "10.0.0",
"@testing-library/jest-dom": "5.14.1",
"@saithodev/semantic-release-backmerge": "2.1.0",
"@semantic-release/git": "10.0.1",
"@testing-library/jest-dom": "5.15.0",
"@testing-library/react": "12.1.2",
"@types/jest": "27.0.2",
"@types/node": "16.11.6",
"@types/react": "17.0.33",
"@types/react": "17.0.34",
"@typescript-eslint/eslint-plugin": "4.33.0",
"autoprefixer": "10.3.7",
"autoprefixer": "10.4.0",
"babel-jest": "27.3.1",
"cypress": "8.7.0",
"dockerfilelint": "1.8.0",
@@ -72,17 +72,17 @@
"eslint-plugin-node": "11.1.0",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-promise": "5.1.1",
"eslint-plugin-unicorn": "37.0.1",
"eslint-plugin-unicorn": "38.0.0",
"husky": "7.0.4",
"jest": "27.3.1",
"lint-staged": "11.2.4",
"lint-staged": "11.2.6",
"markdownlint-cli": "0.29.0",
"next-secure-headers": "2.2.0",
"postcss": "8.3.11",
"prettier": "2.4.1",
"semantic-release": "18.0.0",
"start-server-and-test": "1.14.0",
"tailwindcss": "2.2.17",
"tailwindcss": "2.2.19",
"typescript": "4.4.4",
"vercel": "23.1.2"
}