Skip to content

Commit

Permalink
Upgrade json schema
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 29, 2024
1 parent e9447a8 commit fed9dd9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions packages/generator-prisma/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin-generator-prisma",
"version": "0.0.1-rc.3",
"version": "0.0.1-rc.4",
"description": "Prisma generator for Next-Admin",
"bin": "dist/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,7 +33,7 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@premieroctet/next-admin-json-schema": "workspace:*",
"@premieroctet/next-admin-json-schema": "workspace:^",
"@prisma/generator-helper": "^5.20.0",
"@prisma/internals": "^5.20.0",
"prisma-json-schema-generator": "5.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/json-schema/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@premieroctet/next-admin-json-schema",
"version": "0.0.1-rc.0",
"version": "0.0.1-rc.1",
"description": "JSON Schema helpers for Next-Admin",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
14 changes: 7 additions & 7 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fed9dd9

Please sign in to comment.