Skip to content

Commit

Permalink
chore(deps): update project dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Jordan Shatford <[email protected]>
  • Loading branch information
jordanshatford committed Nov 20, 2024
1 parent c478ddc commit 3ed2c2d
Show file tree
Hide file tree
Showing 8 changed files with 333 additions and 326 deletions.
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"@cq/providers": "workspace:*",
"@cq/services": "workspace:*",
"@cq/ui": "workspace:*",
"@sentry/vue": "^8.38.0",
"@sentry/vue": "^8.39.0",
"pinia": "^2.2.6",
"pinia-plugin-persistedstate": "^4.1.3",
"tailwindcss-primeui": "^0.3.4",
Expand All @@ -29,7 +29,7 @@
"@pinia/testing": "^0.1.7",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@commitlint/cli": "^19.5.0",
"@commitlint/config-conventional": "^19.5.0",
"@commitlint/cli": "^19.6.0",
"@commitlint/config-conventional": "^19.6.0",
"@commitlint/types": "^19.5.0",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"@vitest/coverage-v8": "^2.1.5",
"husky": "^9.1.6",
"husky": "^9.1.7",
"vitest": "^2.1.5"
},
"packageManager": "[email protected]+sha512.140036830124618d624a2187b50d04289d5a087f326c9edfc0ccd733d76c4f52c3a313d4fc148794a2a9d81553016004e6742e8cf850670268a7387fc220c903",
Expand Down
4 changes: 2 additions & 2 deletions packages/config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
"eslint-config-prettier": "^9.1.0",
"globals": "^15.12.0",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.15",
"typescript-eslint": "^8.14.0"
"typescript-eslint": "^8.15.0"
},
"dependencies": {
"tailwindcss-primeui": "^0.3.4"
Expand Down
2 changes: 1 addition & 1 deletion packages/player/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@cq/config": "workspace:*",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"devDependencies": {
"@cq/config": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"typescript": "^5.6.3"
}
}
2 changes: 1 addition & 1 deletion packages/services/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"devDependencies": {
"@cq/config": "workspace:*",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@types/tmi.js": "^1.8.6",
"typescript": "^5.6.3"
}
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"devDependencies": {
"@cq/config": "workspace:*",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.9.0",
"@types/node": "^22.9.1",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/test-utils": "^2.4.6",
"@vue/tsconfig": "^0.6.0",
Expand Down
Loading

0 comments on commit 3ed2c2d

Please sign in to comment.