Skip to content

Commit

Permalink
chore(deps): upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Aug 25, 2023
1 parent c3df1c2 commit 33becd5
Show file tree
Hide file tree
Showing 20 changed files with 1,390 additions and 1,619 deletions.
28 changes: 14 additions & 14 deletions apps/app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,49 +9,49 @@
},
"sideEffects": false,
"devDependencies": {
"@apollo/client": "^3.8.0",
"@apollo/client": "^3.8.1",
"@argos-ci/config": "*",
"@graphql-typed-document-node/core": "^3.2.0",
"@heroicons/react": "^2.0.18",
"@primer/octicons-react": "^19.5.0",
"@radix-ui/colors": "^1.0.1",
"@primer/octicons-react": "^19.6.0",
"@radix-ui/colors": "^2.1.0",
"@radix-ui/react-tooltip": "^1.0.6",
"@sentry/browser": "^7.61.1",
"@sentry/browser": "^7.64.0",
"@tanstack/react-virtual": "^3.0.0-beta.54",
"@types/d3-selection": "^3.0.5",
"@types/d3-zoom": "^3.0.3",
"@types/d3-selection": "^3.0.6",
"@types/d3-zoom": "^3.0.4",
"@types/js-cookie": "^3.0.3",
"@types/node": "^18.15.11",
"@types/react": "^18.2.18",
"@types/react": "^18.2.21",
"@types/react-dom": "^18.2.7",
"@types/react-helmet": "^6.1.6",
"@types/store": "^2.0.2",
"ariakit": "^2.0.0-next.44",
"assets-webpack-plugin": "^7.1.1",
"autoprefixer": "^10.4.14",
"autoprefixer": "^10.4.15",
"axios": "^1.4.0",
"clsx": "^2.0.0",
"concurrently": "^8.2.0",
"core-js": "^3.32.0",
"concurrently": "^8.2.1",
"core-js": "^3.32.1",
"css-loader": "^6.8.1",
"d3-selection": "^3.0.0",
"d3-zoom": "^3.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"fast-fuzzy": "^1.12.0",
"graphql-tag": "^2.12.6",
"js-cookie": "^3.0.5",
"jwt-decode": "^3.1.2",
"mini-css-extract-plugin": "^2.7.6",
"moment": "^2.29.4",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-loader": "^7.3.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-error-boundary": "^4.0.10",
"react-error-boundary": "^4.0.11",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.45.4",
"react-router-dom": "^6.14.2",
"react-router-dom": "^6.15.0",
"react-teleporter": "^3.1.0",
"swc-loader": "^0.2.3",
"tailwindcss": "^3.3.3",
Expand Down
2 changes: 1 addition & 1 deletion apps/build/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"objection": "^3.1.1"
},
"devDependencies": {
"nock": "^13.3.2"
"nock": "^13.3.3"
},
"scripts": {
"build": "swc src --config-file ../../.swcrc -d dist",
Expand Down
2 changes: 1 addition & 1 deletion apps/common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@argos-ci/config": "*",
"@argos-ci/database": "*",
"@argos-ci/logger": "*",
"redis": "^4.6.7"
"redis": "^4.6.8"
},
"scripts": {
"build": "swc src --config-file ../../.swcrc -d dist",
Expand Down
2 changes: 1 addition & 1 deletion apps/database/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"@argos-ci/config": "*",
"knex": "^2.5.1",
"objection": "^3.1.1",
"pg": "^8.11.2"
"pg": "^8.11.3"
},
"devDependencies": {
"@types/factory-girl": "^5.0.8",
Expand Down
2 changes: 1 addition & 1 deletion apps/github/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@octokit/rest": "^20.0.1"
},
"devDependencies": {
"nock": "^13.3.2"
"nock": "^13.3.3"
},
"scripts": {
"build": "swc src --config-file ../../.swcrc -d dist",
Expand Down
6 changes: 3 additions & 3 deletions apps/graphql/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
"@argos-ci/storage": "*",
"@argos-ci/vercel": "*",
"@graphql-tools/schema": "^10.0.0",
"@sentry/node": "^7.61.1",
"@sentry/node": "^7.64.0",
"@sindresorhus/slugify": "^2.2.1",
"@apollo/server": "^4.9.1",
"@apollo/server": "^4.9.2",
"dataloader": "^2.2.2",
"express": "^4.18.2",
"graphql": "^16.7.1",
"graphql": "^16.8.0",
"graphql-scalars": "^1.22.2",
"graphql-tag": "^2.12.6",
"moment": "^2.29.4",
Expand Down
2 changes: 1 addition & 1 deletion apps/job-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"@argos-ci/config": "*",
"@argos-ci/logger": "*",
"@sentry/node": "^7.61.1",
"@sentry/node": "^7.64.0",
"amqplib": "^0.10.3",
"objection": "^3.1.1"
},
Expand Down
2 changes: 1 addition & 1 deletion apps/logger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
"watch-build": "npm run build -- --watch --quiet"
},
"dependencies": {
"@sentry/node": "^7.61.1"
"@sentry/node": "^7.64.0"
}
}
4 changes: 2 additions & 2 deletions apps/processes/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"@argos-ci/sentry-node": "*",
"@argos-ci/synchronize": "*",
"@argos-ci/web": "*",
"@sentry/node": "^7.61.1"
"@sentry/node": "^7.64.0"
},
"devDependencies": {
"concurrently": "^8.2.0"
"concurrently": "^8.2.1"
}
}
2 changes: 1 addition & 1 deletion apps/screenshot-diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@argos-ci/github": "*",
"@argos-ci/job-core": "*",
"@argos-ci/storage": "*",
"@aws-sdk/client-s3": "^3.386.0",
"@aws-sdk/client-s3": "^3.398.0",
"@octokit/rest": "^20.0.1",
"objection": "^3.1.1",
"odiff-bin": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion apps/sentry-node/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
},
"dependencies": {
"@argos-ci/config": "*",
"@sentry/node": "^7.61.1"
"@sentry/node": "^7.64.0"
}
}
6 changes: 3 additions & 3 deletions apps/storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
"type": "module",
"dependencies": {
"@argos-ci/config": "*",
"@aws-sdk/client-s3": "^3.386.0",
"@aws-sdk/s3-request-presigner": "^3.386.0",
"@aws-sdk/client-s3": "^3.398.0",
"@aws-sdk/s3-request-presigner": "^3.398.0",
"mime": "^3.0.0",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"tmp": "^0.2.1"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions apps/stripe/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
"dependencies": {
"@argos-ci/config": "*",
"@argos-ci/database": "*",
"stripe": "^12.17.0",
"zod": "^3.21.4"
"stripe": "^13.3.0",
"zod": "^3.22.2"
},
"scripts": {
"build": "swc src --config-file ../../.swcrc -d dist",
Expand Down
2 changes: 1 addition & 1 deletion apps/synchronize/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"@argos-ci/logger": "*",
"@octokit/rest": "^20.0.1",
"@octokit/webhooks": "^12.0.3",
"@octokit/webhooks-types": "^7.1.0"
"@octokit/webhooks-types": "^7.2.0"
},
"devDependencies": {
"moment": "^2.29.4"
Expand Down
4 changes: 2 additions & 2 deletions apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"@octokit/auth-oauth-app": "^7.0.0",
"@octokit/rest": "^20.0.1",
"@octokit/webhooks": "^12.0.3",
"@sentry/node": "^7.61.1",
"@sentry/node": "^7.64.0",
"@types/ejs": "^3.1.2",
"ajv": "^8.12.0",
"auth-header": "^1.0.0",
Expand All @@ -45,7 +45,7 @@
"@types/express": "^4.17.17",
"@types/jsonwebtoken": "^9.0.2",
"@types/lodash-es": "^4.17.8",
"@types/morgan": "^1.9.4",
"@types/morgan": "^1.9.5",
"@types/supertest": "^2.0.12",
"supertest": "^6.3.3"
},
Expand Down
2 changes: 1 addition & 1 deletion examples/cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"@argos-ci/cypress": "latest",
"cypress": "^12.17.3"
"cypress": "^12.17.4"
}
}
2 changes: 1 addition & 1 deletion examples/playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@
},
"devDependencies": {
"@argos-ci/playwright": "^0.0.6",
"@playwright/test": "^1.36.2"
"@playwright/test": "^1.37.1"
}
}
10 changes: 5 additions & 5 deletions examples/webdriver-io/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
"wdio": "wdio run wdio.conf.js"
},
"devDependencies": {
"@wdio/cli": "^8.14.4",
"@wdio/local-runner": "^8.14.3",
"@wdio/mocha-framework": "^8.14.0",
"@wdio/spec-reporter": "^8.14.0",
"chromedriver": "^115.0.0",
"@wdio/cli": "^8.15.6",
"@wdio/local-runner": "^8.15.6",
"@wdio/mocha-framework": "^8.15.6",
"@wdio/spec-reporter": "^8.15.6",
"chromedriver": "^116.0.0",
"wdio-chromedriver-service": "^8.1.1"
}
}
Loading

0 comments on commit 33becd5

Please sign in to comment.