Update dependencies
This commit is contained in:
parent
f4bf8564db
commit
ca8d91e341
925
package-lock.json
generated
925
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
24
package.json
24
package.json
@ -40,15 +40,15 @@
|
|||||||
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../"
|
"postinstall": "cd src/api/ && composer update && composer install --optimize-autoloader && cd ../../"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@angular/animations": "^6.0.7",
|
"@angular/animations": "^6.0.9",
|
||||||
"@angular/common": "^6.0.7",
|
"@angular/common": "^6.0.9",
|
||||||
"@angular/compiler": "^6.0.7",
|
"@angular/compiler": "^6.0.9",
|
||||||
"@angular/core": "^6.0.7",
|
"@angular/core": "^6.0.9",
|
||||||
"@angular/forms": "^6.0.7",
|
"@angular/forms": "^6.0.9",
|
||||||
"@angular/http": "^6.0.7",
|
"@angular/http": "^6.0.9",
|
||||||
"@angular/platform-browser": "^6.0.7",
|
"@angular/platform-browser": "^6.0.9",
|
||||||
"@angular/platform-browser-dynamic": "^6.0.7",
|
"@angular/platform-browser-dynamic": "^6.0.9",
|
||||||
"@angular/router": "^6.0.7",
|
"@angular/router": "^6.0.9",
|
||||||
"chartist": "^0.11.0",
|
"chartist": "^0.11.0",
|
||||||
"chartist-plugin-tooltips": "^0.0.17",
|
"chartist-plugin-tooltips": "^0.0.17",
|
||||||
"classlist.js": "^1.1.20150312",
|
"classlist.js": "^1.1.20150312",
|
||||||
@ -65,8 +65,8 @@
|
|||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "~0.6.8",
|
"@angular-devkit/build-angular": "~0.6.8",
|
||||||
"@angular/cli": "^6.0.8",
|
"@angular/cli": "^6.0.8",
|
||||||
"@angular/compiler-cli": "^6.0.7",
|
"@angular/compiler-cli": "^6.0.9",
|
||||||
"@angular/language-service": "^6.0.7",
|
"@angular/language-service": "^6.0.9",
|
||||||
"@types/jasmine": "~2.8.8",
|
"@types/jasmine": "~2.8.8",
|
||||||
"@types/jasminewd2": "~2.0.3",
|
"@types/jasminewd2": "~2.0.3",
|
||||||
"@types/node": "~10.5.2",
|
"@types/node": "~10.5.2",
|
||||||
@ -82,7 +82,7 @@
|
|||||||
"karma-jasmine": "~1.1.2",
|
"karma-jasmine": "~1.1.2",
|
||||||
"karma-jasmine-html-reporter": "^1.2.0",
|
"karma-jasmine-html-reporter": "^1.2.0",
|
||||||
"karma-phantomjs-launcher": "^1.0.4",
|
"karma-phantomjs-launcher": "^1.0.4",
|
||||||
"nodemon": "^1.17.5",
|
"nodemon": "^1.18.1",
|
||||||
"npm-run-all": "^4.1.3",
|
"npm-run-all": "^4.1.3",
|
||||||
"protractor": "~5.3.2",
|
"protractor": "~5.3.2",
|
||||||
"ts-node": "~7.0.0",
|
"ts-node": "~7.0.0",
|
||||||
|
10
src/api/composer.lock
generated
10
src/api/composer.lock
generated
@ -1028,16 +1028,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit",
|
"name": "phpunit/phpunit",
|
||||||
"version": "6.5.8",
|
"version": "6.5.9",
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
"url": "https://github.com/sebastianbergmann/phpunit.git",
|
||||||
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b"
|
"reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
|
"url": "https://api.github.com/repos/sebastianbergmann/phpunit/zipball/093ca5508174cd8ab8efe44fd1dde447adfdec8f",
|
||||||
"reference": "4f21a3c6b97c42952fd5c2837bb354ec0199b97b",
|
"reference": "093ca5508174cd8ab8efe44fd1dde447adfdec8f",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"require": {
|
"require": {
|
||||||
@ -1108,7 +1108,7 @@
|
|||||||
"testing",
|
"testing",
|
||||||
"xunit"
|
"xunit"
|
||||||
],
|
],
|
||||||
"time": "2018-04-10T11:38:34+00:00"
|
"time": "2018-07-03T06:40:40+00:00"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "phpunit/phpunit-mock-objects",
|
"name": "phpunit/phpunit-mock-objects",
|
||||||
|
Reference in New Issue
Block a user