You've already forked pigallery2
mirror of
https://github.com/bpatrik/pigallery2.git
synced 2025-12-07 23:23:49 +02:00
fixing eslint
This commit is contained in:
8084
package-lock.json
generated
8084
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
10
package.json
10
package.json
@@ -59,12 +59,7 @@
|
|||||||
"xml2js": "0.6.2"
|
"xml2js": "0.6.2"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-builders/custom-webpack": "19.0.1",
|
"angular-eslint": "19.8.1",
|
||||||
"@angular-eslint/builder": "19.8.1",
|
|
||||||
"@angular-eslint/eslint-plugin": "19.8.1",
|
|
||||||
"@angular-eslint/eslint-plugin-template": "19.8.1",
|
|
||||||
"@angular-eslint/schematics": "19.8.1",
|
|
||||||
"@angular-eslint/template-parser": "19.8.1",
|
|
||||||
"@angular/animations": "19.2.14",
|
"@angular/animations": "19.2.14",
|
||||||
"@angular/cli": "19.2.15",
|
"@angular/cli": "19.2.15",
|
||||||
"@angular/common": "19.2.14",
|
"@angular/common": "19.2.14",
|
||||||
@@ -101,8 +96,7 @@
|
|||||||
"@types/node-geocoder": "4.2.0",
|
"@types/node-geocoder": "4.2.0",
|
||||||
"@types/nodemailer": "6.4.17",
|
"@types/nodemailer": "6.4.17",
|
||||||
"@types/xml2js": "0.4.14",
|
"@types/xml2js": "0.4.14",
|
||||||
"@typescript-eslint/eslint-plugin": "8.38.0",
|
"typescript-eslint": "8.38.0",
|
||||||
"@typescript-eslint/parser": "8.38.0",
|
|
||||||
"bootstrap": "5.3.1",
|
"bootstrap": "5.3.1",
|
||||||
"chai": "5.2.1",
|
"chai": "5.2.1",
|
||||||
"chai-http": "5.1.2",
|
"chai-http": "5.1.2",
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
import { platformBrowserDynamic } from '@angular/platform-browser-dynamic';
|
|
||||||
import { enableProdMode, Injectable, importProvidersFrom } from '@angular/core';
|
import { enableProdMode, Injectable, importProvidersFrom } from '@angular/core';
|
||||||
import { environment } from './environments/environment';
|
import { environment } from './environments/environment';
|
||||||
import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi, HttpClient } from '@angular/common/http';
|
import { HTTP_INTERCEPTORS, provideHttpClient, withInterceptorsFromDi, HttpClient } from '@angular/common/http';
|
||||||
|
|||||||
Reference in New Issue
Block a user