Skip to content

Commit

Permalink
bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mattiaz9 committed Jul 24, 2024
1 parent ce3ff00 commit 2edfcf6
Show file tree
Hide file tree
Showing 2 changed files with 331 additions and 364 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@etherna/sdk-js": "1.2.0",
"@etherna/sdk-js": "1.3.0",
"@ffmpeg/ffmpeg": "0.11.6",
"@headlessui/react": "1.7.19",
"@heroicons/react": "2.1.5",
"@hookform/resolvers": "3.9.0",
"@popperjs/core": "2.11.8",
"@tanstack/react-query": "5.51.1",
"@tanstack/react-query": "5.51.11",
"@tippyjs/react": "4.2.6",
"@types/mime-types": "2.1.4",
"@vidstack/react": "1.1.6",
Expand All @@ -34,7 +34,7 @@
"clsx": "2.1.1",
"cookiejs": "2.1.3",
"crypto-ts": "1.0.2",
"dayjs": "1.11.11",
"dayjs": "1.11.12",
"ethereum-blockies-base64": "1.0.2",
"hls.js": "1.5.13",
"image-resizer-js": "1.2.1",
Expand All @@ -54,7 +54,7 @@
"react-infinite-scroll-component": "6.1.0",
"react-oidc-context": "3.1.0",
"react-popper": "2.3.0",
"react-router-dom": "6.24.1",
"react-router-dom": "6.25.1",
"react-schemaorg": "2.0.0",
"react-slider": "2.0.6",
"remark-parse": "11.0.0",
Expand All @@ -63,7 +63,7 @@
"schema-dts": "1.1.2",
"slate": "0.103.0",
"slate-history": "0.100.0",
"slate-react": "0.107.0",
"slate-react": "0.107.1",
"tailwind-merge": "2.4.0",
"tippy.js": "6.3.7",
"unified": "11.0.5",
Expand All @@ -78,9 +78,9 @@
"@total-typescript/ts-reset": "0.5.1",
"@types/classnames": "2.3.1",
"@types/is-hotkey": "0.1.10",
"@types/lodash": "4.17.6",
"@types/lodash": "4.17.7",
"@types/marked": "6.0.0",
"@types/node": "20.14.10",
"@types/node": "20.14.12",
"@types/nprogress": "0.2.3",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
Expand All @@ -89,27 +89,27 @@
"@types/react-router-dom": "5.3.3",
"@types/react-slider": "1.3.6",
"@types/remove-markdown": "0.3.4",
"@typescript-eslint/eslint-plugin": "7.16.0",
"@typescript-eslint/parser": "7.16.0",
"@typescript-eslint/eslint-plugin": "7.17.0",
"@typescript-eslint/parser": "7.17.0",
"@vitejs/plugin-react": "4.3.1",
"autoprefixer": "10.4.19",
"eslint": "8.57.0",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-jsx-a11y": "6.9.0",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.4",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-react": "7.35.0",
"eslint-plugin-react-hooks": "4.6.2",
"glob": "10.4.1",
"postcss": "8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "0.6.5",
"sass": "1.77.8",
"tailwind-scrollbar": "3.1.0",
"tailwindcss": "3.4.4",
"tailwindcss": "3.4.6",
"tailwindcss-safe-area": "0.5.1",
"typescript": "5.5.3",
"vite": "5.3.3",
"vite-plugin-checker": "0.7.1",
"typescript": "5.5.4",
"vite": "5.3.4",
"vite-plugin-checker": "0.7.2",
"vite-plugin-dynamic-base": "1.1.0",
"vite-plugin-eslint": "1.8.1",
"vite-plugin-svgr": "4.2.0"
Expand Down
Loading

0 comments on commit 2edfcf6

Please sign in to comment.