chore(): update package lock files

This commit is contained in:
ionitron
2022-08-24 13:04:19 +00:00
parent cdb972a2a3
commit 023e2f48d0
7 changed files with 147 additions and 89 deletions

View File

@ -9,7 +9,7 @@
"version": "6.2.4",
"license": "MIT",
"dependencies": {
"@ionic/core": "^6.2.3",
"@ionic/core": "^6.2.4",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},
@ -1023,15 +1023,27 @@
"dev": true
},
"node_modules/@ionic/core": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.3.tgz",
"integrity": "sha512-TqSVN5nfDC8Ovcfgv6PH6FsNY8P9Awl2zSXVMBpgr5CSFNOb6xB4U8utdhMtJbuo/OYgqAbjSVq+pD4RiBt1rw==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.4.tgz",
"integrity": "sha512-LDRIwG5plwTHELxQ/j3uEfLJ7YkzJzR1V4QGE+X59aE/l7XoXZyLb1NWFjY7glBbFHGQgSuPFWNhXFkyRBxRFQ==",
"dependencies": {
"@stencil/core": "^2.16.0",
"@stencil/core": "^2.17.4",
"ionicons": "^6.0.2",
"tslib": "^2.1.0"
}
},
"node_modules/@ionic/core/node_modules/@stencil/core": {
"version": "2.17.4",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg==",
"bin": {
"stencil": "bin/stencil"
},
"engines": {
"node": ">=12.10.0",
"npm": ">=6.0.0"
}
},
"node_modules/@ionic/eslint-config": {
"version": "0.3.0",
"resolved": "https://registry.npmjs.org/@ionic/eslint-config/-/eslint-config-0.3.0.tgz",
@ -7939,13 +7951,20 @@
"dev": true
},
"@ionic/core": {
"version": "6.2.3",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.3.tgz",
"integrity": "sha512-TqSVN5nfDC8Ovcfgv6PH6FsNY8P9Awl2zSXVMBpgr5CSFNOb6xB4U8utdhMtJbuo/OYgqAbjSVq+pD4RiBt1rw==",
"version": "6.2.4",
"resolved": "https://registry.npmjs.org/@ionic/core/-/core-6.2.4.tgz",
"integrity": "sha512-LDRIwG5plwTHELxQ/j3uEfLJ7YkzJzR1V4QGE+X59aE/l7XoXZyLb1NWFjY7glBbFHGQgSuPFWNhXFkyRBxRFQ==",
"requires": {
"@stencil/core": "^2.16.0",
"@stencil/core": "^2.17.4",
"ionicons": "^6.0.2",
"tslib": "^2.1.0"
},
"dependencies": {
"@stencil/core": {
"version": "2.17.4",
"resolved": "https://registry.npmjs.org/@stencil/core/-/core-2.17.4.tgz",
"integrity": "sha512-SGRlHpjV1RyFvzw6jFMVKpLNox9Eds3VvpbpD2SW9CuxdLonHDSFtQks5zmT4zs1Rse9I6kFc2mFK/dHNTalkg=="
}
}
},
"@ionic/eslint-config": {

View File

@ -1,3 +1,4 @@
import * as d from './proxies';
export const DIRECTIVES = [
@ -76,5 +77,5 @@ export const DIRECTIVES = [
d.IonThumbnail,
d.IonTitle,
d.IonToggle,
d.IonToolbar,
d.IonToolbar
];