fix(dependencies): hard pin for now

This commit is contained in:
Bastian Ike
2022-05-11 16:12:52 +02:00
committed by Bastian
parent 340877f93c
commit 183d71a45a
2 changed files with 83 additions and 69 deletions

View File

@@ -24,34 +24,34 @@
"lint": "yarn ts:check && eslint src/**/*.tsx"
},
"dependencies": {
"@types/d3": "^7.1.0",
"@types/fs-extra": "^9.0.13",
"@types/marked": "^2.0.3",
"@types/node": "^16.10.1",
"@types/react": "^17.0.24",
"@types/react-dom": "^17.0.9",
"@types/react-router-dom": "^5.3.0",
"@types/react-tooltip": "^4.2.4",
"@types/sanitize-html": "^2.5.0",
"@types/walk": "^2.3.1",
"classnames": "^2.3.1",
"d3": "^7.2.1",
"front-matter": "^4.0.2",
"fs-extra": "^10.0.0",
"highlight.js": "^11.2.0",
"marked": "^4.0.10",
"moment": "^2.29.1",
"query-string": "^7.0.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-icons": "^4.2.0",
"react-router-dom": "^5.3.0",
"@types/d3": "7.1.0",
"@types/fs-extra": "9.0.13",
"@types/marked": "2.0.3",
"@types/node": "16.10.1",
"@types/react": "17.0.24",
"@types/react-dom": "17.0.9",
"@types/react-router-dom": "5.3.0",
"@types/react-tooltip": "4.2.4",
"@types/sanitize-html": "2.5.0",
"@types/walk": "2.3.1",
"classnames": "2.3.1",
"d3": "7.2.1",
"front-matter": "4.0.2",
"fs-extra": "10.0.0",
"highlight.js": "11.2.0",
"marked": "4.0.10",
"moment": "2.29.1",
"query-string": "7.0.1",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-icons": "4.2.0",
"react-router-dom": "5.3.0",
"react-scripts": "4.0.3",
"react-tooltip": "^4.2.21",
"sanitize-html": "^2.5.2",
"sass": "^1.42.1",
"react-tooltip": "4.2.21",
"sanitize-html": "2.5.2",
"sass": "1.42.1",
"typescript": "4.3.5",
"walk": "^2.3.15"
"walk": "2.3.15"
},
"devDependencies": {
"@testing-library/dom": "^8.6.0",