Skip to content

Commit

Permalink
chore: update admin panel deps
Browse files Browse the repository at this point in the history
  • Loading branch information
dolcalmi committed Jan 6, 2025
1 parent a2c3ca1 commit d58deb6
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions apps/admin-panel/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"cypress:open": "echo 'Need to cypress test'"
},
"dependencies": {
"@apollo/client": "^3.8.6",
"@apollo/client": "^3.12.4",
"@apollo/experimental-nextjs-app-support": "^0.7.0",
"@opentelemetry/api": "^1.8.0",
"@opentelemetry/core": "^1.24.1",
Expand All @@ -31,8 +31,8 @@
"@svgr/webpack": "^8.1.0",
"@t3-oss/env-nextjs": "^0.7.1",
"graphql": "^16.8.1",
"next": "14.2.10",
"next-auth": "^4.24.3",
"next": "14.2.21",
"next-auth": "^4.24.11",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"sharp": "^0.32.6",
Expand All @@ -41,26 +41,26 @@
},
"devDependencies": {
"@galoy/eslint-config": "workspace:^",
"@graphql-codegen/add": "^5.0.2",
"@graphql-codegen/add": "^5.0.3",
"@graphql-codegen/cli": "^5.0.3",
"@graphql-codegen/client-preset": "^4.2.4",
"@graphql-codegen/typescript": "^4.0.6",
"@graphql-codegen/typescript-operations": "^4.2.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@graphql-codegen/client-preset": "^4.5.1",
"@graphql-codegen/typescript": "^4.1.2",
"@graphql-codegen/typescript-operations": "^4.4.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.2",
"@graphql-inspector/cli": "^4.0.3",
"@types/jest": "^29.5.12",
"@types/jest": "^29.5.14",
"@types/node": "20.11.24",
"@types/react": "18.2.62",
"@types/react-dom": "18.2.19",
"@typescript-eslint/eslint-plugin": "^7.1.1",
"autoprefixer": "^10.4.18",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-next": "^14.1.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.38",
"prettier": "^3.3.3",
"tailwindcss": "^3.3.3",
"ts-jest": "^29.1.1"
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"ts-jest": "^29.2.5"
}
}

0 comments on commit d58deb6

Please sign in to comment.