Skip to content

Commit

Permalink
refactor: Remove pwa cache and update dependecies
Browse files Browse the repository at this point in the history
  • Loading branch information
alt-art committed Aug 8, 2024
1 parent 77ee965 commit b47c7ea
Show file tree
Hide file tree
Showing 4 changed files with 603 additions and 2,818 deletions.
43 changes: 21 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,43 +11,42 @@
"lint": "eslint ."
},
"dependencies": {
"@apollo/client": "^3.10.4",
"@apollo/client": "^3.11.4",
"@mdi/js": "^7.4.47",
"@mdi/react": "^1.6.1",
"@sanity/client": "^6.21.1",
"@sanity/image-url": "^1.0.2",
"axios": "^1.7.2",
"framer-motion": "^11.3.12",
"axios": "^1.7.3",
"framer-motion": "^11.3.23",
"graphql": "^16.9.0",
"i18next": "^23.12.2",
"react": "^18.2.0",
"react": "^18.3.1",
"react-altdraw": "^1.0.3",
"react-dom": "^18.2.0",
"react-i18next": "^14.1.2",
"react-dom": "^18.3.1",
"react-i18next": "15.0.1",
"react-image": "^4.1.0",
"react-loading": "^2.0.3",
"react-query": "^3.39.3",
"vite-plugin-pwa": "^0.20.1"
"react-query": "^3.39.3"
},
"devDependencies": {
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@typescript-eslint/eslint-plugin": "8.0.1",
"@typescript-eslint/parser": "8.0.1",
"@vitejs/plugin-react-swc": "^3.7.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"autoprefixer": "^10.4.20",
"eslint": "8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-promise": "^7.0.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-promise": "^7.1.0",
"eslint-plugin-react": "^7.35.0",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"prettier": "^3.3.1",
"eslint-plugin-react-hooks": "4.6.2",
"postcss": "^8.4.41",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"tailwindcss": "^3.4.7",
"typescript": "^5.4.5",
"vite": "^5.3.2",
"tailwindcss": "^3.4.8",
"typescript": "^5.5.4",
"vite": "^5.4.0",
"vite-plugin-eslint": "^1.8.1"
}
}
Loading

0 comments on commit b47c7ea

Please sign in to comment.