Skip to content

Commit

Permalink
upgrade package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
AykutSarac committed Sep 26, 2023
1 parent 4a0b285 commit bf5596a
Show file tree
Hide file tree
Showing 2 changed files with 270 additions and 205 deletions.
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,21 @@
"@mantine/core": "^6.0.17",
"@mantine/form": "^6.0.17",
"@mantine/hooks": "^6.0.17",
"@mantine/next": "^6.0.17",
"@mantine/prism": "^6.0.17",
"@monaco-editor/react": "^4.5.1",
"@sentry/nextjs": "^7.61.1",
"@supabase/auth-helpers-nextjs": "^0.7.4",
"@mantine/next": "^6.0.21",
"@mantine/prism": "^6.0.21",
"@monaco-editor/react": "^4.5.2",
"@sentry/nextjs": "^7.72.0",
"@supabase/auth-helpers-nextjs": "^0.8.1",
"@supabase/auth-helpers-react": "^0.4.2",
"@supabase/supabase-js": "^2.31.0",
"@tanstack/react-query": "^4.32.5",
"@types/jxon": "^2.0.2",
"@supabase/supabase-js": "^2.36.0",
"@tanstack/react-query": "^4.35.3",
"allotment": "^1.19.2",
"axios": "^1.4.0",
"dayjs": "^1.11.9",
"axios": "^1.5.0",
"dayjs": "^1.11.10",
"html-to-image": "^1.11.11",
"json-2-csv": "^4.1.0",
"jsonc-parser": "^3.2.0",
"jsonwebtoken": "^9.0.1",
"jsonwebtoken": "^9.0.2",
"jxon": "^2.0.0-beta.5",
"lodash.debounce": "^4.0.8",
"lodash.get": "^4.4.2",
Expand All @@ -43,21 +42,22 @@
"react-dom": "^18.2.0",
"react-ga4": "^2.1.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.10.1",
"react-icons": "^4.11.0",
"react-linkify-it": "^1.0.7",
"react-simple-typewriter": "^5.0.1",
"react-zoomable-ui": "^0.11.0",
"reaflow": "5.2.5",
"styled-components": "^6.0.7",
"reaflow": "5.2.6",
"styled-components": "^6.0.8",
"toml": "^3.0.0",
"use-long-press": "^3.1.5",
"zustand": "^4.4.0"
},
"devDependencies": {
"@types/jxon": "^2.0.2",
"@next/bundle-analyzer": "^13.4.12",
"@testing-library/react": "^14.0.0",
"@trivago/prettier-plugin-sort-imports": "^4.2.0",
"@types/jsonwebtoken": "^9.0.2",
"@types/jsonwebtoken": "^9.0.3",
"@types/lodash.debounce": "^4.0.7",
"@types/lodash.get": "^4.4.7",
"@types/lodash.set": "^4.3.7",
Expand Down
Loading

0 comments on commit bf5596a

Please sign in to comment.