Browse Source

feat: upgarde package versions

AykutSarac 2 years ago
parent
commit
a162c1eb82
5 changed files with 309 additions and 433 deletions
  1. 21 22
      package.json
  2. 1 1
      src/components/CustomNode/styles.tsx
  3. 1 1
      src/constants/globalStyle.ts
  4. 1 1
      src/pages/_document.tsx
  5. 285 408
      yarn.lock

+ 21 - 22
package.json

@@ -15,48 +15,47 @@
   "dependencies": {
     "@emotion/react": "^11.10.6",
     "@emotion/server": "^11.10.0",
-    "@mantine/core": "^6.0.0",
-    "@mantine/hooks": "^6.0.0",
-    "@mantine/next": "^6.0.0",
-    "@mantine/prism": "^6.0.0",
+    "@mantine/core": "^6.0.1",
+    "@mantine/hooks": "^6.0.1",
+    "@mantine/next": "^6.0.1",
+    "@mantine/prism": "^6.0.1",
     "@monaco-editor/react": "^4.4.6",
-    "@next/font": "^13.1.6",
-    "@sentry/nextjs": "^7.36.0",
-    "@tanstack/react-query": "^4.24.4",
-    "allotment": "^1.18.0",
+    "@sentry/nextjs": "^7.42.0",
+    "@tanstack/react-query": "^4.26.1",
+    "allotment": "^1.18.1",
     "altogic": "^2.3.9",
-    "axios": "^1.3.2",
+    "axios": "^1.3.4",
     "dayjs": "^1.11.7",
     "html-to-image": "^1.11.11",
     "jsonc-parser": "^3.2.0",
     "lodash.debounce": "^4.0.8",
-    "lz-string": "^1.4.4",
-    "next": "^13.1.6",
+    "lz-string": "^1.5.0",
+    "next": "^13.2.3",
     "react": "^18.2.0",
     "react-color": "^2.19.3",
     "react-dom": "^18.2.0",
     "react-hot-toast": "^2.4.0",
-    "react-icons": "^4.7.1",
+    "react-icons": "^4.8.0",
     "react-linkify-it": "^1.0.7",
     "react-syntax-highlighter": "^15.5.0",
-    "react-zoom-pan-pinch": "^2.5.0",
+    "react-zoom-pan-pinch": "^3.0.2",
     "reaflow": "^5.1.2",
-    "styled-components": "^5.3.6",
-    "zustand": "^4.3.2"
+    "styled-components": "^5.3.8",
+    "zustand": "^4.3.6"
   },
   "devDependencies": {
-    "@next/bundle-analyzer": "^13.1.6",
-    "@testing-library/react": "^13.3.0",
-    "@trivago/prettier-plugin-sort-imports": "^4.0.0",
+    "@next/bundle-analyzer": "^13.2.3",
+    "@testing-library/react": "^14.0.0",
+    "@trivago/prettier-plugin-sort-imports": "^4.1.1",
     "@types/lodash.debounce": "^4.0.7",
     "@types/lz-string": "^1.3.34",
-    "@types/node": "^18.13.0",
-    "@types/react": "18.0.27",
+    "@types/node": "^18.15.0",
+    "@types/react": "18.0.28",
     "@types/react-color": "^3.0.6",
     "@types/react-syntax-highlighter": "^15.5.6",
     "@types/styled-components": "^5.1.26",
-    "eslint": "8.33.0",
-    "eslint-config-next": "13.1.6",
+    "eslint": "8.35.0",
+    "eslint-config-next": "13.2.3",
     "eslint-plugin-unused-imports": "^2.0.0",
     "prettier": "^2.8.4",
     "ts-node": "^10.9.1",

+ 1 - 1
src/components/CustomNode/styles.tsx

@@ -1,4 +1,4 @@
-import { Roboto_Mono } from "@next/font/google";
+import { Roboto_Mono } from "next/font/google";
 import { LinkItUrl } from "react-linkify-it";
 import styled, { DefaultTheme } from "styled-components";
 

+ 1 - 1
src/constants/globalStyle.ts

@@ -1,4 +1,4 @@
-import localFont from "@next/font/local";
+import localFont from "next/font/local";
 import { createGlobalStyle } from "styled-components";
 
 const monaSans = localFont({

+ 1 - 1
src/pages/_document.tsx

@@ -1,7 +1,7 @@
 import Document, { Html, Head, Main, NextScript } from "next/document";
 import Script from "next/script";
+import { createGetInitialProps } from "@mantine/next";
 import { SeoTags } from "src/components/SeoTags";
-import { createGetInitialProps } from '@mantine/next';
 
 const getInitialProps = createGetInitialProps();
 

File diff suppressed because it is too large
+ 285 - 408
yarn.lock


Some files were not shown because too many files changed in this diff