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 Feb 16, 2024
1 parent 49e09c3 commit 6434582
Show file tree
Hide file tree
Showing 4 changed files with 436 additions and 437 deletions.
20 changes: 10 additions & 10 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,33 +14,33 @@
"test:cov": "jest --runInBand --coverage"
},
"dependencies": {
"@fastify/compress": "^6.5.0",
"@fastify/cors": "^9.0.0",
"@fastify/compress": "^7.0.0",
"@fastify/cors": "^9.0.1",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^2.1.0",
"@fastify/swagger-ui": "^3.0.0",
"@newrelic/mysql": "^6.1.0",
"axios": "^1.6.7",
"bullmq": "^5.1.5",
"bullmq": "^5.1.12",
"cheerio": "^1.0.0-rc.12",
"cron": "^3.1.6",
"dotenv": "^16.4.1",
"fastify": "^4.25.2",
"dotenv": "^16.4.4",
"fastify": "^4.26.1",
"jsonwebtoken": "^9.0.2",
"kysely": "^0.27.2",
"mysql2": "^3.9.0",
"newrelic": "^11.10.1",
"mysql2": "^3.9.1",
"newrelic": "^11.10.4",
"node-cache": "^5.1.2",
"pino": "^8.17.2",
"pino": "^8.18.0",
"reflect-metadata": "^0.2.1",
"telegraf": "^4.15.3",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@packages/testing": "workspace:*",
"@packages/types": "workspace:*",
"@types/jest": "^29.5.11",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/newrelic": "^9.14.3",
"@types/node": "^18.16.8",
Expand Down
12 changes: 6 additions & 6 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"dependencies": {
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"vue": "^3.4.15",
"vue": "^3.4.19",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.2.5"
},
Expand All @@ -27,18 +27,18 @@
"@tsconfig/node20": "^20.1.2",
"@types/jsdom": "^21.1.6",
"@types/node": "^20.9.3",
"@vitejs/plugin-vue": "^5.0.3",
"@vitest/coverage-v8": "^1.2.2",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.0",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"vite": "^5.1.3",
"vitest": "^1.3.0",
"vue-tsc": "^1.8.27"
}
}
22 changes: 11 additions & 11 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,20 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@turbo/gen": "^1.11.3",
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@turbo/gen": "^1.12.4",
"@vue/eslint-config-standard-with-typescript": "^8.0.0",
"eslint": "^8.56.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-jest": "^27.6.3",
"eslint-plugin-simple-import-sort": "^10.0.0",
"eslint-plugin-tailwindcss": "^3.14.1",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.20.1",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"turbo": "^1.11.3"
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vue": "^9.21.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"turbo": "^1.12.4"
},
"repository": {
"type": "git",
Expand Down
Loading

0 comments on commit 6434582

Please sign in to comment.