1
0
mirror of https://github.com/kremalicious/portfolio.git synced 2024-12-22 09:13:19 +01:00

downgrade remark & chalk packages cause Gatsby is just stupid

This commit is contained in:
Matthias Kretschmann 2022-04-20 16:56:48 +01:00
parent e1362288a5
commit 2532cad4a4
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 568 additions and 2266 deletions

2822
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -43,11 +43,11 @@
"react-dom": "^18.0.0",
"react-feather": "^2.0.9",
"react-helmet": "^6.1.0",
"remark": "^14.0.2",
"remark-breaks": "^3.0.2",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-react": "^9.0.1",
"remark": "13.0.0",
"remark-breaks": "2.0.2",
"remark-html": "13.0.2",
"remark-parse": "9.0.0",
"remark-react": "8.0.0",
"vcf": "^2.1.1"
},
"devDependencies": {
@ -59,7 +59,7 @@
"@testing-library/react": "^13.1.1",
"@welldone-software/why-did-you-render": "^7.0.1",
"babel-preset-gatsby": "^2.12.1",
"chalk": "^5.0.1",
"chalk": "4.1.2",
"eslint": "^8.13.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-graphql": "^4.0.0",