remove type defs from deps

This commit is contained in:
Shaun Hamilton
2021-06-25 14:14:39 +00:00
parent 66bc6d95ed
commit 9f58bf3554
2 changed files with 1 additions and 7 deletions

View File

@ -4156,7 +4156,6 @@
"version": "3.0.6",
"resolved": "https://registry.npmjs.org/@types/react-spinkit/-/react-spinkit-3.0.6.tgz",
"integrity": "sha512-iGgzwQcwU93PSue8U5eYwXEf2yF7ji1vraqB1op6ZuSRvdYg/keFP+7pEuIt454XSQgc/aI4XyLZfO1TdoT0Bw==",
"dev": true,
"requires": {
"@types/react": "*"
}
@ -4165,7 +4164,6 @@
"version": "17.0.1",
"resolved": "https://registry.npmjs.org/@types/react-test-renderer/-/react-test-renderer-17.0.1.tgz",
"integrity": "sha512-3Fi2O6Zzq/f3QR9dRnlnHso9bMl7weKCviFmfF6B4LS1Uat6Hkm15k0ZAQuDz+UBq6B3+g+NM6IT2nr5QgPzCw==",
"dev": true,
"requires": {
"@types/react": "*"
}
@ -21661,4 +21659,4 @@
"integrity": "sha512-V50KMwwzqJV0NpZIZFwfOD5/lyny3WlSzRiXgA0G7VUnRlqttta1L6UQIHzd6EuBY/cHGfwTIck7w1yH6Q5zUw=="
}
}
}
}

View File

@ -53,8 +53,6 @@
"@freecodecamp/strip-comments": "3.0.0",
"@loadable/component": "5.15.0",
"@reach/router": "1.3.4",
"@types/react-spinkit": "^3.0.6",
"@types/react-test-renderer": "^17.0.1",
"algoliasearch": "4.9.3",
"assert": "2.0.0",
"babel-plugin-preval": "5.0.0",
@ -143,8 +141,6 @@
"@types/react-monaco-editor": "^0.16.0",
"@types/react-redux": "^7.1.16",
"@types/react-responsive": "^8.0.2",
"@types/react-spinkit": "^3.0.6",
"@types/react-test-renderer": "^17.0.1",
"@types/react-transition-group": "4.4.1",
"@types/redux-actions": "2.6.1",
"@types/sanitize-html": "^2.3.1",