Skip to content

Commit

Permalink
Merge branch 'AykutSarac:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
louyongjiu committed Jan 23, 2024
2 parents f2dbd79 + 00b8d6d commit 69c1f6a
Show file tree
Hide file tree
Showing 17 changed files with 732 additions and 409 deletions.
44 changes: 23 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@
"analyze": "ANALYZE=true npm run build"
},
"dependencies": {
"@mantine/code-highlight": "^7.3.2",
"@mantine/core": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/code-highlight": "^7.4.2",
"@mantine/core": "^7.4.2",
"@mantine/hooks": "^7.4.2",
"@monaco-editor/react": "^4.6.0",
"@sentry/nextjs": "^7.91.0",
"@sentry/nextjs": "^7.94.1",
"@supabase/auth-helpers-nextjs": "^0.8.7",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.39.2",
"@tanstack/react-query": "^4.35.3",
"allotment": "^1.19.3",
"axios": "^1.5.0",
"@supabase/supabase-js": "^2.39.3",
"@tanstack/react-query": "^4.36.1",
"allotment": "^1.20.0",
"axios": "^1.6.5",
"dayjs": "^1.11.10",
"gofmt.js": "^0.0.2",
"html-to-image": "^1.11.11",
Expand All @@ -43,24 +43,25 @@
"lodash.update": "^4.10.2",
"maketypes": "^1.1.2",
"million": "^2.6.4",
"next": "13.5.6",
"next": "14.1.0",
"pako": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-icons": "^5.0.1",
"react-json-tree": "^0.18.0",
"react-linkify-it": "^1.0.8",
"react-simple-typewriter": "^5.0.1",
"react-zoomable-ui": "^0.11.0",
"reaflow": "5.2.8",
"styled-components": "^6.1.3",
"styled-components": "^6.1.8",
"toml": "^3.0.0",
"use-long-press": "^3.1.5",
"zustand": "^4.4.7"
"use-long-press": "^3.2.0",
"zustand": "^4.5.0"
},
"devDependencies": {
"@next/bundle-analyzer": "^13.4.12",
"@next/bundle-analyzer": "^14.1.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/js-yaml": "^4.0.9",
"@types/jsonwebtoken": "^9.0.5",
Expand All @@ -70,16 +71,17 @@
"@types/lodash.set": "^4.3.9",
"@types/lodash.unset": "^4.5.9",
"@types/lodash.update": "^4.10.9",
"@types/node": "^20.4.7",
"@types/react": "18.2.45",
"@types/node": "^20.11.5",
"@types/pako": "^2.0.3",
"@types/react": "18.2.48",
"@types/react-dom": "^18.2.18",
"eslint": "8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-unused-imports": "^3.0.0",
"prettier": "^3.1.1",
"ts-node": "^10.9.1",
"prettier": "^3.2.4",
"ts-node": "^10.9.2",
"typescript": "5.3.3"
}
}
Loading

1 comment on commit 69c1f6a

@vercel
Copy link

@vercel vercel bot commented on 69c1f6a Jan 23, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

jsoncrack-com – ./

jsoncrack-nines.vercel.app
jsoncrack-com-louyongjiu.vercel.app
jsoncrack-com-git-main-louyongjiu.vercel.app

Please sign in to comment.