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

build(deps): bump next to 11.0.0

This commit is contained in:
divlo
2021-06-15 20:35:52 +02:00
parent 61ef6c5525
commit 892bf0e87a
8 changed files with 776 additions and 756 deletions

View File

@@ -18,8 +18,8 @@
"lint:commit": "commitlint",
"lint:docker": "dockerfilelint './Dockerfile'",
"lint:editorconfig": "editorconfig-checker",
"lint:markdown": "markdownlint '*.md' --dot --ignore node_modules",
"lint:typescript": "eslint '*.{js,ts,jsx,tsx}'",
"lint:markdown": "markdownlint '**/*.md' --dot --ignore node_modules",
"lint:typescript": "eslint '**/*.{js,ts,jsx,tsx}'",
"lint:staged": "lint-staged",
"lighthouse": "lhci autorun",
"test": "jest",
@@ -34,7 +34,7 @@
"@fortawesome/react-fontawesome": "0.1.14",
"classnames": "2.3.1",
"html-react-parser": "1.2.6",
"next": "10.2.3",
"next": "11.0.0",
"next-pwa": "5.2.21",
"next-themes": "0.0.14",
"next-translate": "1.0.7",
@@ -58,6 +58,7 @@
"dockerfilelint": "1.8.0",
"editorconfig-checker": "4.0.2",
"eslint": "7.28.0",
"eslint-config-next": "11.0.0",
"eslint-config-prettier": "8.3.0",
"eslint-config-standard-with-typescript": "20.0.0",
"eslint-plugin-import": "2.23.4",
@@ -70,7 +71,7 @@
"markdownlint-cli": "0.27.1",
"postcss": "8.3.4",
"prettier": "2.3.1",
"semantic-release": "17.4.3",
"semantic-release": "17.4.4",
"tailwindcss": "2.1.4",
"typescript": "4.3.2"
}