Skip to content

Commit

Permalink
Next admin json schema to devDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
cregourd committed Oct 28, 2024
1 parent 912f782 commit b13c11e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.1",
"version": "0.0.1-rc.2",
"description": "Prisma generator for Next-Admin",
"bin": "dist/index.js",
"main": "dist/index.js",
Expand Down Expand Up @@ -33,12 +33,12 @@
"clean": "rm -rf dist"
},
"dependencies": {
"@premieroctet/next-admin-json-schema": "workspace:*",
"@prisma/generator-helper": "^5.20.0",
"@prisma/internals": "^5.20.0",
"prisma-json-schema-generator": "5.1.5"
},
"devDependencies": {
"@premieroctet/next-admin-json-schema": "workspace:^",
"@types/json-schema": "^7.0.15",
"eslint": "^7.32.0",
"eslint-config-custom": "workspace:*",
Expand Down
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2579,7 +2579,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "@premieroctet/next-admin-generator-prisma@workspace:packages/generator-prisma"
dependencies:
"@premieroctet/next-admin-json-schema": "workspace:*"
"@premieroctet/next-admin-json-schema": "workspace:^"
"@prisma/generator-helper": "npm:^5.20.0"
"@prisma/internals": "npm:^5.20.0"
"@types/json-schema": "npm:^7.0.15"
Expand All @@ -2593,7 +2593,7 @@ __metadata:
languageName: unknown
linkType: soft

"@premieroctet/next-admin-json-schema@workspace:*, @premieroctet/next-admin-json-schema@workspace:packages/json-schema":
"@premieroctet/next-admin-json-schema@workspace:^, @premieroctet/next-admin-json-schema@workspace:packages/json-schema":
version: 0.0.0-use.local
resolution: "@premieroctet/next-admin-json-schema@workspace:packages/json-schema"
dependencies:
Expand All @@ -2616,7 +2616,7 @@ __metadata:
"@heroicons/react": "npm:^2.0.18"
"@monaco-editor/react": "npm:^4.6.0"
"@picocss/pico": "npm:^1.5.7"
"@premieroctet/next-admin-json-schema": "workspace:*"
"@premieroctet/next-admin-json-schema": "workspace:^"
"@radix-ui/react-checkbox": "npm:^1.1.1"
"@radix-ui/react-dialog": "npm:^1.0.5"
"@radix-ui/react-dropdown-menu": "npm:^2.0.6"
Expand Down

0 comments on commit b13c11e

Please sign in to comment.