Skip to content

Commit

Permalink
build: update example dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
robsonos committed May 25, 2024
1 parent 01decd1 commit b7341b5
Show file tree
Hide file tree
Showing 4 changed files with 221 additions and 298 deletions.
2 changes: 2 additions & 0 deletions example/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ yarn-error.log
/.angular
/.angular/cache
.sass-cache/
/.nx
/.nx/cache
/connect.lock
/coverage
/libpeerconnection.log
Expand Down
8 changes: 4 additions & 4 deletions example/angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"options": {
"outputPath": "www",
"index": "src/index.html",
"browser": "src/main.ts",
"polyfills": ["src/polyfills.ts"],
"tsConfig": "tsconfig.app.json",
"inlineStyleLanguage": "scss",
Expand All @@ -30,9 +31,8 @@
"output": "assets"
}
],
"styles": ["src/theme/variables.scss", "src/global.scss"],
"scripts": [],
"browser": "src/main.ts"
"styles": ["src/global.scss", "src/theme/variables.scss"],
"scripts": []
},
"configurations": {
"production": {
Expand Down Expand Up @@ -104,7 +104,7 @@
"output": "assets"
}
],
"styles": ["src/theme/variables.scss", "src/global.scss"],
"styles": ["src/global.scss", "src/theme/variables.scss"],
"scripts": []
},
"configurations": {
Expand Down
13 changes: 6 additions & 7 deletions example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"@capacitor/filesystem": "^6.0.0",
"@capacitor/ios": "^6.0.0",
"@capawesome/capacitor-file-picker": "^6.0.0",
"@ionic/angular": "^7.5.0",
"@ionic/angular": "^8.2.0",
"capacitor-community-nordic-dfu": "file:..",
"ionicons": "^7.2.1",
"rxjs": "~7.8.0",
Expand All @@ -51,13 +51,13 @@
"@angular/compiler-cli": "^17.0.2",
"@angular/language-service": "^17.0.2",
"@capacitor/cli": "^6.0.0",
"@ionic/angular-toolkit": "^9.0.0",
"@ionic/angular-toolkit": "^11.0.1",
"@types/jasmine": "~5.1.0",
"@typescript-eslint/eslint-plugin": "^6.16.0",
"@typescript-eslint/parser": "^6.16.0",
"eslint": "^7.26.0",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "30.7.6",
"eslint-plugin-jsdoc": "^48.2.1",
"eslint-plugin-prefer-arrow": "1.2.2",
"jasmine-core": "~5.1.0",
"jasmine-spec-reporter": "~5.0.0",
Expand All @@ -66,7 +66,6 @@
"karma-coverage": "~2.2.0",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "~2.1.0",
"ts-node": "^8.3.0",
"typescript": "~5.2.2"
},
"browserslist": [
Expand Down
Loading

0 comments on commit b7341b5

Please sign in to comment.