An easy-to-use platform for EEG experimentation in the classroom
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

pinned react types version

+2 -15
+1 -1
package.json
··· 189 189 "@types/history": "^4.7.6", 190 190 "@types/jest": "^26.0.5", 191 191 "@types/node": "12", 192 - "@types/react": "^16.9.38", 192 + "@types/react": "16.9.38", 193 193 "@types/react-dom": "^16.9.8", 194 194 "@types/react-redux": "^7.1.9", 195 195 "@types/react-router": "^5.1.8",
+1 -14
yarn.lock
··· 2227 2227 dependencies: 2228 2228 "@types/react" "*" 2229 2229 2230 - "@types/react@*": 2230 + "@types/react@*", "@types/react@16.9.38": 2231 2231 version "16.9.38" 2232 2232 resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.38.tgz#868405dace93a4095d3e054f4c4a1de7a1ac0680" 2233 2233 integrity sha512-pHAeZbjjNRa/hxyNuLrvbxhhnKyKNiLC6I5fRF2Zr/t/S6zS41MiyzH4+c+1I9vVfvuRt1VS2Lodjr4ZWnxrdA== 2234 2234 dependencies: 2235 2235 "@types/prop-types" "*" 2236 2236 csstype "^2.2.0" 2237 - 2238 - "@types/react@^16.9.44": 2239 - version "16.9.45" 2240 - resolved "https://registry.yarnpkg.com/@types/react/-/react-16.9.45.tgz#b43ccf3d8a3d2020e6a48c8c8492e5a4bc10f097" 2241 - integrity sha512-vv950slTF5UZ5eDOf13b8qC1SD4rTvkqg3HfaUKzr17U97oeJZAa+dUaIHn0QoOJflNTIt6Pem9MmapULs9dkA== 2242 - dependencies: 2243 - "@types/prop-types" "*" 2244 - csstype "^3.0.2" 2245 2237 2246 2238 "@types/redux-logger@^3.0.8": 2247 2239 version "3.0.8" ··· 5905 5897 version "2.6.10" 5906 5898 resolved "https://registry.yarnpkg.com/csstype/-/csstype-2.6.10.tgz#e63af50e66d7c266edb6b32909cfd0aabe03928b" 5907 5899 integrity sha512-D34BqZU4cIlMCY93rZHbrq9pjTAQJ3U8S8rfBqjwHxkGPThWFjzZDQpgMJY0QViLxth6ZKYiwFBo14RdN44U/w== 5908 - 5909 - csstype@^3.0.2: 5910 - version "3.0.2" 5911 - resolved "https://registry.yarnpkg.com/csstype/-/csstype-3.0.2.tgz#ee5ff8f208c8cd613b389f7b222c9801ca62b3f7" 5912 - integrity sha512-ofovWglpqoqbfLNOTBNZLSbMuGrblAf1efvvArGKOZMBrIoJeu5UsAipQolkijtyQx5MtAzT/J9IHj/CEY1mJw== 5913 5900 5914 5901 cubic-hermite@^1.0.0: 5915 5902 version "1.0.0"