|
19 | 19 | "sls": "./node_modules/serverless/bin/serverless.js", |
20 | 20 | "eslint": "./node_modules/.bin/eslint \"./src/**/*.ts\"", |
21 | 21 | "eslint-fix": "./node_modules/.bin/eslint \"./src/**/*.ts\" --fix", |
22 | | - "build": "yarn prebuild:dev && ./node_modules/@angular/cli/bin/ng build --prod --configuration=dev", |
23 | | - "build:dev": "yarn prebuild:dev && ./node_modules/@angular/cli/bin/ng build --prod --configuration=dev", |
| 22 | + "build": "yarn prebuild:dev && ng build --configuration production --configuration=dev", |
| 23 | + "build:dev": "yarn prebuild:dev && ng build --configuration production --configuration=dev", |
24 | 24 | "prebuild:dev": "STAGE_ENV=dev node ./src/app/config/scripts/prefetch-ssm.js", |
25 | 25 | "deploy:cloudfront:dev": "SLS_DEBUG=* yarn sls deploy --stage='dev' --cloudfront=true --verbose", |
26 | 26 | "deploy:frontend:dev": "SLS_DEBUG=* yarn sls client deploy --stage='dev' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose", |
27 | 27 | "deploy:invalidate:dev": "SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='dev' --region='us-east-1' --cloudfront='true'", |
28 | 28 | "deploy:dev": "echo 'Deploying to DEV...' && SLS_DEBUG=* yarn sls client deploy --stage='dev' --region='us-east-1' --no-confirm --no-policy-change --no-config-change --verbose && SLS_DEBUG=* yarn sls deploy --stage='dev' --region='us-east-1' --verbose && SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='dev' --region='us-east-1'", |
29 | 29 | "remove:dev": "SLS_DEBUG=* yarn sls remove --stage='dev' --region='us-east-1' --verbose", |
30 | | - "prebuild:staging": "STAGE_ENV=staging node ./src/app/config/scripts/prefetch-ssm.js", |
31 | | - "build:staging": "yarn prebuild:staging && ./node_modules/@angular/cli/bin/ng build --prod --configuration=staging", |
32 | | - "deploy:cloudfront:staging": "SLS_DEBUG=* PRODUCT_DOMAIN=staging.lfcla.com yarn sls deploy --stage='staging' --cloudfront=true --verbose", |
33 | | - "deploy:frontend:staging": "SLS_DEBUG=* PRODUCT_DOMAIN=staging.lfcla.com yarn sls client deploy --stage='staging' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose", |
34 | | - "deploy:invalidate:staging": "SLS_DEBUG=* PRODUCT_DOMAIN=staging.lfcla.com yarn sls cloudfrontInvalidate --stage='staging' --region='us-east-1' --cloudfront='true'", |
35 | | - "deploy:staging": "echo 'Deploying to STAGING...' && SLS_DEBUG=* yarn sls client deploy --stage='staging' --region='us-east-1' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose && SLS_DEBUG=* yarn sls deploy --stage='staging' --region='us-east-1' --cloudfront=true --verbose && SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='staging' --region='us-east-1' --cloudfront='true'", |
36 | | - "remove:staging": "SLS_DEBUG=* yarn sls remove --stage='staging' --region='us-east-1' --verbose", |
37 | 30 | "prebuild:prod": "STAGE_ENV=prod node ./src/app/config/scripts/prefetch-ssm.js", |
38 | | - "build:prod": "yarn prebuild:prod && ./node_modules/@angular/cli/bin/ng build --prod --configuration=production", |
| 31 | + "build:prod": "yarn prebuild:prod && ng build --configuration production --configuration=production", |
39 | 32 | "deploy:frontend:prod": "SLS_DEBUG=* yarn sls client deploy --stage='prod' --region='us-east-1' --cloudfront=true --no-confirm --no-policy-change --no-config-change --verbose", |
40 | 33 | "deploy:cloudfront:prod": "SLS_DEBUG=* yarn sls deploy --stage='prod' --region='us-east-1' --cloudfront=true --verbose", |
41 | 34 | "deploy:invalidate:prod": "SLS_DEBUG=* yarn sls cloudfrontInvalidate --stage='prod' --region='us-east-1' --cloudfront='true'", |
|
44 | 37 | }, |
45 | 38 | "private": true, |
46 | 39 | "dependencies": { |
47 | | - "@angular/animations": "~9.1.3", |
48 | | - "@angular/common": "~9.1.3", |
49 | | - "@angular/compiler": "~9.1.3", |
50 | | - "@angular/core": "~9.1.3", |
51 | | - "@angular/forms": "~9.1.3", |
52 | | - "@angular/localize": "9.1.13", |
53 | | - "@angular/platform-browser": "~9.1.3", |
54 | | - "@angular/platform-browser-dynamic": "~9.1.3", |
55 | | - "@angular/router": "~9.1.3", |
| 40 | + "@angular/animations": "^15.1.2", |
| 41 | + "@angular/common": "^15.1.2", |
| 42 | + "@angular/compiler": "^15.1.2", |
| 43 | + "@angular/core": "^15.1.2", |
| 44 | + "@angular/forms": "^15.1.2", |
| 45 | + "@angular/localize": "15.1.2", |
| 46 | + "@angular/platform-browser": "^15.1.2", |
| 47 | + "@angular/platform-browser-dynamic": "^15.1.2", |
| 48 | + "@angular/router": "^15.1.2", |
56 | 49 | "@auth0/auth0-spa-js": "^1.12.1", |
57 | | - "@ng-bootstrap/ng-bootstrap": "^6.1.0", |
| 50 | + "@ng-bootstrap/ng-bootstrap": "^14.0.1", |
58 | 51 | "@types/auth0-js": "^8.11.7", |
59 | 52 | "@types/node": "^12.11.1", |
60 | 53 | "auth0-js": "^9.20.1", |
61 | 54 | "aws-sdk": "^2.1304.0", |
62 | | - "bootstrap": "^4.4.0", |
| 55 | + "bootstrap": "^5.2.3", |
63 | 56 | "query-string": "^6.13.6", |
64 | 57 | "rxjs": "~6.6.7", |
65 | 58 | "serverless": "^3.27.0", |
66 | 59 | "serverless-aws-alias": "^1.8.0", |
67 | 60 | "serverless-finch": "^4.0.0", |
68 | 61 | "serverless-lambda-version": "^0.1.2", |
69 | 62 | "serverless-plugin-tracing": "^2.0.0", |
70 | | - "tslib": "^1.10.0", |
| 63 | + "tslib": "^2.0.0", |
71 | 64 | "url-parse": "^1.5.6", |
72 | | - "zone.js": "~0.10.2" |
| 65 | + "zone.js": "~0.11.4" |
73 | 66 | }, |
74 | 67 | "devDependencies": { |
75 | | - "@angular-devkit/build-angular": "~0.901.3", |
76 | | - "@angular/cli": "~9.1.3", |
77 | | - "@angular/compiler-cli": "~9.1.3", |
78 | | - "@angular/language-service": "~9.1.3", |
79 | | - "@types/jasmine": "~3.5.0", |
| 68 | + "@angular-devkit/build-angular": "^15.1.3", |
| 69 | + "@angular/cli": "^15.1.3", |
| 70 | + "@angular/compiler-cli": "^15.1.2", |
| 71 | + "@angular/language-service": "^15.1.2", |
| 72 | + "@types/jasmine": "~3.6.0", |
80 | 73 | "@types/jasminewd2": "~2.0.3", |
81 | 74 | "@types/node": "^12.11.1", |
82 | 75 | "codelyzer": "^6.0.2", |
83 | | - "jasmine-core": "~3.5.0", |
84 | | - "jasmine-spec-reporter": "~4.2.1", |
85 | | - "karma": "^6.3.14", |
| 76 | + "jasmine-core": "~4.5.0", |
| 77 | + "jasmine-spec-reporter": "~5.0.0", |
| 78 | + "karma": "~6.4.1", |
86 | 79 | "karma-chrome-launcher": "~3.1.0", |
87 | | - "karma-coverage-istanbul-reporter": "~2.1.0", |
88 | | - "karma-jasmine": "~3.0.1", |
89 | | - "karma-jasmine-html-reporter": "^1.4.2", |
90 | | - "protractor": "~5.4.3", |
| 80 | + "karma-coverage-istanbul-reporter": "~3.0.2", |
| 81 | + "karma-jasmine": "~4.0.0", |
| 82 | + "karma-jasmine-html-reporter": "^1.5.0", |
| 83 | + "protractor": "~7.0.0", |
91 | 84 | "ts-node": "~8.3.0", |
92 | 85 | "tslint": "~6.1.0", |
93 | | - "typescript": "~3.8.3" |
| 86 | + "typescript": "~4.9.4" |
94 | 87 | }, |
95 | 88 | "resolutions": { |
96 | | - "ansi-html": "^0.0.9", |
97 | | - "ansi-regex": "^5.0.1", |
98 | | - "async": "^3.2.2", |
99 | | - "aws-sdk": "^2.814.0", |
100 | | - "axios": "^0.21.4", |
101 | | - "browserslist": "^4.16.5", |
102 | | - "cookiejar": "^2.1.4", |
103 | | - "dns-packet": "^5.2.2", |
104 | | - "elliptic": "^6.5.4", |
105 | | - "engine.io": "^6.2.1", |
106 | | - "eventsource": "^1.1.1", |
| 89 | + "@angular/core": "15.1.2", |
| 90 | + "ansi-html": "^0.0.8", |
107 | 91 | "glob-parent": "^5.1.2", |
108 | | - "got": "^11.8.5", |
109 | | - "hosted-git-info": "^3.0.8", |
110 | | - "ini": "^1.3.6", |
111 | | - "is-svg": "^4.3.0", |
112 | | - "json5": "^2.2.2", |
113 | 92 | "json-schema": "^0.4.0", |
114 | | - "jszip": "^3.7.0", |
115 | | - "karma": "^6.3.14", |
116 | | - "karma-chrome-launcher": "^3.1.1", |
117 | | - "loader-utils": "^2.0.4", |
118 | | - "lodash": "^4.17.21", |
| 93 | + "is-svg": "^4.2.2", |
119 | 94 | "minimatch": "^3.0.5", |
120 | | - "minimist": "^1.2.6", |
121 | | - "moment": "^2.29.4", |
122 | | - "node-fetch": "^2.6.7", |
123 | 95 | "node-forge": "^1.3.0", |
124 | | - "normalize-url": "^6.0.1", |
125 | | - "nth-check": "^2.0.1", |
126 | | - "pac-resolver": "^5.0.0", |
127 | | - "path-parse": "^1.0.7", |
128 | | - "postcss": "^7.0.36", |
129 | | - "set-getter": "^0.1.1", |
130 | | - "set-value": "^4.0.1", |
131 | | - "simple-get": "^2.8.2", |
132 | | - "simple-git": "^3.16.0", |
133 | | - "socket.io": "^2.4.0", |
134 | | - "socket.io-parser": "^3.4.1", |
135 | | - "ssri": "^8.0.1", |
136 | | - "tar": "^6.1.9", |
137 | | - "terser": "^4.8.1", |
138 | | - "ts-node": "^10.9.1", |
139 | | - "ua-parser-js": "^0.7.33", |
140 | | - "url-parse": "^1.5.6", |
141 | | - "vm2": "^3.9.11", |
142 | | - "webpack-subresource-integrity": "^1.5.1", |
143 | | - "ws": "^7.4.6", |
144 | | - "xmlhttprequest-ssl": "^1.6.1", |
145 | | - "y18n": "^5.0.5", |
146 | | - "yargs-parser": "^18.1.2" |
| 96 | + "terser": "^5.14.2" |
147 | 97 | } |
148 | 98 | } |
0 commit comments