Skip to content

Commit

Permalink
fix: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
devrsi0n committed Jan 26, 2024
1 parent 348c7ee commit d51cb8b
Show file tree
Hide file tree
Showing 8 changed files with 374 additions and 236 deletions.
4 changes: 2 additions & 2 deletions 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.0.3",
"next": "14.1.0",
"next-axiom": "0.17.0",
"next-connect": "0.12.2",
"next-mdx-remote": "3.0.8",
Expand All @@ -61,7 +61,7 @@
"@chirpy-dev/eslint-config": "workspace:*",
"@chirpy-dev/service-worker": "workspace:*",
"@chirpy-dev/tsconfigs": "workspace:*",
"@next/bundle-analyzer": "14.0.3",
"@next/bundle-analyzer": "14.1.0",
"@relative-ci/agent": "4.1.6",
"@types/cors": "2.8.16",
"@types/jest": "29.5.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.0.3",
"next": "14.1.0",
"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.0.3",
"next": "14.1.0",
"prop-types": "15.8.1",
"react": "18.2.0",
"react-dom": "18.2.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
"@chirpy-dev/prettier-config": "workspace:*",
"@typescript-eslint/eslint-plugin": "6.3.0",
"@typescript-eslint/parser": "6.3.0",
"eslint-config-next": "14.0.3",
"eslint-config-next": "14.1.0",
"eslint-config-prettier": "8.8.0",
"eslint-plugin-jest": "27.2.3",
"eslint-plugin-prettier": "4.2.1",
"eslint-plugin-storybook": "0.6.7",
"eslint-plugin-unicorn": "48.0.1",
"next": "14.0.3",
"next": "14.1.0",
"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 @@
"@trpc/server": "10.37.1",
"@types/web-push": "3.6.3",
"dayjs": "1.11.10",
"next": "14.0.3",
"next": "14.1.0",
"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.0.3",
"next": "14.1.0",
"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 @@ -44,7 +44,7 @@
"debounce-promise": "3.1.2",
"framer-motion": "10.16.5",
"lucide-react": "0.265.0",
"next": "14.0.3",
"next": "14.1.0",
"next-auth": "4.24.5",
"next-axiom": "0.17.0",
"next-mdx-remote": "3.0.8",
Expand Down
Loading

0 comments on commit d51cb8b

Please sign in to comment.