chore: clean up aphrodite (#10883)

This commit is contained in:
Jesse Yang 2020-09-14 17:47:39 -07:00 committed by GitHub
parent 01f90107e1
commit 4502690ef9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 21 deletions

View File

@ -18671,26 +18671,6 @@
"normalize-path": "^2.1.1"
}
},
"aphrodite": {
"version": "2.3.1",
"resolved": "https://registry.npmjs.org/aphrodite/-/aphrodite-2.3.1.tgz",
"integrity": "sha512-hwRxpYarrHLRti62RlWplK3A1bDkh4dw5jjDh4Xvra6z45B5yx9Rqsiaw3duELCI/FLOYxlxVe1bysRpIw5X1Q==",
"requires": {
"asap": "^2.0.3",
"inline-style-prefixer": "^5.0.4",
"string-hash": "^1.1.3"
},
"dependencies": {
"inline-style-prefixer": {
"version": "5.1.0",
"resolved": "https://registry.npmjs.org/inline-style-prefixer/-/inline-style-prefixer-5.1.0.tgz",
"integrity": "sha512-giteQHPMrApQOSjNSjteO5ZGSGMRf9gas14fRy2lg2buSc1nRnj6o6xuNds5cMTKrkncyrTu3gJn/yflFMVdmg==",
"requires": {
"css-in-js-utils": "^2.0.0"
}
}
}
},
"app-root-dir": {
"version": "1.0.2",
"resolved": "https://registry.npmjs.org/app-root-dir/-/app-root-dir-1.0.2.tgz",

View File

@ -94,7 +94,6 @@
"@vx/responsive": "^0.0.195",
"abortcontroller-polyfill": "^1.1.9",
"antd": "^4.5.2",
"aphrodite": "^2.3.1",
"array-move": "^2.2.1",
"bootstrap": "^3.4.1",
"bootstrap-slider": "^10.0.0",