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

chore: fix cypress unit tests

This commit is contained in:
Divlo
2022-11-08 11:00:31 +01:00
parent 07f7942496
commit 5c85ca2ef1
4 changed files with 1449 additions and 1389 deletions

View File

@@ -37,13 +37,13 @@
"@fortawesome/free-brands-svg-icons": "6.2.0",
"@fortawesome/free-solid-svg-icons": "6.2.0",
"@fortawesome/react-fontawesome": "0.2.0",
"@giscus/react": "2.2.0",
"@giscus/react": "2.2.2",
"clsx": "1.2.1",
"date-and-time": "2.4.1",
"gray-matter": "4.0.3",
"html-react-parser": "3.0.4",
"next": "13.0.0",
"next-mdx-remote": "4.1.0",
"next": "13.0.2",
"next-mdx-remote": "4.2.0",
"next-pwa": "5.6.0",
"next-themes": "0.2.1",
"next-translate": "1.6.0",
@@ -51,38 +51,38 @@
"react-dom": "18.2.0",
"read-pkg": "7.1.0",
"rehype-raw": "6.1.1",
"rehype-slug": "5.0.1",
"rehype-slug": "5.1.0",
"remark-gfm": "3.0.1",
"sharp": "0.31.1",
"sharp": "0.31.2",
"shiki": "0.11.1",
"unified": "10.1.2",
"unist-util-visit": "4.1.1",
"universal-cookie": "4.0.4"
},
"devDependencies": {
"@commitlint/cli": "17.1.2",
"@commitlint/config-conventional": "17.1.0",
"@commitlint/cli": "17.2.0",
"@commitlint/config-conventional": "17.2.0",
"@lhci/cli": "0.9.0",
"@saithodev/semantic-release-backmerge": "2.1.2",
"@semantic-release/git": "10.0.1",
"@tailwindcss/typography": "0.5.7",
"@types/node": "18.11.7",
"@types/react": "18.0.24",
"@tailwindcss/typography": "0.5.8",
"@types/node": "18.11.9",
"@types/react": "18.0.25",
"@types/unist": "2.0.6",
"@typescript-eslint/eslint-plugin": "5.41.0",
"autoprefixer": "10.4.12",
"@typescript-eslint/eslint-plugin": "5.42.1",
"autoprefixer": "10.4.13",
"cypress": "10.11.0",
"editorconfig-checker": "4.0.2",
"eslint": "8.26.0",
"eslint": "8.27.0",
"eslint-config-conventions": "5.0.0",
"eslint-config-next": "13.0.0",
"eslint-config-next": "13.0.2",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-promise": "6.1.1",
"eslint-plugin-unicorn": "44.0.2",
"html-w3c-validator": "1.2.1",
"husky": "8.0.1",
"husky": "8.0.2",
"jsonresume-theme-custom": "file:./jsonresume-theme-custom",
"lint-staged": "13.0.3",
"markdownlint-cli2": "0.5.1",
@@ -91,8 +91,8 @@
"prettier-plugin-tailwindcss": "0.1.13",
"semantic-release": "19.0.5",
"start-server-and-test": "1.14.0",
"tailwindcss": "3.2.1",
"tailwindcss": "3.2.2",
"typescript": "4.8.4",
"vercel": "28.4.12"
"vercel": "28.4.15"
}
}