Skip to content

Commit

Permalink
chore: remove cypress, compodoc, and upgrade deps
Browse files Browse the repository at this point in the history
  • Loading branch information
tgambet committed Aug 26, 2023
1 parent 2a7e837 commit ea3f78c
Show file tree
Hide file tree
Showing 10 changed files with 1,221 additions and 3,928 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
"plugin:@typescript-eslint/recommended"
],
"rules": {
"jsdoc/newline-after-description": "off",
"@angular-eslint/component-selector": [
"error",
{
Expand Down
3 changes: 2 additions & 1 deletion angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@
"typedarray-to-buffer",
"debug",
"readable-web-to-node-stream",
"node-vibrant"
"node-vibrant",
"process"
],
"vendorChunk": true,
"extractLicenses": false,
Expand Down
25 changes: 0 additions & 25 deletions cypress/integration/app/app.spec.ts

This file was deleted.

21 changes: 0 additions & 21 deletions cypress/plugins/index.js

This file was deleted.

36 changes: 0 additions & 36 deletions cypress/support/commands.ts

This file was deleted.

5 changes: 0 additions & 5 deletions cypress/support/index.d.ts

This file was deleted.

20 changes: 0 additions & 20 deletions cypress/support/index.js

This file was deleted.

10 changes: 0 additions & 10 deletions cypress/tsconfig.json

This file was deleted.

40 changes: 16 additions & 24 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"prettier": "prettier -c src",
"docs": "compodoc -p ./tsconfig.json --hideGenerator --name MusicSource --customLogo src/assets/docs_logo.png",
"cypress:open": "start-server-and-test start 4200 \"cypress open\"",
"cypress:verify": "cypress verify",
"cypress:run": "start-server-and-test start 4200 \"cypress run\""
"prettier": "prettier -c src"
},
"private": true,
"dependencies": {
Expand All @@ -32,16 +28,16 @@
"@ngrx/store": "^15.4.0",
"@ngrx/store-devtools": "^15.4.0",
"audiomotion-analyzer": "^3.6.0",
"music-metadata-browser": "^2.5.5",
"music-metadata-browser": "^2.5.10",
"node-vibrant": "^3.1.6",
"rxjs": "~7.5.5",
"tslib": "^2.3.1",
"type-fest": "^2.12.2",
"zone.js": "~0.11.4"
},
"devDependencies": {
"@angular-devkit/architect": "~0.1502.9",
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/architect": "~0.1502.9",
"@angular-devkit/build-angular": "^15.2.9",
"@angular-eslint/builder": "^15.2.1",
"@angular-eslint/eslint-plugin": "^15.2.1",
Expand All @@ -50,32 +46,28 @@
"@angular-eslint/template-parser": "^15.2.1",
"@angular/cli": "^15.2.9",
"@angular/compiler-cli": "^15.2.9",
"@compodoc/compodoc": "^1.1.16",
"@ngrx/schematics": "^15.4.0",
"@types/jasmine": "~3.6.0",
"@types/node": "^12.11.1",
"@types/offscreencanvas": "^2019.6.4",
"@types/web": "^0.0.64",
"@types/wicg-file-system-access": "^2020.9.5",
"@types/wicg-mediasession": "^1.1.4",
"@typescript-eslint/eslint-plugin": "5.9.0",
"@typescript-eslint/parser": "5.9.0",
"cypress": "^8.7.0",
"eslint": "^8.6.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsdoc": "39.9.1",
"@typescript-eslint/eslint-plugin": "^6.4.1",
"@typescript-eslint/parser": "^6.4.1",
"eslint": "^8.48.0",
"eslint-plugin-import": "2.28.1",
"eslint-plugin-jsdoc": "46.5.0",
"eslint-plugin-prefer-arrow": "1.2.3",
"jasmine-core": "~3.6.0",
"jasmine-spec-reporter": "~5.0.0",
"karma": "~6.3.4",
"karma-chrome-launcher": "~3.1.0",
"karma-coverage": "~2.0.3",
"karma-jasmine": "~4.0.0",
"karma-jasmine-html-reporter": "^1.5.0",
"jasmine-core": "~5.1.1",
"jasmine-spec-reporter": "~7.0.0",
"karma": "~6.4.2",
"karma-chrome-launcher": "~3.2.0",
"karma-coverage": "~2.2.1",
"karma-jasmine": "~5.1.0",
"karma-jasmine-html-reporter": "^2.1.0",
"ng-packagr": "^15.2.2",
"prettier": "^2.5.1",
"start-server-and-test": "^1.12.0",
"ts-node": "~8.3.0",
"prettier": "^3.0.2",
"typescript": "~4.9.5"
}
}
Loading

0 comments on commit ea3f78c

Please sign in to comment.