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 Jan 28, 2024
1 parent 0447dcd commit 43065c3
Show file tree
Hide file tree
Showing 6 changed files with 306 additions and 1,184 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no -- commitlint --edit "${1}"
3 changes: 0 additions & 3 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
16 changes: 8 additions & 8 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,22 @@
},
"dependencies": {
"@fastify/compress": "^6.5.0",
"@fastify/cors": "^8.5.0",
"@fastify/cors": "^9.0.0",
"@fastify/helmet": "^11.1.1",
"@fastify/rate-limit": "^9.1.0",
"@fastify/swagger": "^8.13.0",
"@fastify/swagger": "^8.14.0",
"@fastify/swagger-ui": "^2.1.0",
"@newrelic/mysql": "^6.1.0",
"axios": "^1.6.5",
"bullmq": "^5.1.1",
"axios": "^1.6.7",
"bullmq": "^5.1.5",
"cheerio": "^1.0.0-rc.12",
"cron": "^3.1.6",
"dotenv": "^16.3.1",
"dotenv": "^16.4.1",
"fastify": "^4.25.2",
"jsonwebtoken": "^9.0.2",
"kysely": "^0.27.2",
"mysql2": "^3.7.0",
"newrelic": "^11.9.0",
"mysql2": "^3.9.0",
"newrelic": "^11.10.1",
"node-cache": "^5.1.2",
"pino": "^8.17.2",
"reflect-metadata": "^0.2.1",
Expand All @@ -47,7 +47,7 @@
"jest": "^29.7.0",
"pino-pretty": "^10.3.1",
"rimraf": "^5.0.5",
"ts-jest": "^29.1.1",
"ts-jest": "^29.1.2",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"tsc-alias": "^1.8.8",
Expand Down
18 changes: 9 additions & 9 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,31 +14,31 @@
"lint:fix": "eslint src --fix"
},
"dependencies": {
"axios": "^1.6.5",
"axios": "^1.6.7",
"chart.js": "^4.4.1",
"vue": "^3.4.14",
"vue": "^3.4.15",
"vue-chartjs": "^5.3.0",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.6.1",
"@rushstack/eslint-patch": "^1.7.2",
"@packages/types": "workspace:*",
"@packages/testing": "workspace:*",
"@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.0",
"@vue/test-utils": "^2.4.3",
"@vitest/coverage-v8": "^1.2.2",
"@vue/test-utils": "^2.4.4",
"@vue/tsconfig": "^0.5.1",
"autoprefixer": "^10.4.16",
"jsdom": "^23.2.0",
"autoprefixer": "^10.4.17",
"jsdom": "^24.0.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.33",
"tailwindcss": "^3.4.1",
"typescript": "~5.3.3",
"vite": "^5.0.11",
"vitest": "^1.2.0",
"vite": "^5.0.12",
"vitest": "^1.2.2",
"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 @@ -27,21 +27,21 @@
"test:cov": "turbo run test:cov",
"test:backend:cov": "turbo run test:cov --filter=backend --log-prefix=none",
"test:frontend:cov": "turbo run test:cov --filter=frontend --log-prefix=none",
"prepare": "husky install"
"prepare": "husky"
},
"devDependencies": {
"@commitlint/cli": "^18.4.4",
"@commitlint/config-conventional": "^18.4.4",
"@commitlint/cli": "^18.6.0",
"@commitlint/config-conventional": "^18.6.0",
"@turbo/gen": "^1.11.3",
"@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.0",
"eslint-plugin-tailwindcss": "^3.14.1",
"eslint-plugin-vitest": "^0.3.20",
"eslint-plugin-vue": "^9.20.1",
"husky": "^8.0.3",
"husky": "^9.0.6",
"lint-staged": "^15.2.0",
"turbo": "^1.11.3"
},
Expand Down
Loading

0 comments on commit 43065c3

Please sign in to comment.