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 27, 2024
1 parent 6434582 commit f703f1f
Show file tree
Hide file tree
Showing 4 changed files with 497 additions and 664 deletions.
14 changes: 7 additions & 7 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,26 +22,26 @@
"@fastify/swagger-ui": "^3.0.0",
"@newrelic/mysql": "^6.1.0",
"axios": "^1.6.7",
"bullmq": "^5.1.12",
"bullmq": "^5.4.0",
"cheerio": "^1.0.0-rc.12",
"cron": "^3.1.6",
"dotenv": "^16.4.4",
"dotenv": "^16.4.5",
"fastify": "^4.26.1",
"jsonwebtoken": "^9.0.2",
"kysely": "^0.27.2",
"mysql2": "^3.9.1",
"newrelic": "^11.10.4",
"mysql2": "^3.9.2",
"newrelic": "^11.11.0",
"node-cache": "^5.1.2",
"pino": "^8.18.0",
"pino": "^8.19.0",
"reflect-metadata": "^0.2.1",
"telegraf": "^4.15.3",
"telegraf": "^4.16.2",
"tsyringe": "^4.8.0"
},
"devDependencies": {
"@packages/testing": "workspace:*",
"@packages/types": "workspace:*",
"@types/jest": "^29.5.12",
"@types/jsonwebtoken": "^9.0.5",
"@types/jsonwebtoken": "^9.0.6",
"@types/newrelic": "^9.14.3",
"@types/node": "^18.16.8",
"jest": "^29.7.0",
Expand Down
10 changes: 5 additions & 5 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
"dependencies": {
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"vue": "^3.4.19",
"vue": "^3.4.20",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.2.5"
"vue-router": "^4.3.0"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.7.2",
Expand All @@ -28,7 +28,7 @@
"@types/jsdom": "^21.1.6",
"@types/node": "^20.9.3",
"@vitejs/plugin-vue": "^5.0.4",
"@vitest/coverage-v8": "^1.3.0",
"@vitest/coverage-v8": "^1.3.1",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.17",
Expand All @@ -37,8 +37,8 @@
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3",
"vite": "^5.1.3",
"vitest": "^1.3.0",
"vite": "^5.1.4",
"vitest": "^1.3.1",
"vue-tsc": "^1.8.27"
}
}
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,17 @@
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^18.6.1",
"@commitlint/config-conventional": "^18.6.2",
"@commitlint/cli": "^19.0.1",
"@commitlint/config-conventional": "^19.0.0",
"@turbo/gen": "^1.12.4",
"@vue/eslint-config-standard-with-typescript": "^8.0.0",
"eslint": "^8.56.0",
"eslint": "^8.57.0",
"eslint-config-standard-with-typescript": "^37.0.0",
"eslint-plugin-jest": "^27.9.0",
"eslint-plugin-simple-import-sort": "^12.0.0",
"eslint-plugin-tailwindcss": "^3.14.2",
"eslint-plugin-tailwindcss": "^3.14.3",
"eslint-plugin-vitest": "^0.3.22",
"eslint-plugin-vue": "^9.21.1",
"eslint-plugin-vue": "^9.22.0",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"turbo": "^1.12.4"
Expand Down
Loading

0 comments on commit f703f1f

Please sign in to comment.