Skip to content

Commit

Permalink
chore: bump dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Oct 17, 2023
1 parent 8e7dd42 commit 4d0062f
Show file tree
Hide file tree
Showing 3 changed files with 464 additions and 530 deletions.
36 changes: 18 additions & 18 deletions core/api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,13 @@
"zod": "^3.22.3"
},
"devDependencies": {
"@apollo/client": "3.8.3",
"@apollo/rover": "^0.18.1",
"@apollo/client": "3.8.6",
"@apollo/rover": "^0.20.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@graphql-tools/jest-transform": "^2.0.0",
"@jest/test-sequencer": "^29.7.0",
"@swc/core": "1.3.85",
"@swc/core": "1.3.93",
"@swc/jest": "^0.2.29",
"@types/babel__core": "^7.20.2",
"@types/babel__preset-env": "^7.9.3",
Expand All @@ -133,12 +133,12 @@
"@types/cookie-parser": "^1.4.4",
"@types/cors": "^2.8.14",
"@types/dedent": "^0.7.0",
"@types/eslint": "^8.44.2",
"@types/express": "^4.17.15",
"@types/google-protobuf": "^3.15.6",
"@types/i18n": "^0.13.5",
"@types/eslint": "^8.44.4",
"@types/express": "^4.17.19",
"@types/google-protobuf": "^3.15.7",
"@types/i18n": "^0.13.7",
"@types/jest": "^29.5.5",
"@types/js-yaml": "^4.0.6",
"@types/js-yaml": "^4.0.7",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.difference": "^4.5.6",
Expand All @@ -150,20 +150,20 @@
"@types/lodash.sortby": "^4.7.6",
"@types/lodash.sumby": "^4.6.6",
"@types/migrate-mongo": "^10.0.2",
"@types/node": "^20.6.2",
"@types/node-jose": "^1.1.10",
"@types/nodemon": "^1.19.2",
"@types/react": "^18.2.21",
"@types/node": "^20.8.6",
"@types/node-jose": "^1.1.11",
"@types/nodemon": "^1.19.3",
"@types/react": "^18.2.28",
"@types/set-cookie-parser": "^2.4.2",
"@types/ws": "^8.5.6",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.2",
"@types/ws": "^8.5.7",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"@xascode/tscpaths": "0.1.4",
"axios-mock-adapter": "^1.22.0",
"eslint": "^8.49.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.4.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.1",
"graphql-subscriptions": "^2.0.0",
"grpc-tools": "^1.12.4",
Expand All @@ -178,7 +178,7 @@
"node-jose": "^2.2.0",
"nodemon": "^3.0.1",
"otplib": "^12.0.1",
"pino-pretty": "^10.2.0",
"pino-pretty": "^10.2.3",
"prettier": "^3.0.3",
"protoc-gen-js": "^3.21.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit 4d0062f

Please sign in to comment.