Update packages

This commit is contained in:
Caramel 2023-03-15 14:07:08 +01:00
parent 949b5c95c7
commit dadc954564
No known key found for this signature in database
6 changed files with 2437 additions and 1527 deletions

4
.yarn/versions/9e39fdb4.yml vendored Normal file
View File

@ -0,0 +1,4 @@
undecided:
- root-workspace-0b6124
- picsur-backend
- picsur-frontend

View File

@ -1,6 +1,6 @@
{
"name": "picsur-backend",
"version": "0.5.0",
"version": "0.5.1",
"description": "Backend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
@ -23,68 +23,68 @@
},
"dependencies": {
"@fastify/helmet": "^10.1.0",
"@fastify/multipart": "^7.3.0",
"@fastify/reply-from": "^8.3.1",
"@fastify/static": "^6.6.0",
"@nestjs/common": "^9.2.1",
"@nestjs/config": "^2.2.0",
"@nestjs/core": "^9.2.1",
"@nestjs/jwt": "^9.0.0",
"@nestjs/passport": "^9.0.0",
"@nestjs/platform-fastify": "^9.2.1",
"@nestjs/schedule": "^2.1.0",
"@nestjs/serve-static": "^3.0.0",
"@nestjs/throttler": "^3.1.0",
"@fastify/multipart": "^7.5.0",
"@fastify/reply-from": "^9.0.1",
"@fastify/static": "^6.9.0",
"@nestjs/common": "^9.3.9",
"@nestjs/config": "^2.3.1",
"@nestjs/core": "^9.3.9",
"@nestjs/jwt": "^10.0.2",
"@nestjs/passport": "^9.0.3",
"@nestjs/platform-fastify": "^9.3.9",
"@nestjs/schedule": "^2.2.0",
"@nestjs/serve-static": "^3.0.1",
"@nestjs/throttler": "^4.0.0",
"@nestjs/typeorm": "^9.0.1",
"bcrypt": "^5.1.0",
"bmp-img": "^1.2.1",
"cors": "^2.8.5",
"file-type": "^18.0.0",
"file-type": "^18.2.1",
"is-docker": "^3.0.0",
"ms": "^2.1.3",
"node-fetch": "^3.2.10",
"p-timeout": "^6.0.0",
"node-fetch": "^3.3.1",
"p-timeout": "^6.1.1",
"passport": "^0.6.0",
"passport-headerapikey": "^1.2.2",
"passport-jwt": "^4.0.1",
"passport-local": "^1.0.0",
"passport-strategy": "^1.0.0",
"pg": "^8.8.0",
"pg": "^8.10.0",
"picsur-shared": "*",
"posix.js": "^0.1.1",
"qoi-img": "^2.1.1",
"reflect-metadata": "^0.1.13",
"rimraf": "^3.0.2",
"rimraf": "^4.4.0",
"rxjs": "^7.8.0",
"sharp": "^0.31.3",
"stream-parser": "^0.3.1",
"thunks": "^4.9.6",
"typeorm": "0.3.11",
"zod": "^3.20.2"
"typeorm": "0.3.12",
"zod": "^3.21.4"
},
"devDependencies": {
"@nestjs/cli": "^9.1.5",
"@nestjs/schematics": "^9.0.3",
"@nestjs/testing": "^9.2.1",
"@nestjs/cli": "^9.2.0",
"@nestjs/schematics": "^9.0.4",
"@nestjs/testing": "^9.3.9",
"@types/bcrypt": "^5.0.0",
"@types/cors": "^2.8.13",
"@types/multer": "^1.4.7",
"@types/node": "^18.11.17",
"@types/node": "^18.15.3",
"@types/passport-jwt": "^3.0.8",
"@types/passport-local": "^1.0.34",
"@types/passport-local": "^1.0.35",
"@types/passport-strategy": "^0.2.35",
"@types/sharp": "^0.31.0",
"@types/sharp": "^0.31.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.47.0",
"@typescript-eslint/parser": "^5.47.0",
"eslint": "^8.30.0",
"eslint-config-prettier": "^8.5.0",
"@typescript-eslint/eslint-plugin": "^5.55.0",
"@typescript-eslint/parser": "^5.55.0",
"eslint": "^8.36.0",
"eslint-config-prettier": "^8.7.0",
"eslint-plugin-prettier": "^4.2.1",
"prettier": "^2.8.1",
"prettier": "^2.8.4",
"source-map-support": "^0.5.21",
"ts-loader": "^9.4.2",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.4"
"tsconfig-paths": "^4.1.2",
"typescript": "^4.9.5"
}
}

