Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
hyperse-net committed Sep 18, 2024
1 parent 5e3cdcb commit 742ee1f
Show file tree
Hide file tree
Showing 5 changed files with 126 additions and 119 deletions.
7 changes: 7 additions & 0 deletions .changeset/metal-students-visit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"@hyperse/next-prisma": patch
"@hyperse/next-auth": patch
"@hyperse/next-demo": patch
---

bump version
4 changes: 2 additions & 2 deletions packages/next-auth/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"arctic": "1.9.2",
"oslo": "1.2.1"
"arctic": "^1.9.2",
"oslo": "^1.2.1"
},
"devDependencies": {
"@hyperse/eslint-config-hyperse": "^1.1.3",
Expand Down
16 changes: 8 additions & 8 deletions packages/next-demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"@hyperse/next-core": "workspace:*",
"@hyperse/next-env": "workspace:*",
"@hyperse/next-prisma": "workspace:*",
"@next/bundle-analyzer": "14.2.11",
"@next/bundle-analyzer": "14.2.12",
"@prisma/client": "^5.19.1",
"@tanstack/query-core": "^5.x",
"@tanstack/react-query": "^5.56.2",
Expand All @@ -54,13 +54,13 @@
"@trpc/react-query": "next",
"@trpc/server": "next",
"@urql/exchange-auth": "^2.2.0",
"@urql/next": "1.1.1",
"@urql/next": "1.1.2",
"class-variance-authority": "0.7.0",
"clsx": "^2.1.1",
"dayjs": "1.11.13",
"graphql": "16.9.0",
"next": "^14.2.11",
"next-intl": "^3.19.1",
"next": "^14.2.12",
"next-intl": "^3.19.3",
"next-runtime-env": "^3.2.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand All @@ -84,7 +84,7 @@
"@playwright/test": "^1.47.1",
"@types/node": "^22.5.5",
"@types/prettier": "3.0.0",
"@types/react": "^18.3.5",
"@types/react": "^18.3.7",
"autoprefixer": "^10.4.20",
"commitizen": "4.3.0",
"cross-env": "7.0.3",
Expand All @@ -93,11 +93,11 @@
"es-check": "7.2.1",
"eslint": "^9.10.0",
"npm-run-all": "^4.1.5",
"postcss": "^8.4.45",
"postcss": "^8.4.47",
"prisma": "^5.19.1",
"size-limit": "11.1.5",
"start-server-and-test": "^2.0.7",
"tailwindcss": "^3.4.11",
"start-server-and-test": "^2.0.8",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "^2.1.1"
Expand Down
4 changes: 2 additions & 2 deletions packages/next-prisma/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@
"typecheck": "tsc --project ./tsconfig.json --noEmit"
},
"dependencies": {
"@prisma/generator-helper": "5.19.1",
"@prisma/internals": "5.19.1",
"@prisma/generator-helper": "^5.19.1",
"@prisma/internals": "^5.19.1",
"glob": "^11.0.0"
},
"devDependencies": {
Expand Down
Loading

0 comments on commit 742ee1f

Please sign in to comment.