Update: Frontend NPM
This commit is contained in:
parent
c2ad7a456a
commit
d4ff7f50e8
3 changed files with 13 additions and 24 deletions
1
frontend/.gitignore
vendored
1
frontend/.gitignore
vendored
|
|
@ -32,6 +32,7 @@ chrome-profiler-events*.json
|
||||||
.idea/*
|
.idea/*
|
||||||
|
|
||||||
# misc
|
# misc
|
||||||
|
/.angular/cache
|
||||||
/.sass-cache
|
/.sass-cache
|
||||||
/connect.lock
|
/connect.lock
|
||||||
/coverage
|
/coverage
|
||||||
|
|
|
||||||
|
|
@ -10,16 +10,16 @@
|
||||||
},
|
},
|
||||||
"private": true,
|
"private": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "~12.2.0",
|
"@angular/animations": "~13.1.1",
|
||||||
"@angular/cdk": "^13.0.2",
|
"@angular/cdk": "^13.0.2",
|
||||||
"@angular/common": "~12.2.0",
|
"@angular/common": "~13.1.1",
|
||||||
"@angular/compiler": "~12.2.0",
|
"@angular/compiler": "~13.1.1",
|
||||||
"@angular/core": "~12.2.0",
|
"@angular/core": "~13.1.1",
|
||||||
"@angular/forms": "~12.2.0",
|
"@angular/forms": "~13.1.1",
|
||||||
"@angular/material": "^13.0.2",
|
"@angular/material": "^13.0.2",
|
||||||
"@angular/platform-browser": "~12.2.0",
|
"@angular/platform-browser": "~13.1.1",
|
||||||
"@angular/platform-browser-dynamic": "~12.2.0",
|
"@angular/platform-browser-dynamic": "~13.1.1",
|
||||||
"@angular/router": "~12.2.0",
|
"@angular/router": "~13.1.1",
|
||||||
"bootstrap": "^5.1.3",
|
"bootstrap": "^5.1.3",
|
||||||
"jquery": "^3.6.0",
|
"jquery": "^3.6.0",
|
||||||
"popper": "^1.0.1",
|
"popper": "^1.0.1",
|
||||||
|
|
@ -28,9 +28,9 @@
|
||||||
"zone.js": "~0.11.4"
|
"zone.js": "~0.11.4"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~12.2.10",
|
"@angular-devkit/build-angular": "~13.1.2",
|
||||||
"@angular/cli": "~12.2.10",
|
"@angular/cli": "~13.1.2",
|
||||||
"@angular/compiler-cli": "~12.2.0",
|
"@angular/compiler-cli": "~13.1.1",
|
||||||
"@types/jasmine": "~3.8.0",
|
"@types/jasmine": "~3.8.0",
|
||||||
"@types/node": "^12.11.1",
|
"@types/node": "^12.11.1",
|
||||||
"jasmine-core": "~3.8.0",
|
"jasmine-core": "~3.8.0",
|
||||||
|
|
@ -39,6 +39,6 @@
|
||||||
"karma-coverage": "~2.0.3",
|
"karma-coverage": "~2.0.3",
|
||||||
"karma-jasmine": "~4.0.0",
|
"karma-jasmine": "~4.0.0",
|
||||||
"karma-jasmine-html-reporter": "~1.7.0",
|
"karma-jasmine-html-reporter": "~1.7.0",
|
||||||
"typescript": "~4.3.5"
|
"typescript": "~4.5.4"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,18 +18,6 @@
|
||||||
* BROWSER POLYFILLS
|
* BROWSER POLYFILLS
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
|
||||||
* IE11 requires the following for NgClass support on SVG elements
|
|
||||||
*/
|
|
||||||
// import 'classlist.js'; // Run `npm install --save classlist.js`.
|
|
||||||
|
|
||||||
/**
|
|
||||||
* Web Animations `@angular/platform-browser/animations`
|
|
||||||
* Only required if AnimationBuilder is used within the application and using IE/Edge or Safari.
|
|
||||||
* Standard animation support in Angular DOES NOT require any polyfills (as of Angular 6.0).
|
|
||||||
*/
|
|
||||||
// import 'web-animations-js'; // Run `npm install --save web-animations-js`.
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* By default, zone.js will patch all possible macroTask and DomEvents
|
* By default, zone.js will patch all possible macroTask and DomEvents
|
||||||
* user can disable parts of macroTask/DomEvents patch by setting following flags
|
* user can disable parts of macroTask/DomEvents patch by setting following flags
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue