Compare commits

..
3 Commits
Author SHA1 Message Date
Daniel Sogl 904455df9e 5.21.2 2020-02-09 18:11:03 +01:00
Daniel Sogl cac9872796 5.21.1 2020-02-09 12:34:17 +01:00
Daniel Sogl d4465681cf chore(package): bump deps 2020-02-09 12:31:46 +01:00
3 changed files with 18 additions and 10 deletions
+8
View File
@@ -1,3 +1,11 @@
## [5.21.2](https://github.com/ionic-team/ionic-native/compare/v5.21.1...v5.21.2) (2020-02-09)
## [5.21.1](https://github.com/ionic-team/ionic-native/compare/v5.21.0...v5.21.1) (2020-02-09)
# [5.21.0](https://github.com/ionic-team/ionic-native/compare/v5.20.0...v5.21.0) (2020-02-07)
+7 -7
View File
@@ -1,6 +1,6 @@
{
"name": "ionic-native",
"version": "5.21.0",
"version": "5.21.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -905,9 +905,9 @@
}
},
"@types/webpack": {
"version": "4.41.5",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.5.tgz",
"integrity": "sha512-693JfV/83UZxpQY8vutDSwkDjNujy2327UrFqQciJWXh761B/aUIZIM5N05IRIZ17WwsG8VfUSE3edwXvkehiQ==",
"version": "4.41.6",
"resolved": "https://registry.npmjs.org/@types/webpack/-/webpack-4.41.6.tgz",
"integrity": "sha512-iWRpV5Ej+8uKrgxp6jXz3v7ZTjgtuMXY+rsxQjFNU0hYCnHkpA7vtiNffgxjuxX4feFHBbz0IF76OzX2OqDYPw==",
"dev": true,
"requires": {
"@types/anymatch": "*",
@@ -11656,9 +11656,9 @@
"dev": true
},
"rimraf": {
"version": "3.0.1",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.1.tgz",
"integrity": "sha512-IQ4ikL8SjBiEDZfk+DFVwqRK8md24RWMEJkdSlgNLkyyAImcjf8SWvU1qFMDOb4igBClbTQ/ugPqXcRwdFTxZw==",
"version": "3.0.2",
"resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
"integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
"dev": true,
"requires": {
"glob": "^7.1.3"
+3 -3
View File
@@ -1,6 +1,6 @@
{
"name": "ionic-native",
"version": "5.21.0",
"version": "5.21.2",
"description": "Native plugin wrappers for Cordova and Ionic with TypeScript, ES6+, Promise and Observable support",
"homepage": "https://ionicframework.com/",
"author": "Ionic Team <hi@ionic.io> (https://ionic.io)",
@@ -32,7 +32,7 @@
"@types/lodash": "^4.14.149",
"@types/node": "^12.12.26",
"@types/rimraf": "^2.0.3",
"@types/webpack": "^4.41.5",
"@types/webpack": "^4.41.6",
"ajv": "^6.11.0",
"async-promise-queue": "^1.0.5",
"conventional-changelog-cli": "^2.0.31",
@@ -48,7 +48,7 @@
"lodash": "^4.17.15",
"minimist": "1.2.0",
"natives": "^1.1.6",
"rimraf": "^3.0.1",
"rimraf": "^3.0.2",
"rxjs": "^6.5.4",
"ts-jest": "^25.2.0",
"ts-node": "^8.6.2",