feat: 🎸 Updated API. Now with fake news images

This commit is contained in:
Johan Öbrink 2021-01-28 09:06:44 +01:00
parent dab2d82744
commit 0367f60eec
2 changed files with 8 additions and 8 deletions

View File

@ -3214,9 +3214,9 @@
}
},
"@skolplattformen/embedded-api": {
"version": "0.16.2",
"resolved": "https://registry.npmjs.org/@skolplattformen/embedded-api/-/embedded-api-0.16.2.tgz",
"integrity": "sha512-5aRU6fb0AYnerFLLgPCcLSKuvXHAQ5S5MoIyBloealDrXk0EcaD0v9W1HSj7ufH9Yxb3HkPEDblL0LCbgZayMA==",
"version": "0.18.0",
"resolved": "https://registry.npmjs.org/@skolplattformen/embedded-api/-/embedded-api-0.18.0.tgz",
"integrity": "sha512-sSIOZk66HLaHLSzKkK7cI0we1bRafdtH9nqc4XM+MncZwuetuQlq+t0c5qYlYDFtGWofXmOxx1woIrq6k67NJw==",
"requires": {
"camelcase-keys": "^6.2.2",
"events": "^3.2.0",
@ -3226,14 +3226,14 @@
}
},
"@skolplattformen/react-native-embedded-api": {
"version": "0.10.2",
"resolved": "https://registry.npmjs.org/@skolplattformen/react-native-embedded-api/-/react-native-embedded-api-0.10.2.tgz",
"integrity": "sha512-iWCC/t5bntJruG6vhUJXyxhUbyw5SCjgx9Qd6BzSlgMoYjIZYfcjl13e5rH4gOuQ8UEl8GuYd83kfYNy9Nta6w==",
"version": "0.12.0",
"resolved": "https://registry.npmjs.org/@skolplattformen/react-native-embedded-api/-/react-native-embedded-api-0.12.0.tgz",
"integrity": "sha512-TnpvfuDBUgtuF8g+Lce+L+CscqCuwpa8UYg8UhlJLy/TL9gXAvqXapRWqyy0I5peARm9/6xKshNl1zMJxF0zmg==",
"requires": {
"@react-native-async-storage/async-storage": "^1.13.3",
"@react-native-community/cookies": "^5.0.1",
"@reduxjs/toolkit": "^1.5.0",
"@skolplattformen/embedded-api": "^0.16.2",
"@skolplattformen/embedded-api": "^0.18.0",
"luxon": "^1.25.0",
"react": "^16.11.0",
"react-native": "^0.62.2",

View File

@ -18,7 +18,7 @@
"@react-navigation/material-top-tabs": "^5.3.13",
"@react-navigation/native": "^5.9.2",
"@react-navigation/stack": "^5.14.2",
"@skolplattformen/react-native-embedded-api": "^0.10.2",
"@skolplattformen/react-native-embedded-api": "^0.12.0",
"@ui-kitten/components": "5.0.0",
"@ui-kitten/eva-icons": "5.0.0",
"buffer": "^6.0.3",