|
40 | 40 | "config": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn ts-node ./scripts/configure.ts",
|
41 | 41 | "config:dev": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config -- --environment=dev",
|
42 | 42 | "config:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 yarn run config -- --environment=prod",
|
43 |
| - "start": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && yarn build && ng serve", |
| 43 | + "start": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && ng serve", |
44 | 44 | "build": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && ng build",
|
45 | 45 | "build:prod": "cross-env NODE_ENV=production NODE_OPTIONS=--max_old_space_size=4096 yarn run config:prod && yarn run build -- --prod --aot",
|
46 | 46 | "test": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && ng test",
|
|
54 | 54 | "docs": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && compodoc -p src/tsconfig.app.json -d docs",
|
55 | 55 | "docs:serve": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && compodoc -p src/tsconfig.app.json -d docs -s",
|
56 | 56 | "release:changelog": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && yarn run conventional-changelog -- -p angular -i CHANGELOG.md -s",
|
57 |
| - "storybook": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && start-storybook -p 9001 -c .storybook" |
| 57 | + "storybook": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && start-storybook -p 9001 -c .storybook", |
| 58 | + "build-storybook": "cross-env NODE_ENV=development NODE_OPTIONS=--max_old_space_size=4096 yarn run config:dev && build-storybook -c .storybook" |
58 | 59 | },
|
59 | 60 | "dependencies": {
|
60 | 61 | "@agm/core": "^1.0.0-beta.5",
|
61 |
| - "@angular/animations": "^7.2.11", |
62 |
| - "@angular/cdk": "^7.3.6", |
63 |
| - "@angular/common": "^7.2.11", |
64 |
| - "@angular/compiler": "^7.2.11", |
65 |
| - "@angular/core": "^7.2.11", |
66 |
| - "@angular/forms": "^7.2.11", |
67 |
| - "@angular/http": "^7.2.11", |
68 |
| - "@angular/platform-browser": "^7.2.11", |
69 |
| - "@angular/platform-browser-dynamic": "^7.2.11", |
70 |
| - "@angular/router": "^7.2.11", |
71 |
| - "@asymmetrik/ngx-leaflet": "^5.0.1", |
72 |
| - "@fortawesome/fontawesome-free": "^5.7.2", |
73 |
| - "@nebular/auth": "^3.2.1", |
74 |
| - "@nebular/bootstrap": "^3.2.1", |
75 |
| - "@nebular/security": "^3.2.1", |
76 |
| - "@nebular/theme": "^3.2.1", |
77 |
| - "@ng-bootstrap/ng-bootstrap": "^4.0.3", |
78 |
| - "@ng-select/ng-select": "^2.15.3", |
| 62 | + "@angular/animations": "^7.2.14", |
| 63 | + "@angular/cdk": "^7.3.7", |
| 64 | + "@angular/common": "^7.2.14", |
| 65 | + "@angular/compiler": "^7.2.14", |
| 66 | + "@angular/core": "^7.2.14", |
| 67 | + "@angular/forms": "^7.2.14", |
| 68 | + "@angular/http": "^7.2.14", |
| 69 | + "@angular/platform-browser": "^7.2.14", |
| 70 | + "@angular/platform-browser-dynamic": "^7.2.14", |
| 71 | + "@angular/router": "^7.2.14", |
| 72 | + "@asymmetrik/ngx-leaflet": "^5.0.2", |
| 73 | + "@fortawesome/fontawesome-free": "^5.8.1", |
| 74 | + "@nebular/auth": "^3.5.0", |
| 75 | + "@nebular/bootstrap": "^3.5.0", |
| 76 | + "@nebular/security": "^3.5.0", |
| 77 | + "@nebular/theme": "^3.5.0", |
| 78 | + "@ng-bootstrap/ng-bootstrap": "^4.1.1", |
| 79 | + "@ng-select/ng-select": "^2.18.0", |
79 | 80 | "@ngx-translate/core": "^11.0.1",
|
80 | 81 | "@ngx-translate/http-loader": "^4.0.0",
|
81 |
| - "@swimlane/ngx-charts": "^10.0.0", |
| 82 | + "@swimlane/ngx-charts": "^11.1.0", |
82 | 83 | "angular-2-dropdown-multiselect": "^1.9.0",
|
83 |
| - "angular-tree-component": "^8.2.0", |
| 84 | + "angular-tree-component": "^8.3.0", |
84 | 85 | "angular2-chartjs": "^0.5.1",
|
85 | 86 | "angular2-logger": "^0.7.0",
|
86 | 87 | "angular2-toaster": "^7.0.0",
|
87 | 88 | "angular2-wizard": "github:maiyaporn/angular2-wizard#pull/56/head",
|
88 | 89 | "apollo-angular": "^1.5.0",
|
89 |
| - "apollo-angular-link-http": "^1.4.0", |
90 |
| - "apollo-cache-inmemory": "^1.4.3", |
91 |
| - "apollo-client": "^2.4.13", |
92 |
| - "apollo-link": "^1.2.8", |
93 |
| - "apollo-link-context": "^1.0.14", |
94 |
| - "apollo-link-ws": "^1.0.14", |
| 90 | + "apollo-angular-link-http": "^1.6.0", |
| 91 | + "apollo-cache-inmemory": "^1.5.1", |
| 92 | + "apollo-client": "^2.5.1", |
| 93 | + "apollo-link": "^1.2.11", |
| 94 | + "apollo-link-context": "^1.0.17", |
| 95 | + "apollo-link-ws": "^1.0.17", |
95 | 96 | "apollo-upload-client": "^10.0.0",
|
96 | 97 | "bootstrap": "^4.3.1",
|
97 | 98 | "buffer": "^5.2.1",
|
98 |
| - "chart.js": "^2.7.3", |
99 |
| - "ckeditor": "^4.11.2", |
| 99 | + "chart.js": "^2.8.0", |
| 100 | + "ckeditor": "^4.11.4", |
100 | 101 | "classlist.js": "1.1.20150312",
|
101 |
| - "core-js": "^2.6.4", |
| 102 | + "core-js": "^3.0.1", |
102 | 103 | "cryptiles": "^4.1.3",
|
103 |
| - "echarts": "^4.2.1-rc.1", |
| 104 | + "echarts": "^4.2.1", |
104 | 105 | "eva-icons": "^1.1.1",
|
105 | 106 | "faker": "^4.1.0",
|
106 | 107 | "fingerprintjs2": "^2.0.6",
|
107 | 108 | "global": "^4.3.2",
|
108 |
| - "graphql": "^14.1.1", |
| 109 | + "graphql": "^14.2.1", |
109 | 110 | "graphql-tag": "^2.10.1",
|
110 | 111 | "highlight.js": "^9.14.2",
|
111 |
| - "intl": "1.2.5", |
112 |
| - "ionicons": "^4.5.5", |
| 112 | + "intl": "^1.2.5", |
| 113 | + "ionicons": "^4.5.6", |
113 | 114 | "is-url": "^1.2.4",
|
114 |
| - "jquery": "^3.3.1", |
| 115 | + "jquery": "^3.4.0", |
115 | 116 | "jsbarcode": "^3.11.0",
|
116 | 117 | "leaflet": "^1.4.0",
|
117 | 118 | "moment": "^2.24.0",
|
118 | 119 | "nebular-icons": "1.1.0",
|
119 |
| - "ng-simple-slideshow": "^1.2.8", |
| 120 | + "ng-simple-slideshow": "^1.2.9", |
120 | 121 | "ng2-ckeditor": "^1.2.2",
|
121 | 122 | "ng2-completer": "2.0.8",
|
122 | 123 | "ng2-file-upload": "^1.3.0",
|
123 | 124 | "ng2-simple-timer": "^6.0.0",
|
124 |
| - "ng2-smart-table": "1.3.5", |
| 125 | + "ng2-smart-table": "^1.4.0", |
125 | 126 | "ng2-tree": "^2.0.0-rc.11",
|
126 |
| - "ngx-echarts": "^4.1.0", |
| 127 | + "ngx-echarts": "^4.1.1", |
127 | 128 | "ngx-highlightjs": "^2.1.4",
|
128 |
| - "ngx-moment": "^3.3.0", |
| 129 | + "ngx-moment": "^3.4.0", |
| 130 | + "ngx-translate-multi-http-loader": "^3.0.0", |
129 | 131 | "node-sass": "^4.11.0",
|
130 | 132 | "normalize.css": "^8.0.1",
|
131 | 133 | "pace-js": "1.0.2",
|
132 |
| - "popper.js": "^1.14.7", |
| 134 | + "popper.js": "^1.15.0", |
133 | 135 | "qrcode": "^1.3.3",
|
134 | 136 | "reflect-metadata": "^0.1.13",
|
135 | 137 | "roboto-fontface": "^0.10.0",
|
136 |
| - "rxjs": "^6.4.0", |
137 |
| - "rxjs-compat": "^6.4.0", |
138 |
| - "socicon": "3.0.5", |
| 138 | + "rxjs": "^6.5.1", |
| 139 | + "rxjs-compat": "^6.5.1", |
| 140 | + "socicon": "^3.0.5", |
139 | 141 | "socket.io-client": "^2.2.0",
|
140 |
| - "stripe": "^6.25.0", |
141 |
| - "subscriptions-transport-ws": "^0.9.15", |
142 |
| - "tinymce": "^5.0.0", |
| 142 | + "stripe": "^7.0.0", |
| 143 | + "subscriptions-transport-ws": "^0.9.16", |
| 144 | + "tinymce": "^5.0.4", |
143 | 145 | "tslib": "^1.9.3",
|
144 | 146 | "typeface-exo": "^0.0.61",
|
145 | 147 | "uuid": "^3.3.2",
|
146 | 148 | "web-animations-js": "^2.3.1",
|
147 |
| - "zen-observable": "^0.8.13", |
148 |
| - "zone.js": "^0.8.29" |
| 149 | + "zen-observable": "^0.8.14", |
| 150 | + "zone.js": "^0.9.0" |
149 | 151 | },
|
150 | 152 | "devDependencies": {
|
151 |
| - "conventional-changelog-cli": "^2.0.12", |
| 153 | + "@angular-devkit/architect": "^0.13.8", |
152 | 154 | "@angular-devkit/build-angular": "^0.13.8",
|
153 | 155 | "@angular-devkit/build-webpack": "^0.13.8",
|
154 |
| - "@angular-devkit/architect": "^0.13.8", |
155 | 156 | "@angular-devkit/core": "^7.3.8",
|
156 | 157 | "@angular-devkit/schematics": "^7.3.8",
|
157 | 158 | "@angular/cli": "^7.3.8",
|
158 |
| - "@angular/compiler-cli": "^7.2.11", |
159 |
| - "@angular/language-service": "^7.2.11", |
160 |
| - "@babel/core": "^7.4.0", |
| 159 | + "@angular/compiler-cli": "^7.2.14", |
| 160 | + "@angular/language-service": "^7.2.14", |
| 161 | + "@babel/core": "^7.4.3", |
161 | 162 | "@compodoc/compodoc": "^1.1.9",
|
162 |
| - "@storybook/addon-actions": "^5.0.6", |
163 |
| - "@storybook/angular": "^5.0.6", |
| 163 | + "@storybook/addon-actions": "^5.0.10", |
| 164 | + "@storybook/addon-knobs": "^5.0.10", |
| 165 | + "@storybook/addon-links": "^5.0.10", |
| 166 | + "@storybook/addon-notes": "^5.0.10", |
| 167 | + "@storybook/addons": "^5.0.10", |
| 168 | + "@storybook/angular": "^5.0.10", |
164 | 169 | "@types/async": "^2.4.1",
|
165 | 170 | "@types/d3-color": "^1.2.2",
|
166 | 171 | "@types/faker": "^4.1.5",
|
167 |
| - "@types/googlemaps": "^3.30.16", |
| 172 | + "@types/googlemaps": "^3.30.19", |
168 | 173 | "@types/highlight.js": "^9.12.3",
|
169 |
| - "@types/jasmine": "^3.3.9", |
| 174 | + "@types/jasmine": "^3.3.12", |
170 | 175 | "@types/jasminewd2": "^2.0.6",
|
171 |
| - "@types/leaflet": "^1.4.2", |
172 |
| - "@types/mongodb": "^3.1.19", |
173 |
| - "@types/mongoose": "^5.3.16", |
174 |
| - "@types/node": "^11.9.3", |
| 176 | + "@types/leaflet": "^1.4.4", |
| 177 | + "@types/mongodb": "^3.1.25", |
| 178 | + "@types/mongoose": "^5.3.26", |
| 179 | + "@types/node": "^12.0.2", |
175 | 180 | "@types/socket.io-client": "^1.4.32",
|
176 |
| - "@types/stripe": "^6.25.7", |
| 181 | + "@types/stripe": "^6.25.17", |
177 | 182 | "@types/uuid": "^3.4.4",
|
178 | 183 | "@types/yargs": "^13.0.0",
|
179 | 184 | "babel-loader": "^8.0.5",
|
180 |
| - "codelyzer": "^4.5.0", |
| 185 | + "codelyzer": "^5.0.1", |
| 186 | + "conventional-changelog-cli": "^2.0.17", |
181 | 187 | "cross-env": "^5.2.0",
|
182 |
| - "dotenv": "^6.2.0", |
183 |
| - "envalid": "^4.2.2", |
184 |
| - "husky": "^1.3.1", |
185 |
| - "jasmine-core": "^3.3.0", |
| 188 | + "dotenv": "^8.0.0", |
| 189 | + "envalid": "^5.0.0", |
| 190 | + "husky": "^2.3.0", |
| 191 | + "jasmine-core": "^3.4.0", |
186 | 192 | "jasmine-spec-reporter": "^4.2.1",
|
187 |
| - "karma": "^4.0.0", |
| 193 | + "karma": "^4.1.0", |
188 | 194 | "karma-chrome-launcher": "^2.2.0",
|
189 | 195 | "karma-cli": "^2.0.0",
|
190 |
| - "karma-coverage-istanbul-reporter": "^2.0.4", |
| 196 | + "karma-coverage-istanbul-reporter": "^2.0.5", |
191 | 197 | "karma-jasmine": "^2.0.1",
|
192 |
| - "karma-jasmine-html-reporter": "^1.4.0", |
| 198 | + "karma-jasmine-html-reporter": "^1.4.2", |
193 | 199 | "npm-run-all": "^4.1.5",
|
194 | 200 | "protractor": "^5.4.2",
|
195 | 201 | "rimraf": "^2.6.3",
|
196 | 202 | "rxjs-tslint": "0.1.5",
|
197 |
| - "stylelint": "^9.10.1", |
198 |
| - "ts-node": "^8.0.2", |
199 |
| - "tslint": "^5.12.1", |
200 |
| - "tslint-language-service": "^0.9.9", |
201 |
| - "typescript": "~3.1.6", |
202 |
| - "webpack-dev-server": "^3.2.1", |
203 |
| - "yargs": "^13.1.0" |
| 203 | + "stylelint": "^10.0.1", |
| 204 | + "ts-node": "^8.1.0", |
| 205 | + "tslint": "^5.16.0", |
| 206 | + "typescript": "~3.2.4", |
| 207 | + "typescript-tslint-plugin": "^0.3.1", |
| 208 | + "webpack-dev-server": "^3.3.1", |
| 209 | + "yargs": "^13.2.4" |
204 | 210 | },
|
205 | 211 | "engines": {
|
206 | 212 | "node": ">=10.15.0",
|
|
0 commit comments