mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-24 13:55:04 +02:00
Update to Angular 15
This commit is contained in:
+21
-21
@@ -18,8 +18,8 @@
|
||||
"ts-watch": "npm run ts -- --watch",
|
||||
"ts-cov": "npm run ts -- --target es5",
|
||||
"ts-cov-watch": "npm run ts -- --target es5 --watch",
|
||||
"webpack-prod": "node --max_old_space_size=8192 node_modules/webpack-cli/bin/cli --config webpack.prod.js --progress --color",
|
||||
"webpack-prod-parallel": "node --max_old_space_size=8192 node_modules/parallel-webpack/bin/run --config webpack.prod.js --progress --color",
|
||||
"webpack-prod": "node --max_old_space_size=8192 node_modules/webpack-cli/bin/cli --config webpack.prod.mjs --progress --color",
|
||||
"webpack-prod-parallel": "node --max_old_space_size=8192 node_modules/parallel-webpack/bin/run --config webpack.prod.mjs --progress --color",
|
||||
"webpack-main": "npm run webpack-prod -- --env.main",
|
||||
"webpack-analyze": "npm run webpack-prod -- --env.analyze",
|
||||
"webpack-debug": "npm run webpack-prod -- --env.debug",
|
||||
@@ -50,24 +50,24 @@
|
||||
"webpack-cli": "^7.0.2"
|
||||
},
|
||||
"dependencies": {
|
||||
"@angular-devkit/build-angular": "^14.2.13",
|
||||
"@angular/animations": "^14.3.0",
|
||||
"@angular/cdk": "^14.2.7",
|
||||
"@angular/common": "^14.3.0",
|
||||
"@angular/compiler": "^14.3.0",
|
||||
"@angular/compiler-cli": "^14.3.0",
|
||||
"@angular/core": "^14.3.0",
|
||||
"@angular/forms": "^14.3.0",
|
||||
"@angular/platform-browser": "^14.3.0",
|
||||
"@angular/platform-browser-dynamic": "^14.3.0",
|
||||
"@angular/platform-server": "^14.3.0",
|
||||
"@angular/router": "^14.3.0",
|
||||
"@angular-devkit/build-angular": "^15.2.11",
|
||||
"@angular/animations": "^15.2.10",
|
||||
"@angular/cdk": "^15.2.9",
|
||||
"@angular/common": "^15.2.10",
|
||||
"@angular/compiler": "^15.2.10",
|
||||
"@angular/compiler-cli": "^15.2.10",
|
||||
"@angular/core": "^15.2.10",
|
||||
"@angular/forms": "^15.2.10",
|
||||
"@angular/platform-browser": "^15.2.10",
|
||||
"@angular/platform-browser-dynamic": "^15.2.10",
|
||||
"@angular/platform-server": "^15.2.10",
|
||||
"@angular/router": "^15.2.10",
|
||||
"@encharm/cws": "^4.5.3",
|
||||
"@fortawesome/angular-fontawesome": "^0.11.1",
|
||||
"@fortawesome/fontawesome-svg-core": "^6.7.2",
|
||||
"@fortawesome/free-brands-svg-icons": "^6.7.2",
|
||||
"@fortawesome/free-solid-svg-icons": "^6.7.2",
|
||||
"@ngtools/webpack": "^14.2.13",
|
||||
"@ngtools/webpack": "^15.2.11",
|
||||
"@passport-next/passport-facebook": "^3.1.2",
|
||||
"@passport-next/passport-google-oauth2": "^1.0.0",
|
||||
"@types/base64-js": "^1.2.5",
|
||||
@@ -167,7 +167,7 @@
|
||||
"moment": "^2.24.0",
|
||||
"mongoose": "^5.6.11",
|
||||
"morgan": "^1.9.1",
|
||||
"ngx-bootstrap": "^9.0.0",
|
||||
"ngx-bootstrap": "^11.0.2",
|
||||
"node-ipc": "^9.1.1",
|
||||
"parallel-webpack": "^2.4.0",
|
||||
"passport": "^0.4.0",
|
||||
@@ -181,9 +181,9 @@
|
||||
"passport-vkontakte": "^0.3.2",
|
||||
"postcss": "^8.5.8",
|
||||
"postcss-loader": "^8.2.1",
|
||||
"pug": "^2.0.4",
|
||||
"pug-html-loader": "^1.1.5",
|
||||
"pug-plugin-ng": "0.0.2",
|
||||
"pug": "^3.0.4",
|
||||
"pug-html-loader": "^1.1.7",
|
||||
"pug-plugin-ng": "^0.0.3",
|
||||
"raw-loader": "^4.0.2",
|
||||
"reflect-metadata": "^0.1.13",
|
||||
"remap-istanbul": "^0.13.0",
|
||||
@@ -206,7 +206,7 @@
|
||||
"tslib": "^2.8.1",
|
||||
"tslint": "^5.19.0",
|
||||
"tsutils": "^3.17.1",
|
||||
"typescript": "^4.7.4",
|
||||
"typescript": "~4.9",
|
||||
"ua-parser-js": "^0.7.20",
|
||||
"webgl-debug": "^2.0.1",
|
||||
"webpack-bundle-analyzer": "^5.2.0",
|
||||
@@ -215,6 +215,6 @@
|
||||
"workbox-cli": "^4.3.1",
|
||||
"wrapper-webpack-plugin": "^2.2.2",
|
||||
"yargs": "^14.0.0",
|
||||
"zone.js": "^0.11.8"
|
||||
"zone.js": "^0.12.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user