chore: types-ios adjustment and types to use latest patch of each

This commit is contained in:
Nathan Walker
2021-09-09 09:13:37 -07:00
parent 354804289c
commit 59af23744b
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types-ios", "name": "@nativescript/types-ios",
"version": "8.1.0", "version": "8.1.1",
"description": "NativeScript Types for iOS.", "description": "NativeScript Types for iOS.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {

View File

@ -1,6 +1,6 @@
{ {
"name": "@nativescript/types", "name": "@nativescript/types",
"version": "8.1.0", "version": "8.1.1",
"description": "NativeScript Types for all supported platforms.", "description": "NativeScript Types for all supported platforms.",
"homepage": "https://nativescript.org", "homepage": "https://nativescript.org",
"repository": { "repository": {
@ -12,7 +12,7 @@
], ],
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@nativescript/types-ios": "8.1.0", "@nativescript/types-ios": "~8.1.0",
"@nativescript/types-android": "8.1.0" "@nativescript/types-android": "~8.1.0"
} }
} }