Skip to content

Commit

Permalink
Dependencies Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
nirnejak committed Jun 30, 2023
1 parent 2eab969 commit eb7f956
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 50 deletions.
88 changes: 43 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
"prepare": "husky install"
},
"dependencies": {
"@tanstack/react-query": "^4.29.17",
"@tanstack/react-query": "^4.29.19",
"dotenv": "^16.3.1",
"framer-motion": "^10.12.17",
"next": "^13.4.7",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-intersection-observer": "^9.5.1",
"react-intersection-observer": "^9.5.2",
"sharp": "^0.32.1",
"use-sound": "^4.0.1"
},
Expand All @@ -32,20 +32,20 @@
"eslint": "^8.43.0",
"eslint-config-next": "^13.4.7",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard-with-typescript": "^35.0.0",
"eslint-config-standard-with-typescript": "^36.0.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-tailwindcss": "^3.13.0",
"husky": "^8.0.3",
"lint-staged": "^13.2.2",
"lint-staged": "^13.2.3",
"postcss": "^8.4.24",
"prettier": "^2.8.8",
"prettier-plugin-tailwindcss": "^0.3.0",
"tailwindcss": "^3.3.2",
"typescript": "^5.1.3"
"typescript": "^5.1.6"
},
"lint-staged": {
"*.{js,jsx,ts,tsx}": "eslint"
Expand Down

1 comment on commit eb7f956

@vercel
Copy link

@vercel vercel bot commented on eb7f956 Jun 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.