Skip to content

Commit

Permalink
fix(deps): update dependency next [security]
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 18, 2024
1 parent a0dfb35 commit 4fe13d3
Show file tree
Hide file tree
Showing 8 changed files with 305 additions and 121 deletions.
2 changes: 1 addition & 1 deletion apps/main/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"html-loader": "4.2.0",
"lodash": "4.17.21",
"micro": "10.0.1",
"next": "14.1.1",
"next": "14.2.15",
"next-axiom": "0.17.0",
"next-connect": "0.12.2",
"next-mdx-remote": "3.0.8",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"eslint": "8.47.0",
"husky": "8.0.3",
"lint-staged": "13.2.3",
"next": "14.1.1",
"next": "14.2.10",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@tremor/react": "3.6.1",
"clsx": "2.0.0",
"framer-motion": "10.16.5",
"next": "14.1.1",
"next": "14.2.15",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-storybook": "0.6.7",
"eslint-plugin-unicorn": "48.0.1",
"next": "14.1.1",
"next": "14.2.15",
"prettier": "2.8.8",
"react": "18.2.0",
"react-dom": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/trpc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"@types/web-push": "3.6.3",
"dayjs": "1.11.10",
"nanoid": "5.0.7",
"next": "14.1.1",
"next": "14.2.15",
"next-auth": "4.24.5",
"next-axiom": "0.17.0",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"@types/react": "18.2.37",
"@types/react-dom": "18.2.15",
"csstype": "3.1.2",
"next": "14.1.1",
"next": "14.2.15",
"next-auth": "4.24.5",
"next-mdx-remote": "3.0.8",
"react": "18.2.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"framer-motion": "10.16.5",
"lucide-react": "0.265.0",
"md5": "2.3.0",
"next": "14.1.1",
"next": "14.2.15",
"next-auth": "4.24.5",
"next-axiom": "0.17.0",
"next-mdx-remote": "3.0.8",
Expand Down
412 changes: 298 additions & 114 deletions pnpm-lock.yaml

Large diffs are not rendered by default.

0 comments on commit 4fe13d3

Please sign in to comment.