update deps

This commit is contained in:
rubikscraft 2022-09-11 16:08:46 +02:00
parent 539f4bb042
commit c866522888
No known key found for this signature in database
GPG Key ID: 1463EBE9200A5CD4
8 changed files with 75 additions and 786 deletions

View File

@ -3,3 +3,6 @@ endOfLine: lf
singleQuote: true
tabWidth: 2
trailingComma: all
plugins:
- prettier-plugin-sh

File diff suppressed because one or more lines are too long

View File

@ -2,6 +2,8 @@ nodeLinker: node-modules
plugins:
- path: .yarn/plugins/@yarnpkg/plugin-version.cjs
spec: '@yarnpkg/plugin-version'
spec: "@yarnpkg/plugin-version"
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs
spec: "@yarnpkg/plugin-workspace-tools"
yarnPath: .yarn/releases/yarn-berry.cjs

View File

@ -1,4 +0,0 @@
{
"singleQuote": true,
"trailingComma": "all"
}

View File

@ -36,7 +36,6 @@
"bcrypt": "^5.0.1",
"bmp-img": "^1.2.1",
"cors": "^2.8.5",
"fastify-static": "^4.7.0",
"file-type": "^18.0.0",
"ms": "^2.1.3",
"p-timeout": "^6.0.0",
@ -82,7 +81,6 @@
"ts-loader": "^9.3.1",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.0",
"typescript": "4.8.3",
"webpack": "^5.74.0"
"typescript": "4.8.3"
}
}

View File

@ -13,20 +13,30 @@
"watch": "ng build --watch --configuration development",
"purge": "rm -rf dist && rm -rf node_modules && rm -rf .angular"
},
"dependencies": {
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1",
"@angular-devkit/build-angular": "14.2.2",
"@angular/animations": "^14.2.1",
"@angular/cdk": "^14.2.1",
"@angular/cli": "^14.2.2",
"@angular/common": "^14.2.1",
"@angular/compiler": "^14.2.1",
"@angular/compiler-cli": "^14.2.1",
"@angular/core": "^14.2.1",
"@angular/forms": "^14.2.1",
"@angular/material": "^14.2.1",
"@angular/platform-browser": "^14.2.1",
"@angular/platform-browser-dynamic": "^14.2.1",
"@angular/router": "^14.2.1",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
"@ng-web-apis/common": "^2.0.1",
"@ng-web-apis/resize-observer": "^2.0.0",
"@ngui/common": "^1.0.0",
"@types/node": "^18.7.16",
"@types/resize-observer-browser": "^0.1.7",
"@types/validator": "^13.7.6",
"bootstrap": "^5.2.1",
"fuse.js": "^6.6.2",
"jwt-decode": "^3.1.2",
@ -39,20 +49,8 @@
"reflect-metadata": "^0.1.13",
"rxjs": "~7.5.6",
"tslib": "^2.4.0",
"typescript": "4.8.3",
"zod": "^3.19.0",
"zone.js": "~0.11.8"
},
"devDependencies": {
"@angular-builders/custom-webpack": "^14.0.1",
"@angular-devkit/build-angular": "14.2.2",
"@angular/cli": "^14.2.2",
"@angular/compiler-cli": "^14.2.1",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
"@types/node": "^18.7.16",
"@types/resize-observer-browser": "^0.1.7",
"@types/validator": "^13.7.6",
"typescript": "4.8.3"
}
}

View File

@ -8,11 +8,11 @@
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"tsc-watch": "^5.0.3",
"zod": "^3.19.0"
},
"devDependencies": {
"@types/node": "^18.7.16",
"tsc-watch": "^5.0.3",
"typescript": "4.8.3"
},
"scripts": {

790
yarn.lock

File diff suppressed because it is too large Load Diff