Skip to content

Commit 9fda62b

Browse files
author
Victor Avila
committed
update: dependencies to latest
1 parent 9ab2061 commit 9fda62b

File tree

6 files changed

+1811
-1071
lines changed

6 files changed

+1811
-1071
lines changed

.prettierignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Add files here to ignore them from prettier formatting

apps/dashboard/src/polyfills.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242

4343
/** Evergreen browsers require these. **/
4444
// Used for reflect-metadata in JIT. If you use AOT (and only Angular decorators), you can remove.
45-
import 'core-js/es7/reflect';
45+
4646

4747
/**
4848
* Web Animations `@angular/platform-browser/animations`

karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = () => {
2727
port: 9876,
2828
colors: true,
2929
logLevel: constants.LOG_INFO,
30-
autoWatch: false,
30+
autoWatch: true,
3131
browsers: ['Chrome'],
3232
singleRun: true
3333
};

0 commit comments

Comments
 (0)