Skip to content

Commit

Permalink
update packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Andcool-Systems committed Jan 8, 2025
1 parent dbf2784 commit 0b6fe5a
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 72 deletions.
128 changes: 64 additions & 64 deletions package-lock.json

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

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"dependencies": {
"@svgr/webpack": "^8.1.0",
"@tabler/icons-react": "^3.26.0",
"@tanstack/react-query": "^5.62.12",
"@tabler/icons-react": "^3.28.1",
"@tanstack/react-query": "^5.62.16",
"@types/lodash.debounce": "^4.0.9",
"async-mutex": "^0.5.0",
"axios": "^1.7.9",
Expand All @@ -23,7 +23,7 @@
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21",
"lodash.debounce": "^4.0.8",
"next": "^15.1.3",
"next": "^15.1.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-jsx-html-comments": "^1.0.1",
Expand All @@ -38,7 +38,7 @@
"@types/react": "^19",
"@types/sanitize-html": "^2.13.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-config-next": "^15.1.4",
"typescript": "^5"
}
}
5 changes: 1 addition & 4 deletions src/app/me/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,14 @@ import React, { CSSProperties, JSX } from 'react';
import { useEffect, useState } from 'react';
import { useRouter, useSearchParams } from "next/navigation";
import styles from "@/app/styles/me/me.module.css";
import { Tooltip } from '@/app/modules/components/Tooltip';
import useCookie from '@/app/modules/utils/useCookie';
import { Bandage, Role } from '@/app/interfaces';
import { Bandage } from '@/app/interfaces';
import { Me } from '@/app/modules/components/MeSidebar';
import Link from 'next/link';
import { SimpleGrid } from '@/app/modules/components/AdaptiveGrid';
import style_workshop from "@/app/styles/workshop/page.module.css";

import { IconArrowBack, IconBrandMinecraft, IconPlus } from '@tabler/icons-react';
import IconSvgCropped from '@/app/resources/icon-cropped.svg';
import IconSvg from '@/app/resources/icon.svg';
import { httpStatusCodes } from '../modules/utils/StatusCodes';
import { renderSkin } from '../modules/utils/SkinCardRender';
import ApiManager from '../modules/utils/apiManager';
Expand Down

0 comments on commit 0b6fe5a

Please sign in to comment.