Last one, ngx-ui-tour

This commit is contained in:
shamoon 2024-06-26 07:58:50 -07:00
parent be16f58e56
commit 9aaa7854ad
2 changed files with 15 additions and 55 deletions

View File

@ -30,7 +30,7 @@
"ngx-color": "^9.0.0", "ngx-color": "^9.0.0",
"ngx-cookie-service": "^18.0.0", "ngx-cookie-service": "^18.0.0",
"ngx-file-drop": "^16.0.0", "ngx-file-drop": "^16.0.0",
"ngx-ui-tour-ng-bootstrap": "^14.0.3", "ngx-ui-tour-ng-bootstrap": "^15.0.0",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"uuid": "^9.0.1", "uuid": "^9.0.1",
@ -14522,70 +14522,30 @@
} }
}, },
"node_modules/ngx-ui-tour-ng-bootstrap": { "node_modules/ngx-ui-tour-ng-bootstrap": {
"version": "14.0.3", "version": "15.0.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-14.0.3.tgz", "resolved": "https://registry.npmjs.org/ngx-ui-tour-ng-bootstrap/-/ngx-ui-tour-ng-bootstrap-15.0.0.tgz",
"integrity": "sha512-jc/WSSxApouwVpcuP9gOVMUjB8F7Buu2AXiYC05mYVgEnY8L2lFnC9TU8HtmT0nY9e2rnrQNu+wAeetu2REcDA==", "integrity": "sha512-oaQdQof8Xsrr11CoZ7NlFiczAv60xKqK5ScmUXc96COKp1TY0PehSyqps3OO2ypwbn2tzJwTY+kO1T0h8KvDGA==",
"dependencies": { "dependencies": {
"ngx-ui-tour-core": "12.0.2", "ngx-ui-tour-core": "13.0.0",
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^17.0.0", "@angular/common": "^18.0.0",
"@angular/core": "^17.0.0", "@angular/core": "^18.0.0",
"@ng-bootstrap/ng-bootstrap": "^16.0.0" "@ng-bootstrap/ng-bootstrap": "^17.0.0"
}
},
"node_modules/ngx-ui-tour-ng-bootstrap/node_modules/@angular/platform-browser": {
"version": "17.3.11",
"resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-17.3.11.tgz",
"integrity": "sha512-sWjMy8qKH6AOt5YV4OMoPhExCbGdRIPjNSwUrxCm8a8Zz5DamoX3Sib9yRk1etjBuRj+oJySSxISJim2OYXJQQ==",
"peer": true,
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^18.13.0 || >=20.9.0"
},
"peerDependencies": {
"@angular/animations": "17.3.11",
"@angular/common": "17.3.11",
"@angular/core": "17.3.11"
},
"peerDependenciesMeta": {
"@angular/animations": {
"optional": true
}
}
},
"node_modules/ngx-ui-tour-ng-bootstrap/node_modules/@angular/router": {
"version": "17.3.11",
"resolved": "https://registry.npmjs.org/@angular/router/-/router-17.3.11.tgz",
"integrity": "sha512-A3aU6uHAeJfsfCw1dgNXHn2Kjw/UieRMnFwENkzz96YFCvFPCEZjy/mODuE3zHludMuqVsJhM/uUxWu8ATRTcA==",
"peer": true,
"dependencies": {
"tslib": "^2.3.0"
},
"engines": {
"node": "^18.13.0 || >=20.9.0"
},
"peerDependencies": {
"@angular/common": "17.3.11",
"@angular/core": "17.3.11",
"@angular/platform-browser": "17.3.11",
"rxjs": "^6.5.3 || ^7.4.0"
} }
}, },
"node_modules/ngx-ui-tour-ng-bootstrap/node_modules/ngx-ui-tour-core": { "node_modules/ngx-ui-tour-ng-bootstrap/node_modules/ngx-ui-tour-core": {
"version": "12.0.2", "version": "13.0.0",
"resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-12.0.2.tgz", "resolved": "https://registry.npmjs.org/ngx-ui-tour-core/-/ngx-ui-tour-core-13.0.0.tgz",
"integrity": "sha512-x5TOu4mtjojga+ht5LraQU+vOc4by4gof6TKGXDXsyW3kgWXqf7iJm5GUR+aLk7cr9FWdQYVUU+yTUmlI7XhOQ==", "integrity": "sha512-svtp3zMoOnkGPL6eBKtJX3gsIir8aJzVg5KfSKNVO4ZMHGgh+MK55WfvmX8juv3gSJMBCMZta5b/7gjEn2g/Iw==",
"dependencies": { "dependencies": {
"tslib": "^2.0.0" "tslib": "^2.0.0"
}, },
"peerDependencies": { "peerDependencies": {
"@angular/common": "^17.0.0", "@angular/common": "^18.0.0",
"@angular/core": "^17.0.0", "@angular/core": "^18.0.0",
"@angular/router": "^17.0.0", "@angular/router": "^18.0.0",
"rxjs": "^7.4.0" "rxjs": "^7.4.0"
} }
}, },

View File

@ -32,7 +32,7 @@
"ngx-color": "^9.0.0", "ngx-color": "^9.0.0",
"ngx-cookie-service": "^18.0.0", "ngx-cookie-service": "^18.0.0",
"ngx-file-drop": "^16.0.0", "ngx-file-drop": "^16.0.0",
"ngx-ui-tour-ng-bootstrap": "^14.0.3", "ngx-ui-tour-ng-bootstrap": "^15.0.0",
"rxjs": "^7.8.1", "rxjs": "^7.8.1",
"tslib": "^2.6.2", "tslib": "^2.6.2",
"uuid": "^9.0.1", "uuid": "^9.0.1",