Skip to content

Commit

Permalink
chore: bump deps (#3578)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 30, 2023
1 parent ebb9b2d commit c44f77f
Show file tree
Hide file tree
Showing 7 changed files with 812 additions and 1,146 deletions.
1 change: 0 additions & 1 deletion apps/consent/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
"cypress": "^13.3.0",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"jest": "^29.7.0",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
Expand Down
1 change: 1 addition & 0 deletions apps/dashboard/cypress/e2e/e2e.cy.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/* eslint-disable import/no-unassigned-import */
import "./api-keys/api-keys.cy"
import "./callback/callback.cy"
3 changes: 1 addition & 2 deletions apps/dashboard/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"dotenv": "^16.3.1",
"graphql": "^16.8.1",
"next": "14.0.1",
"next-auth": "^4.23.1",
"next-auth": "^4.24.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"zod": "^3.22.4"
Expand All @@ -58,7 +58,6 @@
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"eslint_d": "13.0.0",
"jest": "^29.7.0",
"postcss": "8.4.31",
"tailwindcss": "3.3.5",
"typescript": "5.2.2"
Expand Down
28 changes: 14 additions & 14 deletions core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@
},
"dependencies": {
"@apollo/server": "^4.9.5",
"@aws-sdk/client-s3": "^3.461.0",
"@aws-sdk/client-s3": "^3.462.0",
"@google-cloud/storage": "^7.6.0",
"@grpc/grpc-js": "^1.9.11",
"@grpc/grpc-js": "^1.9.12",
"@grpc/proto-loader": "^0.7.10",
"@ip1sms/disposable-phone-numbers": "^2.1.601",
"@ip1sms/disposable-phone-numbers": "^2.1.604",
"@opentelemetry/api": "^1.7.0",
"@opentelemetry/core": "^1.18.1",
"@opentelemetry/exporter-trace-otlp-http": "^0.45.1",
Expand Down Expand Up @@ -96,8 +96,8 @@
"lodash.mergewith": "^4.6.2",
"lodash.sortby": "^4.7.0",
"lodash.sumby": "^4.6.0",
"medici": "^6.2.0",
"mongoose": "~7.6.3",
"medici": "^6.3.0",
"mongoose": "~8.0.2",
"node-cache": "^5.1.2",
"pg": "^8.11.3",
"pino": "8.16.2",
Expand All @@ -113,9 +113,9 @@
"zod": "^3.22.4"
},
"devDependencies": {
"@apollo/client": "3.8.7",
"@babel/core": "^7.23.3",
"@babel/preset-env": "^7.23.3",
"@apollo/client": "3.8.8",
"@babel/core": "^7.23.5",
"@babel/preset-env": "^7.23.5",
"@graphql-tools/jest-transform": "^2.0.0",
"@jest/test-sequencer": "^29.7.0",
"@swc/core": "1.3.99",
Expand All @@ -128,7 +128,7 @@
"@types/cookie-parser": "^1.4.6",
"@types/cors": "^2.8.17",
"@types/dedent": "^0.7.2",
"@types/eslint": "^8.44.7",
"@types/eslint": "^8.44.8",
"@types/express": "^4.17.21",
"@types/google-protobuf": "^3.15.12",
"@types/i18n": "^0.13.10",
Expand All @@ -145,14 +145,14 @@
"@types/lodash.sortby": "^4.7.9",
"@types/lodash.sumby": "^4.6.9",
"@types/migrate-mongo": "^10.0.4",
"@types/node": "^20.10.0",
"@types/node": "^20.10.1",
"@types/node-jose": "^1.1.13",
"@types/nodemon": "^1.19.6",
"@types/react": "^18.2.38",
"@types/react": "^18.2.39",
"@types/set-cookie-parser": "^2.4.7",
"@types/ws": "^8.5.10",
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@xascode/tscpaths": "0.1.4",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.54.0",
Expand Down Expand Up @@ -181,7 +181,7 @@
"tiny-secp256k1": "^2.2.3",
"tree-kill": "^1.2.2",
"tsconfig-paths": "^4.2.0",
"tsx": "^4.5.0",
"tsx": "^4.6.1",
"typescript": "^5.3.2",
"zen-observable-ts": "^1.1.0"
},
Expand Down
6 changes: 2 additions & 4 deletions lib/eslint-config/.eslintrc.base.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ module.exports = {
project: [`${actualProjectDir}/tsconfig.json`],
tsconfigRootDir: __dirname,
},
plugins: ["eslint-plugin-import", "@typescript-eslint", "prettier", "jest"],
plugins: ["eslint-plugin-import", "@typescript-eslint", "prettier"],
extends: [
"plugin:jest/recommended",
"eslint:recommended",
"plugin:import/recommended",
"plugin:import/typescript",
Expand Down Expand Up @@ -57,8 +56,7 @@ module.exports = {

// Temporarily disabled recommended rules
"@typescript-eslint/explicit-module-boundary-types": "off",
"no-async-promise-executor": "off",
"jest/no-disabled-tests": "off"
"no-async-promise-executor": "off"
},
settings: {
"import/resolver": {
Expand Down
5 changes: 2 additions & 3 deletions lib/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,11 @@
"./prettier": "./.prettierrc.js"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"eslint": "^8.54.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jest": "^27.6.0",
"eslint-plugin-prettier": "^5.0.1",
"prettier": "^3.1.0",
"typescript": "^5.3.2"
Expand Down
Loading

0 comments on commit c44f77f

Please sign in to comment.