Skip to content

Commit

Permalink
bump libs to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
mahmoudmoravej committed Apr 18, 2024
1 parent 4291dca commit 8c3bd3a
Show file tree
Hide file tree
Showing 2 changed files with 501 additions and 203 deletions.
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,34 +3,34 @@
"sideEffects": false,
"scripts": {
"build": "remix build",
"dev": "PORT=3000 remix dev",
"start": "PORT=3000 remix-serve ./build/index.js",
"dev": "PORT=4000 remix dev",
"start": "PORT=5000 remix-serve ./build/index.js",
"typecheck": "tsc",
"graphql": "graphql-codegen --config graphql.codegen.ts",
"lint": "eslint .",
"test": "vitest",
"pr": "sh scripts/pr.sh"
},
"dependencies": {
"@apollo/client": "^3.9.5",
"@apollo/client": "^3.9.11",
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@emotion/styled": "^11.11.0",
"@graphql-codegen/typescript-react-apollo": "^4.3.0",
"@heroicons/react": "^2.1.1",
"@heroicons/react": "^2.1.3",
"@material-tailwind/react": "^2.1.9",
"@mui/material": "^5.15.13",
"@remix-run/css-bundle": "2.7.2",
"@remix-run/node": "2.7.2",
"@remix-run/react": "2.7.2",
"@remix-run/serve": "2.7.2",
"@mui/material": "^5.15.15",
"@remix-run/css-bundle": "2.8.1",
"@remix-run/node": "2.8.1",
"@remix-run/react": "2.8.1",
"@remix-run/serve": "2.8.1",
"cookie": "^0.6.0",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"graphql": "^16.8.1",
"graphql-config": "^5.0.3",
"graphql-tag": "^2.12.6",
"isbot": "^5.1.0",
"isbot": "^5.1.4",
"react": "^18.2.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18.2.0",
Expand All @@ -39,11 +39,11 @@
},
"devDependencies": {
"@graphql-codegen/cli": "5.0.2",
"@graphql-codegen/client-preset": "4.2.4",
"@graphql-codegen/client-preset": "4.2.5",
"@graphql-eslint/eslint-plugin": "^3.20.1",
"@remix-run/dev": "2.7.2",
"@remix-run/eslint-config": "2.7.2",
"@remix-run/testing": "^2.7.2",
"@remix-run/dev": "2.8.1",
"@remix-run/eslint-config": "2.8.1",
"@remix-run/testing": "^2.8.1",
"@testing-library/react": "^14.2.1",
"@types/react": "18.2.42",
"@types/react-dom": "^18.2.19",
Expand All @@ -53,9 +53,9 @@
"prettier-plugin-tailwindcss": "^0.5.11",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-tsconfig-paths": "^4.3.1",
"vitest": "^1.3.1"
"vite": "^5.2.9",
"vite-tsconfig-paths": "^4.3.2",
"vitest": "^1.5.0"
},
"engines": {
"node": ">=20.5.1"
Expand Down
Loading

0 comments on commit 8c3bd3a

Please sign in to comment.