Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
coloration
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
typescript
coloration
Commits
d26a9a0e
Commit
d26a9a0e
authored
May 01, 2020
by
Zéfling
🎨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ng update @angular/core
parent
4ff9c5c6
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
316 additions
and
590 deletions
+316
-590
angular.json
angular.json
+7
-4
package-lock.json
package-lock.json
+298
-575
package.json
package.json
+11
-11
No files found.
angular.json
View file @
d26a9a0e
...
...
@@ -150,13 +150,13 @@
"options"
:
{
"tsConfig"
:
"projects/coloration/tsconfig.lib.json"
,
"project"
:
"projects/coloration/ng-package.json"
}
,
"configurations"
:
{
}
,
"configurations"
:
{
"production"
:
{
"tsConfig"
:
"projects/coloration/tsconfig.lib.prod.json"
}
}
},
},
"test"
:
{
"builder"
:
"@angular-devkit/build-angular:karma"
,
"options"
:
{
...
...
@@ -180,5 +180,8 @@
}
}
},
"defaultProject"
:
"coloration-demo"
"defaultProject"
:
"coloration-demo"
,
"cli"
:
{
"analytics"
:
false
}
}
\ No newline at end of file
package-lock.json
View file @
d26a9a0e
This diff is collapsed.
Click to expand it.
package.json
View file @
d26a9a0e
...
...
@@ -16,14 +16,14 @@
},
"private"
:
true
,
"dependencies"
:
{
"
@angular/animations
"
:
"
~
7.0.0
"
,
"
@angular/common
"
:
"
~
7.0.0
"
,
"
@angular/compiler
"
:
"
~
7.0.0
"
,
"
@angular/core
"
:
"
~
7.0.0
"
,
"
@angular/forms
"
:
"
~
7.0.0
"
,
"
@angular/platform-browser
"
:
"
~
7.0.0
"
,
"
@angular/platform-browser-dynamic
"
:
"
~
7.0.0
"
,
"
@angular/router
"
:
"
~
7.0.0
"
,
"
@angular/animations
"
:
"
~
9.1.4
"
,
"
@angular/common
"
:
"
~
9.1.4
"
,
"
@angular/compiler
"
:
"
~
9.1.4
"
,
"
@angular/core
"
:
"
~
9.1.4
"
,
"
@angular/forms
"
:
"
~
9.1.4
"
,
"
@angular/platform-browser
"
:
"
~
9.1.4
"
,
"
@angular/platform-browser-dynamic
"
:
"
~
9.1.4
"
,
"
@angular/router
"
:
"
~
9.1.4
"
,
"
core-js
"
:
"
^2.5.4
"
,
"
rxjs
"
:
"
~6.5.5
"
,
"
tslib
"
:
"
^1.10.0
"
,
...
...
@@ -33,8 +33,8 @@
"
@angular-devkit/build-angular
"
:
"
~0.901.4
"
,
"
@angular-devkit/build-ng-packagr
"
:
"
~0.901.4
"
,
"
@angular/cli
"
:
"
~9.1.4
"
,
"
@angular/compiler-cli
"
:
"
~
7.0.0
"
,
"
@angular/language-service
"
:
"
~
7.0.0
"
,
"
@angular/compiler-cli
"
:
"
~
9.1.4
"
,
"
@angular/language-service
"
:
"
~
9.1.4
"
,
"
@types/node
"
:
"
^12.11.1
"
,
"
@types/jasmine
"
:
"
~2.8.8
"
,
"
@types/jasminewd2
"
:
"
~2.0.3
"
,
...
...
@@ -50,6 +50,6 @@
"
protractor
"
:
"
~5.4.0
"
,
"
ts-node
"
:
"
~7.0.0
"
,
"
tslint
"
:
"
~5.11.0
"
,
"
typescript
"
:
"
~3.
1.1
"
"
typescript
"
:
"
~3.
8.3
"
}
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment