Skip to content

Commit

Permalink
Merge pull request #1543 from argos-ci/upgrade-deps
Browse files Browse the repository at this point in the history
chore: upgrade deps
  • Loading branch information
gregberge authored Jan 22, 2025
2 parents f321cdd + dfa656e commit e16e7f8
Show file tree
Hide file tree
Showing 5 changed files with 258 additions and 250 deletions.
6 changes: 3 additions & 3 deletions apps/backend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
"@argos/knex-scripts": "workspace:*",
"@argos/tsconfig": "workspace:*",
"@argos/util": "workspace:*",
"@aws-sdk/client-s3": "^3.731.1",
"@aws-sdk/s3-request-presigner": "^3.731.1",
"@gitbeaker/rest": "^42.0.2",
"@aws-sdk/client-s3": "^3.732.0",
"@aws-sdk/s3-request-presigner": "^3.732.0",
"@gitbeaker/rest": "^42.1.0",
"@graphql-tools/schema": "^10.0.16",
"@octokit/auth-app": "^7.1.4",
"@octokit/core": "^6.1.3",
Expand Down
4 changes: 2 additions & 2 deletions apps/frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"sideEffects": false,
"devDependencies": {
"@apollo/client": "3.12.6",
"@apollo/client": "3.12.7",
"@argos/config-types": "workspace:*",
"@argos/tsconfig": "workspace:*",
"@argos/util": "workspace:*",
Expand Down Expand Up @@ -55,7 +55,7 @@
"tailwindcss-animate": "^1.0.7",
"use-clipboard-copy": "^0.2.0",
"use-debounce": "^10.0.4",
"vite": "^6.0.8"
"vite": "^6.0.11"
},
"dependencies": {
"@number-flow/react": "^0.5.5",
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,20 @@
"@parcel/watcher": "^2.5.0",
"@playwright/test": "^1.49.1",
"@swc/cli": "^0.6.0",
"@swc/core": "^1.10.8",
"@swc/core": "^1.10.9",
"@types/eslint__js": "^8.42.3",
"@types/node": "^22.10.7",
"@vitest/eslint-plugin": "^1.1.25",
"eslint": "9.18.0",
"knip": "^5.42.2",
"knip": "^5.42.3",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.10",
"smee-client": "^2.0.4",
"turbo": "^2.3.3",
"typescript": "5.7.3",
"typescript-eslint": "^8.20.0",
"typescript-eslint": "^8.21.0",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.2"
"vitest": "^3.0.3"
},
"resolutions": {
"@types/react": "19.0.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/knex-scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
},
"sideEffects": false,
"dependencies": {
"commander": "^13.0.0",
"commander": "^13.1.0",
"fast-glob": "^3.3.3",
"ora": "^8.1.1"
},
Expand Down
Loading

0 comments on commit e16e7f8

Please sign in to comment.