Skip to content

Commit

Permalink
build(deps): atualizar as dependências
Browse files Browse the repository at this point in the history
  • Loading branch information
JorgeLNJunior committed Oct 22, 2024
1 parent 8268120 commit caa8fa2
Show file tree
Hide file tree
Showing 4 changed files with 613 additions and 759 deletions.
24 changes: 12 additions & 12 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,25 @@
"test:cov": "jest --runInBand --coverage"
},
"dependencies": {
"@fastify/compress": "^8.0.0",
"@fastify/cors": "^10.0.0",
"@fastify/helmet": "^12.0.0",
"@fastify/rate-limit": "^10.0.1",
"@fastify/swagger": "^9.0.0",
"@fastify/swagger-ui": "^5.0.1",
"@fastify/compress": "^8.0.1",
"@fastify/cors": "^10.0.1",
"@fastify/helmet": "^12.0.1",
"@fastify/rate-limit": "^10.1.1",
"@fastify/swagger": "^9.2.0",
"@fastify/swagger-ui": "^5.1.0",
"@newrelic/mysql": "^6.1.0",
"axios": "^1.7.7",
"bullmq": "^5.13.2",
"bullmq": "^5.21.2",
"cheerio": "^1.0.0",
"cron": "^3.1.7",
"dotenv": "^16.4.5",
"fastify": "^5.0.0",
"jsonwebtoken": "^9.0.2",
"kysely": "^0.27.4",
"mysql2": "^3.11.3",
"newrelic": "^12.5.0",
"newrelic": "^12.5.1",
"node-cache": "^5.1.2",
"pino": "^9.4.0",
"pino": "^9.5.0",
"reflect-metadata": "^0.2.2",
"telegraf": "^4.16.3",
"tsyringe": "^4.8.0"
Expand All @@ -42,16 +42,16 @@
"@packages/types": "workspace:*",
"@types/jest": "^29.5.13",
"@types/jsonwebtoken": "^9.0.7",
"@types/newrelic": "^9.14.4",
"@types/newrelic": "^9.14.5",
"@types/node": "^18.16.8",
"jest": "^29.7.0",
"pino-pretty": "^11.2.2",
"pino-pretty": "^11.3.0",
"rimraf": "^6.0.1",
"ts-jest": "^29.2.5",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.10",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.6.2"
"typescript": "^5.6.3"
}
}
16 changes: 8 additions & 8 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
},
"dependencies": {
"axios": "^1.7.7",
"chart.js": "^4.4.4",
"vue": "^3.5.7",
"chart.js": "^4.4.5",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.1",
"vue-router": "^4.4.5"
},
Expand All @@ -28,18 +28,18 @@
"@types/jsdom": "^21.1.7",
"@types/node": "^20.9.3",
"@vitejs/plugin-vue": "^5.1.4",
"@vitest/coverage-v8": "^2.1.1",
"@vitest/coverage-v8": "^2.1.3",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.5.1",
"@vue/typescript-plugin": "^2.1.6",
"autoprefixer": "^10.4.20",
"jsdom": "^25.0.0",
"jsdom": "^25.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "~5.6.2",
"vite": "^5.4.7",
"vitest": "^2.1.1",
"tailwindcss": "^3.4.14",
"typescript": "~5.6.3",
"vite": "^5.4.9",
"vitest": "^2.1.3",
"vue-tsc": "^2.1.6"
}
}
12 changes: 8 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"author": "JorgeLNJunior",
"license": "MIT",
"private": true,
"packageManager": "pnpm@9.11.0",
"packageManager": "pnpm@9.12.2",
"scripts": {
"docker:up": "docker compose up -d",
"docker:down": "docker compose down",
Expand Down Expand Up @@ -32,7 +32,7 @@
"devDependencies": {
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@turbo/gen": "^2.1.2",
"@turbo/gen": "^2.2.3",
"@vue/eslint-config-standard-with-typescript": "^8.0.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^37.0.0",
Expand All @@ -43,7 +43,7 @@
"eslint-plugin-vue": "^9.26.0",
"husky": "^9.1.6",
"lint-staged": "^15.2.10",
"turbo": "^2.1.2"
"turbo": "^2.2.3"
},
"repository": {
"type": "git",
Expand All @@ -63,7 +63,11 @@
"@babel/traverse@<7.23.2": ">=7.23.2",
"msgpackr@<1.10.1": ">=1.10.1",
"ip@<1.1.9": ">=1.1.9",
"ip@=2.0.0": ">=2.0.1"
"ip@=2.0.0": ">=2.0.1",
"@grpc/grpc-js@>=1.9.0 <1.9.15": ">=1.9.15",
"braces@<3.0.3": ">=3.0.3",
"micromatch@<4.0.8": ">=4.0.8",
"cookie@<0.7.0": ">=0.7.0"
}
},
"lint-staged": {
Expand Down
Loading

0 comments on commit caa8fa2

Please sign in to comment.