View File

@ -1,6 +1,6 @@
{
"name": "picsur-frontend",
"version": "0.5.0",
"version": "0.5.1",
"description": "Frontend for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
@ -15,19 +15,19 @@
},
"devDependencies": {
"@angular-builders/custom-webpack": "^15.0.0",
"@angular-devkit/build-angular": "^15.0.4",
"@angular/animations": "^15.0.4",
"@angular/cdk": "^15.0.3",
"@angular/cli": "^15.0.4",
"@angular/common": "^15.0.4",
"@angular/compiler": "^15.0.4",
"@angular/compiler-cli": "^15.0.4",
"@angular/core": "^15.0.4",
"@angular/forms": "^15.0.4",
"@angular/material": "^15.0.3",
"@angular/platform-browser": "^15.0.4",
"@angular/platform-browser-dynamic": "^15.0.4",
"@angular/router": "^15.0.4",
"@angular-devkit/build-angular": "^15.2.3",
"@angular/animations": "^15.2.2",
"@angular/cdk": "^15.2.2",
"@angular/cli": "^15.2.3",
"@angular/common": "^15.2.2",
"@angular/compiler": "^15.2.2",
"@angular/compiler-cli": "^15.2.2",
"@angular/core": "^15.2.2",
"@angular/forms": "^15.2.2",
"@angular/material": "^15.2.2",
"@angular/platform-browser": "^15.2.2",
"@angular/platform-browser-dynamic": "^15.2.2",
"@angular/router": "^15.2.2",
"@fontsource/material-icons": "^4.5.4",
"@fontsource/material-icons-outlined": "^4.5.4",
"@fontsource/roboto": "^4.5.8",
@ -35,13 +35,13 @@
"@ng-web-apis/resize-observer": "^2.0.0",
"@ngui/common": "^1.0.0",
"@types/ackee-tracker": "^5.0.2",
"@types/node": "^18.11.17",
"@types/node": "^18.15.3",
"@types/resize-observer-browser": "^0.1.7",
"@types/validator": "^13.7.10",
"@types/validator": "^13.7.14",
"ackee-tracker": "^5.1.0",
"axios": "^1.2.1",
"axios": "^1.3.4",
"bootstrap": "^5.2.3",
"caniuse-lite": "^1.0.30001441",
"caniuse-lite": "^1.0.30001466",
"fuse.js": "^6.6.2",
"jwt-decode": "^3.1.2",
"moment": "^2.29.4",
@ -52,10 +52,10 @@
"picsur-shared": "*",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.0",
"tslib": "^2.4.1",
"typescript": "^4.9.4",
"webpack-bundle-analyzer": "^4.7.0",
"zod": "^3.20.2",
"zone.js": "^0.12.0"
"tslib": "^2.5.0",
"typescript": "^4.9.5",
"webpack-bundle-analyzer": "^4.8.0",
"zod": "^3.21.4",
"zone.js": "^0.13.0"
}
}

View File

@ -1,6 +1,6 @@
{
"private": true,
"version": "0.5.0",
"version": "0.5.1",
"workspaces": [
"shared",
"backend",
@ -29,7 +29,7 @@
"minimist": "npm:minimist-lite@*"
},
"devDependencies": {
"prettier": "^2.8.1",
"prettier": "^2.8.4",
"prettier-plugin-sh": "^0.12.8"
},
"packageManager": "yarn@3.2.2"

View File

@ -1,6 +1,6 @@
{
"name": "picsur-shared",
"version": "0.5.0",
"version": "0.5.1",
"description": "Shared libraries for Picsur",
"license": "GPL-3.0",
"repository": "https://github.com/rubikscraft/Picsur",
@ -8,12 +8,12 @@
"type": "module",
"main": "./dist/index.js",
"dependencies": {
"zod": "^3.20.2"
"zod": "^3.21.4"
},
"devDependencies": {
"@types/node": "^18.11.17",
"@types/node": "^18.15.3",
"tsc-watch": "^6.0.0",
"typescript": "^4.9.4"
"typescript": "^4.9.5"
},
"scripts": {
"clean": "rm -rf ./dist",

3836
yarn.lock

File diff suppressed because it is too large Load Diff