chore(): sync with main

This commit is contained in:
Liam DeBeasi
2022-09-30 12:27:17 -04:00
512 changed files with 1888 additions and 4091 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@ionic/angular",
"version": "6.2.8",
"version": "6.2.9",
"description": "Angular specific wrappers for @ionic/core",
"keywords": [
"ionic",
@@ -34,7 +34,8 @@
"build.ng": "ng-packagr -p package.json -c tsconfig.json",
"clean": "node scripts/clean.js",
"clean-generated": "node ./scripts/clean-generated.js",
"lint": "npm run eslint && npm run prettier -- --check",
"lint": "npm run eslint && npm run prettier -- --write",
"lint.fix": "npm run eslint -- --fix",
"fmt": "npm run eslint -- --fix && npm run prettier -- --write",
"prettier": "prettier \"**/*.ts\"",
"eslint": "eslint . --ext .ts",
@@ -45,7 +46,7 @@
"validate": "npm i && npm run lint && npm run test && npm run build"
},
"dependencies": {
"@ionic/core": "^6.2.8",
"@ionic/core": "^6.2.9",
"jsonc-parser": "^3.0.0",
"tslib": "^2.0.0"
},