Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
runjuu committed Aug 16, 2023
1 parent e34d108 commit 4bf4f45
Show file tree
Hide file tree
Showing 4 changed files with 4,258 additions and 9,533 deletions.
20 changes: 10 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
"@mantine/next": "^6.0.19",
"@mantine/notifications": "^6.0.19",
"@mantine/nprogress": "^6.0.19",
"@next/bundle-analyzer": "^13.4.13",
"@next/bundle-analyzer": "^13.4.16",
"@tanstack/react-query": "^4.32.6",
"@tanstack/react-query-devtools": "^4.32.6",
"@wagmi/core": "^1.3.9",
Expand All @@ -49,9 +49,9 @@
"dayjs": "^1.11.9",
"embla-carousel-react": "^7.1.0",
"emoji-mart": "^5.5.2",
"framer-motion": "^10.15.2",
"framer-motion": "^10.16.0",
"immer": "^10.0.2",
"link-preview-js": "^3.0.4",
"link-preview-js": "^3.0.5",
"next-seo": "^6.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
Expand All @@ -66,7 +66,7 @@
"remark-emoji": "^4.0.0",
"remark-frontmatter": "^4.0.1",
"remark-gfm": "^3.0.1",
"sharp": "^0.32.4",
"sharp": "^0.32.5",
"sticky-sidebar-v2": "^1.1.1",
"type-fest": "^4.2.0",
"typeit-react": "^2.6.4",
Expand All @@ -83,27 +83,27 @@
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-transition-group": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
"commander": "^11.0.0",
"esbuild": "^0.19.2",
"esbuild-css-modules-plugin": "^2.7.1",
"esbuild-register": "^3.4.2",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"eslint-config-next": "^13.4.16",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.33.1",
"eslint-plugin-react": "^7.33.2",
"format-package": "^7.0.0",
"husky": "^8.0.3",
"lerna": "^7.1.5",
"lint-staged": "^14.0.0",
"msw": "^1.2.3",
"next-transpile-modules": "^10.0.1",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.27",
"postcss": "^8.4.28",
"postcss-modules": "^6.0.0",
"prettier": "^3.0.1",
"prettier": "^3.0.2",
"tsconfig-paths": "^4.2.0",
"tsd": "^0.28.1",
"tslib": "^2.6.1",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"react-dom": "^18"
},
"devDependencies": {
"@svgr/cli": "8.0.1",
"@svgr/cli": "8.1.0",
"pascal-case": "^3.1.2"
}
}

0 comments on commit 4bf4f45

Please sign in to comment.